ports/80548: Update port: textproc/xmlppm to 0.98.2
KATO Tsuguru
tkato432 at yahoo.com
Mon May 2 15:10:07 UTC 2005
>Number: 80548
>Category: ports
>Synopsis: Update port: textproc/xmlppm to 0.98.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon May 02 15:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.98.2
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/textproc/xmlppm/Makefile textproc/xmlppm/Makefile
--- /usr/ports/textproc/xmlppm/Makefile Thu Aug 19 13:54:25 2004
+++ textproc/xmlppm/Makefile Mon May 2 12:57:05 2005
@@ -7,7 +7,7 @@
#
PORTNAME= xmlppm
-PORTVERSION= 0.98.1
+PORTVERSION= 0.98.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.cs.cornell.edu/People/jcheney/xmlppm/
@@ -22,21 +22,14 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_ICONV= yes
-USE_REINPLACE= yes
USE_GMAKE= yes
-MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" \
+ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv"
PORTDOCS= README
PLIST_FILES= bin/xmlppm bin/xmlunppm
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^CC|#CC|g ; \
- s|^CPPFLAGS|#CPPFLAGS|g ; \
- s|^CFLAGS|#CFLAGS|g ; \
- s|$$(CC)|$$(CXX)|g ; \
- s|$$(CFLAGS)|$$(CXXFLAGS)|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmlppm ${PREFIX}/bin
diff -urN /usr/ports/textproc/xmlppm/distinfo textproc/xmlppm/distinfo
--- /usr/ports/textproc/xmlppm/distinfo Thu Aug 19 13:54:25 2004
+++ textproc/xmlppm/distinfo Mon May 2 12:37:37 2005
@@ -1,2 +1,2 @@
-MD5 (xmlppm-0.98.1-src.tar.gz) = 242c073527ec09c70669bf2b22b692e3
-SIZE (xmlppm-0.98.1-src.tar.gz) = 38197
+MD5 (xmlppm-0.98.2-src.tar.gz) = 355dbc50b4aeaa647f77105843624ffe
+SIZE (xmlppm-0.98.2-src.tar.gz) = 40062
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list