| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=299101
|
|
|
|
|
|
|
|
| |
PR: ports/162754
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=288012
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
| |
remove MD5
Notes:
svn path=/head/; revision=271021
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
| |
Notes:
svn path=/head/; revision=243350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
| |
- Add NOT_FOR_ARCHS=sparc64 (does not build)
Notes:
svn path=/head/; revision=197672
|
|
|
|
| |
Notes:
svn path=/head/; revision=189769
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix an issue with configure
- While I'm here: minor style changes, get rid of alpha mentioning
Submitted by: Alex Lyashkov (Umka@RusNet)
Reported by: kris mail
Notes:
svn path=/head/; revision=173219
|
|
|
|
| |
Notes:
svn path=/head/; revision=172735
|
|
|
|
| |
Notes:
svn path=/head/; revision=168523
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
| |
Reported by: kris mail
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=156876
|
|
|
|
| |
Notes:
svn path=/head/; revision=156584
|
|
|
|
| |
Notes:
svn path=/head/; revision=155429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- mysql-administrator: simplify BROKEN message
Notes:
svn path=/head/; revision=147896
|
|
|
|
| |
Notes:
svn path=/head/; revision=139607
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=134845
|
|
|
|
| |
Notes:
svn path=/head/; revision=134739
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Pointy hat to: kris
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=132088
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=132010
|
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=131883
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=127649
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=125219
|
|
|
|
| |
Notes:
svn path=/head/; revision=124393
|
|
|
|
| |
Notes:
svn path=/head/; revision=122274
|
|
|
|
| |
Notes:
svn path=/head/; revision=121799
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=118503
|
|
|
|
| |
Notes:
svn path=/head/; revision=115799
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=113155
|
|
|
|
|
|
|
|
| |
PR: ports/64128
Submitted by: maintainer
Notes:
svn path=/head/; revision=103742
|
|
|
|
|
|
|
|
| |
PR: ports/62886
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=102028
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
PR: 59270
Submitted by: maintainer
Notes:
svn path=/head/; revision=94085
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTOCONF
- gcc 3.2 -> 3.3 on -stable
PR: 58014
Submitted by: maintainer
Notes:
svn path=/head/; revision=93123
|
|
|
|
|
|
|
|
| |
PR: 56761
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=89380
|
|
|
|
|
|
|
| |
Noticed thanks to: Sergey Matveychuk <sem@ciam.ru>
Notes:
svn path=/head/; revision=88768
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Documentation has gone from master site (I hope accidently),
so I've put it on my home page to fix fetching.
Doesn't fix the checksum problem.
PR: ports/56568
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes:
svn path=/head/; revision=88762
|
|
|
|
|
|
|
|
|
|
|
|
| |
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}
PR: 55946
Submitted by: maintainer
Notes:
svn path=/head/; revision=87664
|
|
|
|
|
|
|
|
|
| |
PR: 55010
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
Notes:
svn path=/head/; revision=85853
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix build and enable CSL2 on -STABLE with gcc32 port
- add patch for externalize service from developers
- change WITH_GCC32 to WITH_SYSTEM_GCC. Mico builds best with gcc32,
so it's default now
- bump PORTVERSION
PR: 54350
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Notes:
svn path=/head/; revision=84859
|