ports/141298: Update port: www/cgicc to 3.2.9
KATO Tsuguru
tkato432 at yahoo.com
Tue Dec 8 18:10:06 UTC 2009
>Number: 141298
>Category: ports
>Synopsis: Update port: www/cgicc to 3.2.9
>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: Tue Dec 08 18:10:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 3.2.9
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/www/cgicc/Makefile www/cgicc/Makefile
--- /usr/ports/www/cgicc/Makefile 2009-08-29 14:21:24.000000000 +0900
+++ www/cgicc/Makefile 2009-11-19 16:53:43.000000000 +0900
@@ -7,7 +7,7 @@
#
PORTNAME= cgicc
-PORTVERSION= 3.2.8
+PORTVERSION= 3.2.9
CATEGORIES= www devel
MASTER_SITES= GNU
@@ -15,25 +15,26 @@
COMMENT= A C++ class library for writing CGI applications
USE_GMAKE= yes
-USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
-ACLOCAL_ARGS= -I m4 --install
-AUTOMAKE_ARGS= --add-missing
+USE_AUTOTOOLS= libtool:22
+MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
+ AUTOMAKE="${TRUE}"
USE_LDCONFIG= yes
PORTDOCS= *
-post-extract:
- @${FIND} ${WRKSRC} -type l -delete
+.if !defined(NOPORTDOCS)
+BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+.endif
post-patch:
- @${REINPLACE_CMD} -e '/CXXFLAGS/s|-pedantic||g' ${WRKSRC}/configure.ac
- @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.am
+ @${REINPLACE_CMD} -e '/CXXFLAGS/s|-pedantic||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
-pre-configure:
- @(cd ${CONFIGURE_WRKSRC} \
- && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS} \
- && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} ${AUTOHEADER_ARGS} \
- && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE})
+post-build:
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+ ${MAKEFILE} ${ALL_TARGET})
+.endif
post-install:
.if !defined(NOPORTDOCS)
diff -urN /usr/ports/www/cgicc/distinfo www/cgicc/distinfo
--- /usr/ports/www/cgicc/distinfo 2009-08-29 14:21:24.000000000 +0900
+++ www/cgicc/distinfo 2009-11-19 16:43:52.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (cgicc-3.2.8.tar.gz) = 7bfe01649f2b7bf582a8d0034ed0b32b
-SHA256 (cgicc-3.2.8.tar.gz) = 8718e1b9919b6381d55ef7ebca42564278b76225e83ab94db99cee18668e4033
-SIZE (cgicc-3.2.8.tar.gz) = 8142543
+MD5 (cgicc-3.2.9.tar.gz) = 9c62692a2f08e2ee48c3ccc401047e80
+SHA256 (cgicc-3.2.9.tar.gz) = 7bf392da75787e848ddf04395a5ed08fc472411deaa07cbae2c3edbea8fbeed4
+SIZE (cgicc-3.2.9.tar.gz) = 2087796
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list