| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/148838
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=258830
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/144891
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintainer (timeout 1 month)
Tested by: myself (tinderbox run on all ports using libpcre)
Notes:
svn path=/head/; revision=252994
|
|
|
|
|
|
|
|
| |
PR: ports/139785
Submitted by: Sahil Tandon <sahil@tandon.net>
Notes:
svn path=/head/; revision=243184
|
|
|
|
| |
Notes:
svn path=/head/; revision=232204
|
|
|
|
|
|
|
|
| |
PR: ports/127135
Submitted by: chinsan@FreeBSD.org
Notes:
svn path=/head/; revision=221191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
| |
expressions involving in-pattern options and branches, potentially
leading to arbitrary code execution.
PR: ports/126471
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes:
svn path=/head/; revision=218466
|
|
|
|
|
|
|
|
| |
PR: ports/123585
Submitted by: leeym
Notes:
svn path=/head/; revision=213013
|
|
|
|
|
|
|
|
| |
PR: ports/120098
Submitted by: leeym
Notes:
svn path=/head/; revision=206651
|
|
|
|
| |
Notes:
svn path=/head/; revision=201254
|
|
|
|
| |
Notes:
svn path=/head/; revision=198810
|
|
|
|
|
|
|
|
| |
PR: ports/115847
Submitted by: rafan
Notes:
svn path=/head/; revision=198404
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
| |
Notes:
svn path=/head/; revision=195869
|
|
|
|
|
|
|
| |
Submitted by: mnag
Notes:
svn path=/head/; revision=192185
|
|
|
|
| |
Notes:
svn path=/head/; revision=192173
|
|
|
|
|
|
|
|
|
| |
default.
Bump PORTREVISION on all dependent ports.
Notes:
svn path=/head/; revision=187153
|
|
|
|
| |
Notes:
svn path=/head/; revision=180841
|
|
|
|
| |
Notes:
svn path=/head/; revision=176340
|
|
|
|
|
|
|
|
| |
PR: ports/105116
Submitted by: girgen
Notes:
svn path=/head/; revision=176338
|
|
|
|
|
|
|
| |
Submitted by: andrew clarke <mail@ozzmosis.com>
Notes:
svn path=/head/; revision=167128
|
|
|
|
| |
Notes:
svn path=/head/; revision=167121
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=155354
|
|
|
|
| |
Notes:
svn path=/head/; revision=155128
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
PR: ports/87526 ports/87527
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
Notes:
svn path=/head/; revision=145576
|
|
|
|
| |
Notes:
svn path=/head/; revision=142527
|
|
|
|
| |
Notes:
svn path=/head/; revision=141096
|
|
|
|
| |
Notes:
svn path=/head/; revision=140665
|
|
|
|
|
|
|
| |
Approved by: krion (maintainer)
Notes:
svn path=/head/; revision=140309
|
|
|
|
|
|
|
|
|
| |
CXX patches flamed by: #bsd-unix
Approved by: krion (maintainer)
Special thanks to: fjoe@, vsevolod@, Umka
Notes:
svn path=/head/; revision=140237
|
|
|
|
|
|
|
|
|
|
| |
structures for compilation of jumbo-sized patterns.
PR: ports/74369
Submitted by: David Landgren <david (at) landgren dot net>
Notes:
svn path=/head/; revision=137307
|
|
|
|
| |
Notes:
svn path=/head/; revision=137018
|
|
|
|
|
|
|
| |
Approved by: marcus (portmgr hat)
Notes:
svn path=/head/; revision=135416
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=118711
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
|
|
|
| |
Prompted by: trevor
Notes:
svn path=/head/; revision=104342
|
|
|
|
|
|
|
|
|
|
| |
- use PORTDOCS
- set homepage to freshmeat (under control of the author)
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=98603
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=93923
|
|
|
|
|
|
|
|
| |
PR: 58039
Submitted by: maintainer
Notes:
svn path=/head/; revision=91284
|
|
|
|
|
|
|
| |
serve the distfile myself for now.
Notes:
svn path=/head/; revision=89384
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use libtool from ports
- assign maintainership to submitter
PR: 56966
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=89319
|
|
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reviewed by: maintainer
Upgrade devel/pcre to 4.3
Notes:
svn path=/head/; revision=84550
|
|
|
|
|
|
|
|
| |
PR: 48521
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes:
svn path=/head/; revision=76062
|
|
|
|
| |
Notes:
svn path=/head/; revision=76032
|