ports/93404: Update: net-p2p/frost

Peter Thoenen eol1 at yahoo.com
Wed Feb 15 20:10:18 UTC 2006


>Number:         93404
>Category:       ports
>Synopsis:       net-p2p/frost
>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:   Wed Feb 15 20:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Peter Thoenen <peter.thoenen at yahoo.com>
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
>Description:
  Minor cleanups.  Added desktop entry, get rid of USE_REINPLACE, call
proper javavm if multiple local vm's.
--0-822809908-1140034010=:27441
Content-Type: text/plain; name="frost.diff.txt"
Content-Description: 1210673562-frost.diff.txt
Content-Disposition: inline; filename="frost.diff.txt"

diff -ruN frost.orig/Makefile frost/Makefile
--- frost.orig/Makefile	Fri Feb 10 01:09:54 2006
+++ frost/Makefile	Fri Feb 10 01:25:39 2006
@@ -25,13 +25,14 @@
 
 .ifdef(WITH_JDK15)
 JAVA_VERSION=	1.5
+JAVAVM=		${LOCALBASE}/jdk1.5.0/bin/java
 .else
 JAVA_VERSION=	1.4
+JAVAVM=		${LOCALBASE}/jdk1.4.2/bin/java
 .endif
 
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
-JAVAVM=		${LOCALBASE}/bin/java
 JAR_DIR=	${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
 JAR_FILE=	frost.jar
 JAR_FILES=	frost.jar lib/fecImpl.jar \
@@ -49,7 +50,8 @@
 PORTDOCS=	${DOC_FILES:C,^.*/,,}
 
 DATA_FILES=	config/boards.xml.default \
-		themes/themepack.zip
+		themes/themepack.zip \
+		jtc.ico
 
 PLIST_FILES=	bin/${PORTNAME}
 
@@ -64,6 +66,11 @@
 PLIST_DIRS+=	\
 		%%JAR_DIR%% \
 		%%DATADIR%%
+
+DESKTOP_ENTRIES=	"Frost" "A Freenet Client" \
+			"${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \
+			"frost" "Application;P2P;Internet;" \
+			false
 
 pre-everything::
 .ifndef(WITH_JDK15)

--0-822809908-1140034010=:27441--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 --0-822809908-1140034010=:27441
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 



More information about the freebsd-ports-bugs mailing list