| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=273326
|
|
|
|
|
|
|
|
|
|
| |
replace hardcoded dependency to libfam with USE_FAM [1]
PR: ports/150254 [1]
Submitted by: Wayne Sierke <ws@au.dyndns.ws> [1]
Notes:
svn path=/head/; revision=263134
|
|
|
|
| |
Notes:
svn path=/head/; revision=255391
|
|
|
|
| |
Notes:
svn path=/head/; revision=247009
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241830
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
| |
Notes:
svn path=/head/; revision=238448
|
|
|
|
| |
Notes:
svn path=/head/; revision=234539
|
|
|
|
|
|
|
|
| |
disable DRAC support since the supplied patch is no longer compatible with 4.4.1
and the author has not updated it :/
Notes:
svn path=/head/; revision=219335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=209796
|
|
|
|
|
|
|
|
|
| |
PR: 119873
Submitted by: ade
Approved by: oliver (maintainer)
Notes:
svn path=/head/; revision=206272
|
|
|
|
| |
Notes:
svn path=/head/; revision=205986
|
|
|
|
|
|
|
|
| |
Noted by: "Derkjan de Haan" <haanjdj@gmail.com>
Pointy hat to: myself
Notes:
svn path=/head/; revision=203336
|
|
|
|
| |
Notes:
svn path=/head/; revision=203016
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SSLv2 and SSLv3 instead of SSLv3 only - this fixes the error some people
where experiencing with the ssl clients:
connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Noted by: Oliver Brandmueller <ob@e-Gitt.NET>
Suggested by: Oliver Brandmueller <ob@e-Gitt.NET>
Notes:
svn path=/head/; revision=201924
|
|
|
|
| |
Notes:
svn path=/head/; revision=201472
|
|
|
|
| |
Notes:
svn path=/head/; revision=200775
|
|
|
|
| |
Notes:
svn path=/head/; revision=200726
|
|
|
|
| |
Notes:
svn path=/head/; revision=190958
|
|
|
|
| |
Notes:
svn path=/head/; revision=181247
|
|
|
|
| |
Notes:
svn path=/head/; revision=171385
|
|
|
|
| |
Notes:
svn path=/head/; revision=163927
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
| |
Reported by: Bjoern Voigt <bjoern@cs.tu-berlin.de>
Notes:
svn path=/head/; revision=158777
|
|
|
|
|
|
|
| |
Submitted By: Mamoru KOMACHI <usata@usata.org>
Notes:
svn path=/head/; revision=158253
|
|
|
|
| |
Notes:
svn path=/head/; revision=157095
|
|
|
|
| |
Notes:
svn path=/head/; revision=154472
|
|
|
|
| |
Notes:
svn path=/head/; revision=146757
|
|
|
|
|
|
|
|
|
| |
some configure changes since there is no --without-fam option)
PR: 88205
Notes:
svn path=/head/; revision=146728
|
|
|
|
|
|
|
| |
Submitted by: Mamoru KOMACHI <usata@usata.org>
Notes:
svn path=/head/; revision=144708
|
|
|
|
|
|
|
|
|
| |
COURIERAUTHCONFIG=${LOCALBASE}/bin/courierauthconfig
to
COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
Notes:
svn path=/head/; revision=143620
|
|
|
|
|
|
|
|
| |
PR: 86609
Submitted by: Martin Piayda <martin.piayda@udo.edu>
Notes:
svn path=/head/; revision=143603
|
|
|
|
| |
Notes:
svn path=/head/; revision=143489
|
|
|
|
| |
Notes:
svn path=/head/; revision=142995
|
|
|
|
|
|
|
|
|
|
| |
WITH_DRAC was specified and remove DRAC from the options list.
PR: 84388
Submitted by: Ryota <miyaoka@saku2.com>
Notes:
svn path=/head/; revision=140565
|
|
|
|
| |
Notes:
svn path=/head/; revision=140077
|
|
|
|
| |
Notes:
svn path=/head/; revision=135382
|
|
|
|
| |
Notes:
svn path=/head/; revision=135201
|
|
|
|
|
|
|
| |
bump PORTREVISION
Notes:
svn path=/head/; revision=134316
|
|
|
|
| |
Notes:
svn path=/head/; revision=134222
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
migrate to OPTIONS
add WITH_SYSLOG_FACILITY knob [1]
Submitted by: Sascha Holzleiter <sascha@daemonground.de> [1]
Notes:
svn path=/head/; revision=130408
|
|
|
|
|
|
|
| |
Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
Notes:
svn path=/head/; revision=128050
|
|
|
|
|
|
|
|
|
| |
- make portlint a bit happier
Noted by: John O'Brien <boardom@gmail.com> [1]
Notes:
svn path=/head/; revision=127558
|
|
|
|
|
|
|
| |
Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
Notes:
svn path=/head/; revision=125759
|
|
|
|
|
|
|
| |
FreeBSD >=5
Notes:
svn path=/head/; revision=121678
|
|
|
|
|
|
|
|
| |
be quiet about not removeable directories (because they are still holding
custommized configuration files)
Notes:
svn path=/head/; revision=119729
|
|
|
|
|
|
|
| |
Submitted By: Amir Shalem <amir@boom.org.il>
Notes:
svn path=/head/; revision=119728
|