Date: Thu, 11 Oct 2007 13:46:00 -0400 (EDT) From: Robert Noland <rnoland@2hip.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117117: [MAINTAINER] x11-toolkits/swt: Doh!, We should be properties Message-ID: <200710111746.l9BHk07G055622@rnoland-ibm.acs.internap.com> Resent-Message-ID: <200710111750.l9BHo1QY035840@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117117 >Category: ports >Synopsis: [MAINTAINER] x11-toolkits/swt: Doh!, We should be properties >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: Thu Oct 11 17:50:00 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Robert Noland >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rnoland-ibm.2hip.net 7.0-CURRENT FreeBSD 7.0-CURRENT #110: Wed Oct 10 17:39:31 EDT 2007 >Description: We should be including *.properties files in the jar. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- swt-3.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/swt/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Oct 2007 03:30:06 -0000 1.5 +++ Makefile 11 Oct 2007 17:41:44 -0000 @@ -7,7 +7,7 @@ PORTNAME= swt DISTVERSION= 3.3 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= x11-toolkits devel java MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-${DISTVERSION}-200706251500 Index: files/patch-build.xml =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/swt/files/patch-build.xml,v retrieving revision 1.1 diff -u -r1.1 patch-build.xml --- files/patch-build.xml 2 Dec 2006 01:10:28 -0000 1.1 +++ files/patch-build.xml 11 Oct 2007 17:41:44 -0000 @@ -1,6 +1,6 @@ ---- build.xml.orig Mon Dec 5 15:14:46 2005 -+++ build.xml Fri Nov 17 23:48:20 2006 -@@ -1,55 +1,56 @@ +--- build.xml.orig 2005-12-05 15:14:46.000000000 -0500 ++++ build.xml 2007-10-11 13:30:41.000000000 -0400 +@@ -1,55 +1,57 @@ <?xml version="1.0" encoding="UTF-8"?> +<project name="org.eclipse.swt.gtk.freebsd.x86_64" default="build.jar" basedir="."> @@ -12,7 +12,7 @@ + <property name="javac.verbose" value="false"/> + <property name="javac.debug" value="off"/> + <property name="input.srcdir" value="${basedir}/org"/> -+ <property name="output.jar" value="${basedir}/swt32.jar"/> ++ <property name="output.jar" value="${basedir}/swt.jar"/> + <property name="output.classes" value="${basedir}/classes"/> + </target> + @@ -38,6 +38,7 @@ + </fileset> + <fileset dir="${basedir}"> + <include name="**/version.txt"/> ++ <include name="**/*.properties"/> + </fileset> + </jar> + </target> --- swt-3.3_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?200710111746.l9BHk07G055622>