Skip site navigation (1)Skip section navigation (2)
Date:      19 Sep 2006 15:57:19 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103402: [MAINTAINER] graphics/mapyrus: update to 0.609
Message-ID:  <20060919155719.18854.qmail@fabula>
Resent-Message-ID: <200609191600.k8JG0X2v012856@freefall.freebsd.org>

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

>Number:         103402
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/mapyrus: update to 0.609
>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:   Tue Sep 19 16:00:32 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:
- Update to 0.609

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

--- mapyrus-0.609.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/Makefile /usr/ports/graphics/mapyrus.update-0.609/Makefile
--- /usr/ports/graphics/mapyrus/Makefile	Mon Aug  7 09:55:41 2006
+++ /usr/ports/graphics/mapyrus.update-0.609/Makefile	Tue Sep 19 17:44:08 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mapyrus
-PORTVERSION=	0.608
+PORTVERSION=	0.609
 CATEGORIES=	graphics print java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/distinfo /usr/ports/graphics/mapyrus.update-0.609/distinfo
--- /usr/ports/graphics/mapyrus/distinfo	Mon Aug  7 09:55:41 2006
+++ /usr/ports/graphics/mapyrus.update-0.609/distinfo	Tue Sep 19 17:44:40 2006
@@ -1,3 +1,3 @@
-MD5 (mapyrus-0.608.zip) = 0cf2997860a39e35071ed3aa8ba72fc0
-SHA256 (mapyrus-0.608.zip) = 14143970c0271a85f2249b7b52918532cbad4dd0f248d6ef957d2ae9b6e7d94a
-SIZE (mapyrus-0.608.zip) = 1464625
+MD5 (mapyrus-0.609.zip) = e24d83c9db2fcb2c6cc6cde9caabf002
+SHA256 (mapyrus-0.609.zip) = 1a584ec501eaae852191f830f9566ee0a7200339f3686a8ec230050affa10fe7
+SIZE (mapyrus-0.609.zip) = 1468010
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/files/mapyrus.in /usr/ports/graphics/mapyrus.update-0.609/files/mapyrus.in
--- /usr/ports/graphics/mapyrus/files/mapyrus.in	Fri Apr 28 17:44:51 2006
+++ /usr/ports/graphics/mapyrus.update-0.609/files/mapyrus.in	Tue Sep 19 17:49:22 2006
@@ -1,4 +1,9 @@
 #!/bin/sh
 # $FreeBSD: ports/graphics/mapyrus/files/mapyrus.in,v 1.2 2006/04/28 15:44:51 hq Exp $
+if [ -z "${DISPLAY}" ]; then
+    JAVA_AWT_HEADLESS="-Djava.awt.headless=true"
+else
+    JAVA_AWT_HEADLESS=""
+fi
 JAVA_VERSION="%%JAVA_VERSION%%" \
-	exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@"
+	exec "%%LOCALBASE%%/bin/java" "${JAVA_AWT_HEADLESS}" -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@"
diff -ruN --exclude=CVS /usr/ports/graphics/mapyrus/files/pkg-message.in /usr/ports/graphics/mapyrus.update-0.609/files/pkg-message.in
--- /usr/ports/graphics/mapyrus/files/pkg-message.in	Fri Apr 28 17:44:51 2006
+++ /usr/ports/graphics/mapyrus.update-0.609/files/pkg-message.in	Tue Sep 19 17:54:24 2006
@@ -4,6 +4,9 @@
 
 java -classpath %%DATADIR%%/%%MAPYRUSJAR%% org.mapyrus.Mapyrus myfile.mapyrus
 
+(If a real X-Windows display is not available, use the
+-Djava.awt.headless=true startup variable).
+
     or simply:
 
 mapyrus myfile.mapyrus
--- mapyrus-0.609.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?20060919155719.18854.qmail>