ports/58881: Update port: www/cgicc

KATO Tsuguru tkato at prontomail.com
Mon Nov 3 15:20:29 UTC 2003


>Number:         58881
>Category:       ports
>Synopsis:       Update port: www/cgicc
>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 Nov 03 07:20:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build on -current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/cgicc/Makefile www/cgicc/Makefile
--- /usr/ports/www/cgicc/Makefile	Sun Nov  2 19:38:07 2003
+++ www/cgicc/Makefile	Mon Nov  3 15:51:04 2003
@@ -16,16 +16,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A C++ class library for writing CGI applications
 
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 MAKE_ARGS=	NOPORTDOCS=${NOPORTDOCS}
 INSTALLS_SHLIB=	yes
 
-.include <bsd.port.pre.mk>
+post-patch:
+	@${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure
 
-.if ${OSVERSION} >= 501000
-BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list