| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/144916
Tested by: exp-run by pav
Notes:
svn path=/head/; revision=259400
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250234
|
|
|
|
|
|
|
| |
Reported by: pgollucci
Notes:
svn path=/head/; revision=232004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=229566
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
*at least* NC-17.
Submitted by: many
Notes:
svn path=/head/; revision=201634
|
|
|
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
Notes:
svn path=/head/; revision=201613
|
|
|
|
| |
Notes:
svn path=/head/; revision=148191
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lose the bison175 port, it's not needed for now and will
only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports
Approved by: portmgr
Notes:
svn path=/head/; revision=141936
|
|
|
|
|
|
|
| |
Requested by: ade
Notes:
svn path=/head/; revision=141885
|
|
|
|
|
|
|
|
| |
PR: ports/84709
Submitted by: Frerich Raabe <frerich@athame.co.uk>
Notes:
svn path=/head/; revision=141767
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* 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=122343
|
|
|
|
|
|
|
| |
Pointy hat to: leeym
Notes:
svn path=/head/; revision=118045
|
|
|
|
| |
Notes:
svn path=/head/; revision=118041
|
|
|
|
|
|
|
|
|
|
| |
- Support DATADIR
PR: ports/64853
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=105526
|
|
|
|
|
|
|
|
| |
PR: 62351
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Notes:
svn path=/head/; revision=99990
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
| |
PR: ports/56242
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/head/; revision=88234
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
|
|
|
|
|
|
|
| |
The patch allows bison to be compiled without gettext support,
for use when space is tight or the gettext dependency is not desired.
PR: 48824
Submitted by: Matthias Andree <matthias.andree@web.de>
Notes:
svn path=/head/; revision=85824
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
| |
Approved by: kris
Discussed on ports
Notes:
svn path=/head/; revision=70216
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=69106
|
|
|
|
| |
Notes:
svn path=/head/; revision=68753
|
|
|
|
|
|
|
|
| |
PR: 44223
Submitted by: tkato@prontomail.com
Notes:
svn path=/head/; revision=68733
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PORTREVISION.
Notes:
svn path=/head/; revision=58356
|
|
|
|
| |
Notes:
svn path=/head/; revision=57383
|
|
|
|
| |
Notes:
svn path=/head/; revision=56539
|
|
|
|
| |
Notes:
svn path=/head/; revision=56329
|
|
|
|
| |
Notes:
svn path=/head/; revision=56291
|
|
|
|
|
|
|
| |
libiconv.
Notes:
svn path=/head/; revision=56287
|
|
|
|
| |
Notes:
svn path=/head/; revision=56203
|
|
|
|
|
|
|
| |
triggering an auto* build cascade.
Notes:
svn path=/head/; revision=56087
|
|
|
|
| |
Notes:
svn path=/head/; revision=56021
|
|
|
|
|
|
|
|
|
| |
XXX Explicitly build with included libintl for now.
PR: 35653
Notes:
svn path=/head/; revision=55973
|
|
|
|
| |
Notes:
svn path=/head/; revision=54835
|
|
|
|
| |
Notes:
svn path=/head/; revision=54793
|
|
|
|
|
|
|
|
|
|
| |
This version was tested locally by a few trusted committers & friends,
and is believed to *actually* be as usable and stable as version 1.28.
(unlike *cough*, *cough* other 1.3x versions which have caused no end
of problems...)
Notes:
svn path=/head/; revision=54791
|
|
|
|
|
|
|
|
|
| |
Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
Notes:
svn path=/head/; revision=51321
|