summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-10-02 12:51:52 +0000
committerMark Felder <feld@FreeBSD.org>2013-10-02 12:51:52 +0000
commit3296de57fb06c3614dbd7cd0451b659b37f881f8 (patch)
treece15a754dfc687dd46a94b37d05fcc09289da247 /irc
parentsecurity/tpmmanager: Fix c++ -fpermissive errors on gcc 4.7+ (diff)
- patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax Approved by: crees (mentor)
Notes
Notes: svn path=/head/; revision=329044
Diffstat (limited to 'irc')
-rw-r--r--irc/unreal/Makefile4
-rw-r--r--irc/unreal/files/patch-makenet17
2 files changed, 2 insertions, 19 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile
index 7a0a00aa7313..cd3998d9f6ed 100644
--- a/irc/unreal/Makefile
+++ b/irc/unreal/Makefile
@@ -13,7 +13,7 @@ COMMENT= Unreal - the next generation ircd
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --enable-ssl
.endif
.if ${PORT_OPTIONS:MREMOTE}
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --enable-libcurl=${LOCALBASE}
.endif
diff --git a/irc/unreal/files/patch-makenet b/irc/unreal/files/patch-makenet
deleted file mode 100644
index 749e50106f94..000000000000
--- a/irc/unreal/files/patch-makenet
+++ /dev/null
@@ -1,17 +0,0 @@
---- networks/makenet 2004-04-25 01:19:28.000000000 +0200
-+++ networks/makenet 2009-08-18 16:21:50.000000000 +0200
-@@ -241,10 +241,10 @@
- __EOF__
-
- echo ""
--echo "" >> ../unrealircd.conf
--echo "// Added by makenet $DATE" >> ../unrealircd.conf
--echo "include \"networks/$FILE\";" >> ../unrealircd.conf
--echo "All done. I have added \"include \"networks/$FILE\"; to your unrealircd.conf"
-+echo "" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
-+echo "// Added by makenet $DATE" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
-+echo "include \"%%PREFIX%%/share/Unreal/networks/$FILE\";" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
-+echo "All done. I have added \"include \"%%PREFIX%%/share/Unreal/networks/$FILE\"; to your unrealircd.conf"
- echo "You might want to edit it if you have done makenet before"
- echo "Thank you for choosing UnrealIRCd"
- exit