| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
autotools@FreeBSD.org. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr
Notes:
svn path=/head/; revision=245979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
| |
as part of some cleanup work.
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=202757
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
| |
BSD.local.dist mtree.
Submitted by: many
Notes:
svn path=/head/; revision=166633
|
|
|
|
|
|
|
|
|
| |
Whilst this hasn't been through a full -exp run, it has been extensively
tested on my own tinderboxes with an appropriate variety of gmake-using
ports.
Notes:
svn path=/head/; revision=166469
|
|
|
|
| |
Notes:
svn path=/head/; revision=148191
|
|
|
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
Notes:
svn path=/head/; revision=124183
|
|
|
|
| |
Notes:
svn path=/head/; revision=122269
|
|
|
|
|
|
|
|
|
|
| |
Other minor cleanups
PR: [1] 72664
Submitted by: leeym
Notes:
svn path=/head/; revision=119448
|
|
|
|
|
|
|
| |
Prompted by: trevor
Notes:
svn path=/head/; revision=105650
|
|
|
|
|
|
|
|
| |
PR: 62332
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Notes:
svn path=/head/; revision=99938
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=82633
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
|
| |
have it here too.
This lets us compile gmake with stricter compilers.
Submitted by: marius@alchemy.franken.de
Notes:
svn path=/head/; revision=68807
|
|
|
|
|
|
|
| |
Spotted by: Neil Darlow <neil@darlow.co.uk>
Notes:
svn path=/head/; revision=67736
|
|
|
|
|
|
|
|
|
|
|
| |
version of GNU make.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Also provide WITHOUT_NLS knob to build without localized messages.
Notes:
svn path=/head/; revision=67729
|
|
|
|
| |
Notes:
svn path=/head/; revision=67696
|
|
|
|
|
|
|
| |
Add dependency to devel/gettext port.
Notes:
svn path=/head/; revision=67695
|
|
|
|
|
|
|
|
|
|
| |
package fails otherwise. Anyone who wants to improve on this commit should
make sure to test that make package still works with libiconv not installed
*before* doing anything. See the following log for more info:
http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log
Notes:
svn path=/head/; revision=67686
|
|
|
|
| |
Notes:
svn path=/head/; revision=67573
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Notes:
svn path=/head/; revision=66299
|
|
|
|
| |
Notes:
svn path=/head/; revision=65776
|
|
|
|
|
|
|
|
| |
PR: 41075
Submitted by: naddy
Notes:
svn path=/head/; revision=65538
|
|
|
|
|
|
|
| |
Submitted by: mike
Notes:
svn path=/head/; revision=64885
|
|
|
|
|
|
|
|
|
|
| |
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.
Sponsored by: Mr. Smith and Mr. Wesson. :)
Notes:
svn path=/head/; revision=63830
|
|
|
|
| |
Notes:
svn path=/head/; revision=60727
|
|
|
|
| |
Notes:
svn path=/head/; revision=60726
|
|
|
|
|
|
|
| |
Suggested by: obrien
Notes:
svn path=/head/; revision=60181
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=57625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=56168
|
|
|
|
|
|
|
|
|
| |
have been inactive for too long
Approved by: will
Notes:
svn path=/head/; revision=47915
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
|
|
|
| |
Approved by: asami
Notes:
svn path=/head/; revision=36564
|
|
|
|
|
|
|
| |
Shame on GNU folks!
Notes:
svn path=/head/; revision=30178
|
|
|
|
| |
Notes:
svn path=/head/; revision=30150
|
|
|
|
|
|
|
|
|
|
|
| |
it as a dependency (as it should).
PR: 18892
Submitted by: rguyom@321.net
Forgotten by: sobomax
Notes:
svn path=/head/; revision=28950
|
|
|
|
| |
Notes:
svn path=/head/; revision=28913
|
|
|
|
| |
Notes:
svn path=/head/; revision=28532
|
|
|
|
|
|
|
| |
Found by: bento
Notes:
svn path=/head/; revision=28275
|
|
|
|
| |
Notes:
svn path=/head/; revision=28010
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=23533
|