ports/152689: math/jlatexmath: minor fixes
Max Brazhnikov
makc at FreeBSD.org
Mon Nov 29 23:10:13 UTC 2010
>Number: 152689
>Category: ports
>Synopsis: math/jlatexmath: minor fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 29 23:10:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.1-STABLE FreeBSD 8.1-STABLE #10: Tue Aug 31 10:36:57 MSD 2010 root at luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA amd64
>Description:
Correct run dependencies by using ':=' assign
Fix build with NOPORTEXAMPLES
Remove md5 checksum
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/jlatexmath/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 12 Oct 2010 13:10:08 -0000 1.3
+++ Makefile 29 Nov 2010 22:42:33 -0000
@@ -7,6 +7,7 @@
PORTNAME= jlatexmath
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= math java
MASTER_SITES= http://forge.scilab.org/upload/jlatexmath/files/ \
http://www.predatorlabs.net/dl/
@@ -31,15 +32,15 @@
.if defined(WITHOUT_FOP)
PLIST_SUB+= FOP="@comment "
.else
-BUILD_DEPENDS+= fop:${PORTSDIR}/textproc/fop \
+BUILD_DEPENDS= fop:${PORTSDIR}/textproc/fop \
${JAVALIBDIR}/xmlgraphics-commons.jar:${PORTSDIR}/graphics/xmlgraphics-commons \
- ${LOCALBASE}/share/java/batik/batik.jar:${PORTSDIR}/graphics/batik \
+ ${JAVASHAREDIR}/batik/batik.jar:${PORTSDIR}/graphics/batik \
${JAVALIBDIR}/avalon-framework.jar:${PORTSDIR}/devel/avalon-framework \
${JAVALIBDIR}/commons-io.jar:${PORTSDIR}/devel/jakarta-commons-io \
${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
${JAVALIBDIR}/xml-apis-ext.jar:${PORTSDIR}/textproc/xml-commons
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
ALL_TARGET+= fop
@@ -54,7 +55,7 @@
do-install:
${INSTALL_DATA} ${WRKSRC}/dist/jlatexmath-${PORTVERSION}.jar ${JAVAJARDIR}/jlatexmath.jar
${INSTALL_DATA} ${WRKSRC}/dist/jlatexmath-fop-${PORTVERSION}.jar ${JAVAJARDIR}/jlatexmath-fop.jar
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/jlatexmath/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 12 Oct 2010 13:10:08 -0000 1.3
+++ distinfo 29 Nov 2010 22:00:08 -0000
@@ -1,3 +1,2 @@
-MD5 (jlatexmath-src-all-0.9.3.zip) = 14b5a3ae9941c1fbf39f241a779b7458
SHA256 (jlatexmath-src-all-0.9.3.zip) = 88b54226800d0811e1e927730b991557f80429d952da70ef220b2a9251c4998b
SIZE (jlatexmath-src-all-0.9.3.zip) = 1092337
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list