summaryrefslogtreecommitdiff
path: root/net-p2p/valknut/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-06 05:44:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-06 05:44:21 +0000
commit68db273cac5834c1d7f7e85d4e3aa95039940032 (patch)
tree400f109c289f93cde4474698b553cb1ba2f7675d /net-p2p/valknut/Makefile
parent- Update to version 0.2.18 (diff)
- Update to version 0.2.18
- Fix security vulnerability - Give maintainership to Markus Brueffer <brueffer@phoenix-systems.de> PR: 56510 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer timeout > 2 months)
Notes
Notes: svn path=/head/; revision=88622
Diffstat (limited to 'net-p2p/valknut/Makefile')
-rw-r--r--net-p2p/valknut/Makefile32
1 files changed, 13 insertions, 19 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile
index 0cc5ba992258..d260717116db 100644
--- a/net-p2p/valknut/Makefile
+++ b/net-p2p/valknut/Makefile
@@ -7,39 +7,33 @@
#
PORTNAME= dcgui
-PORTVERSION= 0.1.11
+PORTVERSION= 0.2.18
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES= http://download.berlios.de/dcgui/ \
http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
- http://download.berlios.de/dcgui/ \
- ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
- http://dc.ketelhot.de/files/dcgui/unstable/source/
-MASTER_SITE_SUBDIR= dc-gui
-DISTNAME= dcgui-0.1beta11
+ ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/
+DISTNAME= dcgui-qt-${PORTVERSION}
-MAINTAINER= e96sv@yahoo.se
+MAINTAINER= brueffer@phoenix-systems.de
COMMENT= A Direct Connect client QT GUI
-FORBIDDEN= "security bug--see <URL:http://dc.ketelhot.de/news.php>"
LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_X_PREFIX= yes
-USE_QT_VER=3
+USE_QT_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
- --with-xml-prefix=${LOCALBASE} \
- --program-prefix=
+CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
+
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
-# Fix libxml2 test
-# And, do not add optimizations because it might break some ARCHs, e.g.,
-# alpha
- @${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \
- s@-O2@@' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>