diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/mutella/files/patch-configure | |
parent | Upgrade to 1.63.0. (diff) |
Populate newly create net-p2p category with these ports:
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
Notes:
svn path=/head/; revision=154851
Diffstat (limited to 'net/mutella/files/patch-configure')
-rw-r--r-- | net/mutella/files/patch-configure | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/net/mutella/files/patch-configure b/net/mutella/files/patch-configure deleted file mode 100644 index 588e1e676fa3..000000000000 --- a/net/mutella/files/patch-configure +++ /dev/null @@ -1,51 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Wed Feb 5 20:36:13 2003 -+++ configure Sat Feb 15 02:11:03 2003 -@@ -5098,16 +5098,16 @@ - fi - - if test $g_link_threads = no ; then -- echo "$as_me:$LINENO: checking for pthread_create with -pthread in CFLAGS" >&5 --echo $ECHO_N "checking for pthread_create with -pthread in CFLAGS... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS" >&5 -+echo $ECHO_N "checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS... $ECHO_C" >&6 - if test "${g_cv_pthread_flag+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" -- LIBS="-pthread $LIBS" -- CFLAGS="-pthread $CFLAGS" -+ LIBS="${PTHREAD_LIBS} $LIBS" -+ CFLAGS="${PTHREAD_CFLAGS} $CFLAGS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -@@ -5153,8 +5153,8 @@ - echo "${ECHO_T}$g_cv_pthread_flag" >&6 - - if test $g_cv_pthread_flag=yes ; then -- LTHREAD_LIBS="$LTHREAD_LIBS -pthread" -- LTHREAD_CFLAGS="$LTHREAD_CFLAGS -pthread" -+ LTHREAD_LIBS="$LTHREAD_LIBS ${PTHREAD_LIBS}" -+ LTHREAD_CFLAGS="$LTHREAD_CFLAGS ${PTHREAD_CFLAGS}" - g_link_threads=posix - fi - fi -@@ -6621,13 +6621,6 @@ - else - optimisation=false - fi; --if test $optimisation = true; then -- CFLAGS="$CFLAGS -O2" -- CXXFLAGS="$CXXFLAGS -O2" --else -- CFLAGS="$CFLAGS -O0" -- CXXFLAGS="$CXXFLAGS -O0" --fi - - # Check whether --enable-debug or --disable-debug was given. - if test "${enable_debug+set}" = set; then |