Skip site navigation (1)Skip section navigation (2)
Date:      22 Sep 2006 09:18:15 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103478: [MAINTAINER] graphics/mapyrus: remove quotes from ${JAVA_AWT_HEADLESS} variable in mapyrus.in
Message-ID:  <20060922091815.5746.qmail@fabula>
Resent-Message-ID: <200609220920.k8M9KKbY073178@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103478
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/mapyrus: remove quotes from ${JAVA_AWT_HEADLESS} variable in mapyrus.in
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 22 09:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD fabula.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Aug  5 13:02:14 CEST
>Description:
- Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS,
otherwise mapyrus does not run under X.
 
- Removed an email address from pkg-descr

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mapyrus-0.609_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/Makefile /usr/ports/graphics/mapyrus.fix_mapyrus.in/Makefile
--- /usr/ports/graphics/mapyrus/Makefile	Wed Sep 20 16:37:37 2006
+++ /usr/ports/graphics/mapyrus.fix_mapyrus.in/Makefile	Fri Sep 22 11:13:38 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	mapyrus
 PORTVERSION=	0.609
+PORTREVISION=	1
 CATEGORIES=	graphics print java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/files/mapyrus.in /usr/ports/graphics/mapyrus.fix_mapyrus.in/files/mapyrus.in
--- /usr/ports/graphics/mapyrus/files/mapyrus.in	Wed Sep 20 16:37:37 2006
+++ /usr/ports/graphics/mapyrus.fix_mapyrus.in/files/mapyrus.in	Fri Sep 22 11:13:13 2006
@@ -6,4 +6,4 @@
     JAVA_AWT_HEADLESS=""
 fi
 JAVA_VERSION="%%JAVA_VERSION%%" \
-	exec "%%LOCALBASE%%/bin/java" "${JAVA_AWT_HEADLESS}" -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@"
+	exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@"
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/pkg-descr /usr/ports/graphics/mapyrus.fix_mapyrus.in/pkg-descr
--- /usr/ports/graphics/mapyrus/pkg-descr	Fri Apr 28 05:16:02 2006
+++ /usr/ports/graphics/mapyrus.fix_mapyrus.in/pkg-descr	Fri Sep 22 11:13:25 2006
@@ -3,5 +3,5 @@
 Portable Document Format (PDF), Scalable Vector Graphics (SVG) format
 and web image output formats.
 
-Author:	Simon Chenery <simoc@users.sourceforge.net>
+Author:	Simon Chenery
 WWW:	http://mapyrus.sourceforge.net
--- mapyrus-0.609_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060922091815.5746.qmail>