Update to 0.9.3

This commit is contained in:
Patrick Li 2001-12-23 15:46:50 +00:00
parent 1eb6078e88
commit a9f37fecd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52054
4 changed files with 9 additions and 26 deletions

View File

@ -6,22 +6,24 @@
#
PORTNAME= hlmaster
PORTVERSION= 0.9.2
PORTVERSION= 0.9.3
CATEGORIES= net games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
MAKEFILE= Makefile.bsd
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1 ${PORTNAME}.gameserver.1 \
${PORTNAME}.filter.1 ${PORTNAME}.list.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 \
${PREFIX}/man/man1
pre-patch:
@${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} \
-pi.orig -e 's|CXXFLAGS = -O2 -Wall||'
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${MKDIR} ${DOCSDIR}

View File

@ -1 +1 @@
MD5 (hlmaster-0.9.2.tar.gz) = 81ed2f961ea30173eee70c1b73d5b976
MD5 (hlmaster-0.9.3.tar.gz) = 663b475959bf507cd3ee39c2f485bf8b

View File

@ -1,10 +0,0 @@
--- lib/pfc++/src/Makefile.bsd.orig Thu Jul 5 07:06:54 2001
+++ lib/pfc++/src/Makefile.bsd Sat Jul 14 17:54:52 2001
@@ -1,5 +1,4 @@
-CXX = g++
-CXXFLAGS = -Wall -O2
+CXXFLAGS += -Wall
REAL_CXXFLAGS = ${CXXFLAGS} -D__linux__ -I../include
RANLIB = ar

View File

@ -1,9 +0,0 @@
--- src/Makefile.bsd.orig Wed Jul 4 17:44:41 2001
+++ src/Makefile.bsd Sat Jul 14 17:54:34 2001
@@ -1,5 +1,4 @@
-CXX = g++
-CXXFLAGS = -Wall -O2
+CXXFLAGS += -Wall
LDFLAGS = -s
REAL_CXXFLAGS = ${CXXFLAGS} -D__linux__ -I../include -I../lib/pfc++/include