mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 3.2.9
PR: 141298 Submitted by: Ports Fury
This commit is contained in:
parent
9dc60c253f
commit
bf4d6a9cc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245648
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cgicc
|
PORTNAME= cgicc
|
||||||
PORTVERSION= 3.2.8
|
PORTVERSION= 3.2.9
|
||||||
CATEGORIES= www devel
|
CATEGORIES= www devel
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
@ -15,25 +15,26 @@ MAINTAINER= ports@FreeBSD.org
|
|||||||
COMMENT= A C++ class library for writing CGI applications
|
COMMENT= A C++ class library for writing CGI applications
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
|
USE_AUTOTOOLS= libtool:22
|
||||||
ACLOCAL_ARGS= -I m4 --install
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE="${TRUE}"
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
post-extract:
|
.if !defined(NOPORTDOCS)
|
||||||
@${FIND} ${WRKSRC} -type l -delete
|
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/CXXFLAGS/s|-pedantic||g' ${WRKSRC}/configure.ac
|
@${REINPLACE_CMD} -e '/CXXFLAGS/s|-pedantic||g' ${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.am
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
pre-configure:
|
post-build:
|
||||||
@(cd ${CONFIGURE_WRKSRC} \
|
.if !defined(NOPORTDOCS)
|
||||||
&& ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS} \
|
@(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||||
&& ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} ${AUTOHEADER_ARGS} \
|
${MAKEFILE} ${ALL_TARGET})
|
||||||
&& ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE})
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (cgicc-3.2.8.tar.gz) = 7bfe01649f2b7bf582a8d0034ed0b32b
|
MD5 (cgicc-3.2.9.tar.gz) = 9c62692a2f08e2ee48c3ccc401047e80
|
||||||
SHA256 (cgicc-3.2.8.tar.gz) = 8718e1b9919b6381d55ef7ebca42564278b76225e83ab94db99cee18668e4033
|
SHA256 (cgicc-3.2.9.tar.gz) = 7bf392da75787e848ddf04395a5ed08fc472411deaa07cbae2c3edbea8fbeed4
|
||||||
SIZE (cgicc-3.2.8.tar.gz) = 8142543
|
SIZE (cgicc-3.2.9.tar.gz) = 2087796
|
||||||
|
Loading…
Reference in New Issue
Block a user