Bug 93404 - net-p2p/frost
Summary: net-p2p/frost
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 20:10 UTC by Peter Thoenen
Modified: 2006-02-19 08:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Thoenen 2006-02-15 20:10:16 UTC
  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--
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-15 20:12:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2006-02-19 08:33:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!