| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
into fwbuilder-devel.
Feature safe: yes
Notes:
svn path=/head/; revision=285791
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=278482
|
|
|
|
| |
Notes:
svn path=/head/; revision=265816
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
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=255579
|
|
|
|
| |
Notes:
svn path=/head/; revision=255033
|
|
|
|
| |
Notes:
svn path=/head/; revision=254976
|
|
|
|
|
|
|
|
| |
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
Notes:
svn path=/head/; revision=254938
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=254900
|
|
|
|
|
|
|
| |
to satisfy dependencies.
Notes:
svn path=/head/; revision=254293
|
|
|
|
|
|
|
| |
Thanks to: pointyhat
Notes:
svn path=/head/; revision=254180
|
|
|
|
| |
Notes:
svn path=/head/; revision=253711
|
|
|
|
|
|
|
|
|
| |
scripts when used to generate static routing configurations.
Feature safe: Yes
Notes:
svn path=/head/; revision=241804
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
|
|
|
| |
PR: 136167
Notes:
svn path=/head/; revision=236796
|
|
|
|
|
|
|
| |
PR: 135923
Notes:
svn path=/head/; revision=236491
|
|
|
|
|
|
|
|
| |
PR: 134903
Submitted by: makc
Notes:
svn path=/head/; revision=234522
|
|
|
|
|
|
|
| |
PR: 134170
Notes:
svn path=/head/; revision=233178
|
|
|
|
| |
Notes:
svn path=/head/; revision=232878
|
|
|
|
| |
Notes:
svn path=/head/; revision=224045
|
|
|
|
| |
Notes:
svn path=/head/; revision=224009
|
|
|
|
|
|
|
| |
IPv6 address issue in address and network objects.
Notes:
svn path=/head/; revision=223894
|
|
|
|
|
|
|
| |
PR: 129204
Notes:
svn path=/head/; revision=223509
|
|
|
|
| |
Notes:
svn path=/head/; revision=223383
|
|
|
|
| |
Notes:
svn path=/head/; revision=221067
|
|
|
|
|
|
|
|
| |
Submitted by: gahr
Approved by: portsmgr (pav)
Notes:
svn path=/head/; revision=220432
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=220423
|
|
|
|
|
|
|
|
| |
is deprecated and scheduled for deletion as it is no longer supported by its
author.
Notes:
svn path=/head/; revision=219692
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Mark port BROKEN when NOPORTDOCS is specified.
Notes:
svn path=/head/; revision=213724
|
|
|
|
| |
Notes:
svn path=/head/; revision=213556
|
|
|
|
|
|
|
|
| |
PR: 122472
Submitted by: "Beat G\xe4tzi" <beat@chruetertee.ch>
Notes:
svn path=/head/; revision=210622
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs.
Notes:
svn path=/head/; revision=209941
|
|
|
|
| |
Notes:
svn path=/head/; revision=205886
|
|
|
|
| |
Notes:
svn path=/head/; revision=199348
|
|
|
|
| |
Notes:
svn path=/head/; revision=198227
|
|
|
|
|
|
|
| |
that ought to make the port compile with gcc-4.2 and thus with -current.
Notes:
svn path=/head/; revision=196393
|
|
|
|
| |
Notes:
svn path=/head/; revision=195331
|
|
|
|
| |
Notes:
svn path=/head/; revision=193749
|
|
|
|
| |
Notes:
svn path=/head/; revision=192722
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=186174
|
|
|
|
|
|
|
|
| |
Submitted by: rafan
Tested on: pointyhat
Notes:
svn path=/head/; revision=185058
|
|
|
|
|
|
|
|
|
|
| |
Portlint fixups.
PR: TBA
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes:
svn path=/head/; revision=179454
|
|
|
|
|
|
|
|
|
|
|
| |
Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I
maintain this port for him.
Submitted by: Vadim Kurland <vadim@fwbuilder.org>
Approved by: Maintainer: Vadim Kurland <vadim@fwbuilder.org>
Notes:
svn path=/head/; revision=179438
|