| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=359223
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356355
|
|
|
|
|
|
|
| |
Use options helpers
Notes:
svn path=/head/; revision=341404
|
|
|
|
| |
Notes:
svn path=/head/; revision=337993
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327376
|
|
|
|
|
|
|
| |
may avoid issues for people who haven't updated m4 in over 2 years
Notes:
svn path=/head/; revision=316946
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/help-bison/2013-04/msg00013.html
Notes:
svn path=/head/; revision=316846
|
|
|
|
| |
Notes:
svn path=/head/; revision=316813
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
Notes:
svn path=/head/; revision=314556
|
|
|
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/help-bison/2012-12/msg00008.html
PR: ports/173606
Exp-run by: miwi
Notes:
svn path=/head/; revision=312885
|
|
|
|
|
|
|
|
|
| |
- Fix plist in case examples are not installed
Submitted by: flo
Notes:
svn path=/head/; revision=300982
|
|
|
|
|
|
|
|
|
| |
that got lost with the previous commit.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com>
Notes:
svn path=/head/; revision=300122
|
|
|
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/info-gnu/2012-06/msg00004.html
Thanks to pav for testing it on an exp-run
PR: ports/169156
Notes:
svn path=/head/; revision=300117
|
|
|
|
| |
Notes:
svn path=/head/; revision=300115
|
|
|
|
|
|
|
|
|
| |
Thanks to miwi for testing it on an exp-run
PR: ports/157769
Notes:
svn path=/head/; revision=290131
|
|
|
|
| |
Notes:
svn path=/head/; revision=285199
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
|
| |
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
|