ports/52984: update archivers/fastjar to 0.93

Mathieu Arnold m at absolight.net
Fri Jun 6 10:10:07 UTC 2003


>Number:         52984
>Category:       ports
>Synopsis:       update archivers/fastjar to 0.93
>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:   Fri Jun 06 03:10:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 0.93
	
>How-To-Repeat:
	
>Fix:
I don't understand autoconf/automake very much, and to build, it seems that it
needed depcomp, which was not there, I made an ugly hack so that it's there. If
some automake guru could tell me the right way to go, I'll be very pleased :)

--- fastjar-0.93.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/fastjar/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2003/02/18 04:17:41	1.6
+++ Makefile	2003/06/06 09:55:11
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fastjar
-PORTVERSION=	0.90
+PORTVERSION=	0.93
 CATEGORIES=	archivers java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,6 +16,10 @@
 COMMENT=	A version of JDK's `jar' command written entirely in C
 
 GNU_CONFIGURE=	YES
+USE_GMAKE=	YES
+
+pre-configure:
+	@${CP} ${PREFIX}/share/automake/depcomp ${WRKSRC}
 
 post-install:
 .if !defined(NOPORTDOCS)
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/archivers/fastjar/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	2001/02/10 13:19:52	1.2
+++ pkg-plist	2003/06/06 09:55:11
@@ -1,4 +1,5 @@
 bin/fastjar
-%%PORTDOCS%%share/doc/fastjar/CHANGES
-%%PORTDOCS%%share/doc/fastjar/README
-%%PORTDOCS%%@dirrm share/doc/fastjar
+bin/grepjar
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- fastjar-0.93.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list