| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=237976
|
|
|
|
| |
Notes:
svn path=/head/; revision=237873
|
|
|
|
| |
Notes:
svn path=/head/; revision=232054
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of all dependent ports.
Notes:
svn path=/head/; revision=232030
|
|
|
|
|
|
|
|
|
| |
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Notes:
svn path=/head/; revision=226721
|
|
|
|
| |
Notes:
svn path=/head/; revision=224102
|
|
|
|
| |
Notes:
svn path=/head/; revision=224028
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/128775 [1], ports/128807 [2], ports/128921 [3]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
Jimmie James <jimmiejaz@gmail.com> [2]
Falko Richter <xendorphin@gmail.com> [3]
Notes:
svn path=/head/; revision=222946
|
|
|
|
|
|
|
| |
- Rename patch as it won't apply against new unstable version.
Notes:
svn path=/head/; revision=222679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes:
svn path=/head/; revision=217485
|
|
|
|
|
|
|
| |
Reported by: itetcu
Notes:
svn path=/head/; revision=215073
|
|
|
|
|
|
|
|
|
|
| |
- Style fixes.
PR: ports/123780
Submitted by: Gea-Suan Lin
Notes:
svn path=/head/; revision=213331
|
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
|
|
|
| |
- Add support for XMLRPC (default: on).
Notes:
svn path=/head/; revision=204043
|
|
|
|
| |
Notes:
svn path=/head/; revision=203234
|
|
|
|
| |
Notes:
svn path=/head/; revision=199277
|
|
|
|
| |
Notes:
svn path=/head/; revision=197682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=194126
|
|
|
|
|
|
|
|
| |
PR: ports/113237
Submitted by: Henrik Brix Andersen
Notes:
svn path=/head/; revision=192582
|
|
|
|
| |
Notes:
svn path=/head/; revision=189895
|
|
|
|
| |
Notes:
svn path=/head/; revision=183332
|
|
|
|
|
|
|
| |
Reported by: sat
Notes:
svn path=/head/; revision=181972
|
|
|
|
|
|
|
|
|
| |
Whitespace fixes.
Reported by: itetcu
Notes:
svn path=/head/; revision=181935
|
|
|
|
|
|
|
| |
Reminded by: kwm
Notes:
svn path=/head/; revision=181857
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
Notes:
svn path=/head/; revision=179653
|
|
|
|
|
|
|
|
| |
PR: ports/105231
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=176807
|
|
|
|
|
|
|
| |
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=175532
|
|
|
|
|
|
|
| |
Reported by: krisbot
Notes:
svn path=/head/; revision=170087
|
|
|
|
| |
Notes:
svn path=/head/; revision=167600
|
|
|
|
|
|
|
| |
Reported by: Charles Clark <cmc@stegosaur.us>
Notes:
svn path=/head/; revision=167599
|
|
|
|
| |
Notes:
svn path=/head/; revision=165854
|
|
|
|
|
|
|
| |
- Add rtorrent-devel, the development version of rtorrent.
Notes:
svn path=/head/; revision=162644
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
|
|
|
| |
Reminded by: Simon Olofsson <simon@olofsson.de>
Notes:
svn path=/head/; revision=157898
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Notes:
svn path=/head/; revision=154851
|
|
|
|
| |
Notes:
svn path=/head/; revision=154694
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=147688
|
|
|
|
| |
Notes:
svn path=/head/; revision=146901
|
|
|
|
|
|
|
| |
- Add a note about slow hashing.
Notes:
svn path=/head/; revision=145939
|
|
|
|
| |
Notes:
svn path=/head/; revision=140007
|
|
|
|
| |
Notes:
svn path=/head/; revision=138966
|
|
|
|
| |
Notes:
svn path=/head/; revision=138568
|
|
|
|
| |
Notes:
svn path=/head/; revision=137616
|
|
|
|
|
|
|
| |
- Install sample configuration file in ${EXAMPLESDIR}.
Notes:
svn path=/head/; revision=137615
|
|
|
|
|
|
|
|
| |
PR: ports/82173
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes:
svn path=/head/; revision=137392
|
|
|
|
|
|
|
| |
Reported by: Markus Buretorp <markus.buretorp@home.se>
Notes:
svn path=/head/; revision=135454
|