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/mldonkey/files/patch-Makefile | |
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/mldonkey/files/patch-Makefile')
-rw-r--r-- | net/mldonkey/files/patch-Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net/mldonkey/files/patch-Makefile b/net/mldonkey/files/patch-Makefile deleted file mode 100644 index 452e3963a19d..000000000000 --- a/net/mldonkey/files/patch-Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- config/Makefile.in.orig Tue Sep 6 21:51:36 2005 -+++ config/Makefile.in Tue Sep 6 22:00:47 2005 -@@ -144,6 +144,11 @@ - CDK_SRCS += $(CDK)/zlib.ml $(CDK)/zlibstubs.c - endif - -+ifneq ("$(OPENSSLBASE)", "/usr") -+ LIBS_flags += -ccopt -I$(OPENSSLINC) -cclib -L$(OPENSSLLIB) -+endif -+LIBS_flags += -cclib -lcrypto -+ - ifeq ("$(GD)", "yes") - LIBS_flags += -cclib -lgd -cclib -lfreetype -cclib -lm - LIBS_flags += -ccopt -W -ccopt -Wall -ccopt -Wno-unused -@@ -219,8 +224,7 @@ - $(LIB)/misc.ml $(LIB)/unix32.ml $(LIB)/md4.ml \ - $(LIB)/avifile.ml $(LIB)/http_lexer.mll $(LIB)/url.ml \ - $(LIB)/date.ml $(LIB)/fst_hash.c \ -- $(LIB)/md4_comp.c $(LIB)/md4_c.c \ -- $(LIB)/gettext.ml4 $(LIB)/md5_c.c $(LIB)/$(SHA1_VERSION)_c.c \ -+ $(LIB)/md4_c.c $(LIB)/gettext.ml4 \ - $(LIB)/tiger.c \ - $(LIB)/stubs_c.c $(LIB)/queues.ml \ - $(LIB)/charsetstubs.c $(LIB)/charset.ml -@@ -291,7 +295,7 @@ - all: Makefile config/Makefile.config $(TARGET_TYPE) - - config/configure: config/configure.in -- cd config; autoconf -+ cd config; %%AUTOCONF%% - - ifeq ("$(CONFIGURE_RUN)" , "yes") - -@@ -2059,5 +2063,4 @@ - src/utils/lib/sha1new_c.o: src/utils/lib/sha1new_c.h \ - src/utils/lib/sha1_c.h src/utils/lib/os_stubs.h - --src/daemon/common/commonHasher_c.o: src/utils/lib/sha1_c.h --src/utils/lib/stubs_c.o: src/utils/lib/sha1_c.h -+src/daemon/common/commonHasher_c.o: |