ports/175718: [PATCH] graphics/jpeg: fix OptionsNG
Takefu
takefu at airport.fm
Thu Jan 31 03:30:01 UTC 2013
>Number: 175718
>Category: ports
>Synopsis: [PATCH] graphics/jpeg: fix OptionsNG
>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: Thu Jan 31 03:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Takefu
>Release: FreeBSD 7.4-RELEASE-p11 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG74.localIPv4.airport.fm 7.4-RELEASE-p11 FreeBSD 7.4-RELEASE-p11 #0: Tue Dec 4 15:31:56 JST
>Description:
- fix OptionsNG
Port maintainer (dinoex at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- jpeg-8_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/jpeg/Makefile ./Makefile
--- /usr/ports/graphics/jpeg/Makefile 2012-12-10 07:20:58.000000000 +0900
+++ ./Makefile 2013-01-31 08:04:44.000000000 +0900
@@ -34,6 +34,8 @@
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
+.include <bsd.port.options.mk>
+
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/jpegexiforient.c ${WRKSRC}/
@${CP} ${DISTDIR}/${DIST_SUBDIR}/exifautotran.txt ${WRKSRC}/exifautotran
@@ -47,7 +49,7 @@
regression-test: test
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${PREFIX}/share/doc/jpeg
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg/
@${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/jpeg/
--- jpeg-8_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list