| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
starting with N
Notes:
svn path=/head/; revision=240073
|
|
|
|
|
|
|
| |
Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer, via private e-mail)
Notes:
svn path=/head/; revision=232938
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=226682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Use SF macro.
PR: ports/125001
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Approved by: "Jonatan B" <onatan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=216276
|
|
|
|
| |
Notes:
svn path=/head/; revision=199949
|
|
|
|
|
|
|
|
|
| |
PR: 113893
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=195703
|
|
|
|
|
|
|
|
| |
PR: ports/114475
Submitted by: Wesley Shields <wxs@atarininja.org>
Notes:
svn path=/head/; revision=195385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The py-libdnet port has been seperated out as a slave port to libdnet and
is now dependent on libdnet. py-libdnet now only installs the libdnet
python module. Since files previously owned by py-libdnet are now owned
by its dependency, in order to upgrade correctly, py-libdnet must be
deinstall and then reinstalled manually.
PR: 109262
Submitted by: thierry and me
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=187216
|
|
|
|
|
|
|
|
| |
PR: ports/108500
Submitted by: Jonathan <afarsec@012.net.il> (maintainer)
Notes:
svn path=/head/; revision=183721
|
|
|
|
|
|
|
| |
Approved by: tmclaugh (implicit)
Notes:
svn path=/head/; revision=179499
|
|
|
|
|
|
|
|
|
| |
PR: 104364
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Approved by: tmclaugh (implicit)
Notes:
svn path=/head/; revision=179492
|
|
|
|
|
|
|
| |
Submitted by: FreshPorts sanity checking
Notes:
svn path=/head/; revision=175180
|
|
|
|
|
|
|
|
|
|
| |
- doesn't build on 4.x
PR: ports/101665
Submitted by: maintainer (Yonatan)
Notes:
svn path=/head/; revision=175179
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
| |
(needed for a to-be-released soon port)
Since I'm there, add SHA256.
Approved by: Jonatan B <onatan (at) gmail.com> (maintainer)
Notes:
svn path=/head/; revision=149108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
|
| |
- Add knob for python bindings, default off
PR: ports/78774
Submitted by: Jonathan <onatan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=131440
|
|
|
|
|
|
|
|
| |
PR: ports/77781
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=129378
|
|
|
|
|
|
|
|
| |
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=121613
|
|
|
|
|
|
|
|
|
|
|
| |
- add INSTALLS_SHLIB and USE_LIBTOOL_VER
PR: ports/71710
Submitted by: leeym
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=119071
|
|
|
|
|
|
|
|
| |
PR: ports/70472
Submitted by: Yonatan Yonatan.at.Xpert.dot.com>
Notes:
svn path=/head/; revision=116251
|
|
|
|
| |
Notes:
svn path=/head/; revision=99562
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
| |
Notes:
svn path=/head/; revision=98846
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes:
svn path=/head/; revision=89148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DESCRIBE CHANGES]
This band-aid fix inhibits IPFW detection at configure time.
At least it will allow -CURRENT users to build ports depending
on this one (net/honeyd, net/arpd, net/ttlscan,
security/fragroute).
Note that this doesn't solve the FreeBSD 4.x + IPFW2 case.
Added directory / file: files/configure.patch
Port maintainer (dominic.marks@btinternet.com) is cc'd.
PR: ports/55807
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes:
svn path=/head/; revision=88465
|
|
|
|
|
|
|
|
| |
PR: 53891
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Notes:
svn path=/head/; revision=83901
|
|
|
|
|
|
|
|
| |
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk>
Notes:
svn path=/head/; revision=83508
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: 46822
Submitted by: Dominic Marks <dom@cus.org.uk>
Notes:
svn path=/head/; revision=72716
|
|
|
|
|
|
|
| |
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Notes:
svn path=/head/; revision=69290
|
|
|
|
|
|
|
|
| |
PR: 44387
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes:
svn path=/head/; revision=68709
|
|
|
|
|
|
|
|
| |
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
Notes:
svn path=/head/; revision=67632
|
|
|
|
|
|
|
|
| |
PR: ports/41564
Submitted by: maintainer
Notes:
svn path=/head/; revision=64401
|
|
routines. Complement to pcap.
PR: 37118
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Notes:
svn path=/head/; revision=60054
|