Age | Commit message (Collapse) | Author |
|
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
|
Approved by: portmgr (bapt)
|
|
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
|
|
- 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
|
|
|
|
|
|
|
|
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
- 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)
|
|
- Fix OPTIONS
Approved by: miwi (mentor)
|
|
Approved by: miwi (mentor)
|
|
- Pass maintainership to submitter
PR: 120415
Submitted by: "Pietro Cerutti" <gahr@gahr.ch>
|
|
PR: 117086
Tested by: -exp runs
|
|
|
|
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
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.
|
|
PR: ports/75900
Noticed by: Tyler Davidson
|
|
PR: ports/70736
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
Reported by: pointyhat via kris
|
|
|
|
|
|
- do some cleaning.
|
|
|
|
Submitted by: trevor
Tested by: bento
|
|
|
|
|
|
PR: 56436
Submitted by: Ports Fury
|
|
Prodded by: kris
|
|
|
|
Unbreak.
PR: 51923
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
|
|
|
|
|
|
|
PR: 46690
Submitted by: Andreas Schulz <ats@first.fraunhofer.de>
|
|
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
Approved by: pat
|
|
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
Submitted by: lots and lots
Pointy hat to: ade
|
|
PR: 39656
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
|
|
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
|
|
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
|
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
|
|
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
|