ports/58879: Update port: print/cpp2latex
KATO Tsuguru
tkato at prontomail.com
Mon Nov 3 15:20:28 UTC 2003
>Number: 58879
>Category: ports
>Synopsis: Update port: print/cpp2latex
>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/print/cpp2latex/Makefile print/cpp2latex/Makefile
--- /usr/ports/print/cpp2latex/Makefile Wed Oct 29 18:13:07 2003
+++ print/cpp2latex/Makefile Sat Nov 1 23:15:05 2003
@@ -14,17 +14,17 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= Convert C++ source to a file you can input in an LaTeX-document
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure
-.if !defined(NOPORTDOCS)
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docfile in AUTHORS ChangeLog README TODO
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list