aboutsummaryrefslogtreecommitdiff
path: root/devel/raknet
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-04 08:31:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-04 08:31:37 +0000
commit3abbaee42fab2bc814e1ebdcca5e85ec793b5632 (patch)
tree136c046b5d115796ce6c9d309ad01f960f7ad7f3 /devel/raknet
parent200fb5a9da949a371ec8684fba3dc72b800902d4 (diff)
downloadports-3abbaee42fab2bc814e1ebdcca5e85ec793b5632.tar.gz
ports-3abbaee42fab2bc814e1ebdcca5e85ec793b5632.zip
- Drop maintainership [1]
- Mark BROKEN on 7.X: does not compile with GCC 4.2 - Style Requested by: Andrew I Baznikin <dikiy@scn.ru> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=194876
Diffstat (limited to 'devel/raknet')
-rw-r--r--devel/raknet/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile
index bae0f5af216d..1b96c773acca 100644
--- a/devel/raknet/Makefile
+++ b/devel/raknet/Makefile
@@ -10,13 +10,13 @@ CATEGORIES= devel net
MASTER_SITES= http://www.rakkarsoft.com/raknet/downloads/
DISTNAME= RakNet
-MAINTAINER= dikiy@scn.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Networking API that provides reliable UDP prmary for online games
USE_ZIP= yes
WRKSRC= ${WRKDIR}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
@@ -24,6 +24,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name CVS -delete
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" -e "s|-lpthread|${PTHREAD_LIBS}|" -e "s|-fPIC|-fPIC ${CFLAGS}|" ${WRKSRC}/makefile.defs
@@ -35,10 +39,6 @@ post-patch:
${AWK} 'gsub( /\r/, "" )' $${_F} > $${_F}.awk.tmp; \
${MV} $${_F}.awk.tmp $${_F}; \
done
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/Include/BitStream.h
- @${RM} ${WRKSRC}/Include/BitStream.h.bak
-.endif
@${MKDIR} ${WRKSRC}/Lib/linux
@${LN} -s ${WRKSRC}/Lib ${WRKSRC}/lib