ports/143997: [MAINTAINER] sysutils/samesame update to v1.9

Alex de Kruijff samesame at akruijff.dds.nl
Tue Feb 16 11:00:16 UTC 2010


>Number:         143997
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/samesame update to v1.9
>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 Feb 16 11:00:15 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alex de Kruijff
>Release:        
>Organization:
>Environment:

        
>Description:
        

>How-To-Repeat:
        
>Fix:

        

--- samesame.diff begins here ---
diff -ruN port-1.8/Makefile port-1.9/Makefile
--- port-1.8/Makefile	Tue Feb 16 11:39:50 2010
+++ port-1.9/Makefile	Tue Feb 16 11:51:38 2010
@@ -2,10 +2,10 @@
 # Date created:		14 April 2009
 # Whom:			Alex de Kruijff
 #
-# $FreeBSD: ports/sysutils/samesame/Makefile,v 1.13 2009/12/24 23:21:07 miwi Exp $
+# $FreeBSD$
 
 PORTNAME=	samesame
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	sysutils
 MASTER_SITES=	http://samesame.kruijff.org/ \
 		${MASTER_SITE_LOCAL}
@@ -17,16 +17,18 @@
 CONFLICTS=	samefile-[0-9]*
 
 MAN1=	samesame.1 samearchive.1 samearchive-lite.1 samefile.1 sameln.1 \
-	samecp.1 samemv.1 samerm.1 samechflags.1 samechmod.1 samechown.1
+	samecp.1 samemv.1 samerm.1 samechflags.1 samechmod.1 samechown.1 \
+	samedelay.1
 MANCOMPRESSED=	no
 
 PLIST_FILES=	bin/samearchive		bin/samefile 	bin/samecp \
 		bin/samearchive-lite	bin/sameln 	bin/samemv \
-		etc/rc.d/samesame.sh	bin/samerm	bin/samechflags \
-		bin/samechmod		bin/samechown
+		bin/samechflags		bin/samerm	bin/samechmod \
+		bin/samechown		bin/samedelay
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \
+CONFIGURE_ARGS=	--enable-samechflags --enable-samechmod \
+		--mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \
 		--includedir="${LOCALBASE}/include" --libdir="${LOCALBASE}/lib"
 USE_BZIP2=	yes
 
@@ -34,6 +36,7 @@
 		DISK_STORAGE "Allows temporarily storage on disk" Off \
 		LOW_MEMORY_PROFILE "Low memory profile reduces functionality" Off \
 		EXPERIMENTAL "Enables experimental functionality" Off \
+		PROFILER "Enables gprof support" Off \
 		TEST "Run quality assurance test" Off
 
 .include <bsd.port.pre.mk>
@@ -44,16 +47,23 @@
 
 .if defined(WITH_DISK_STORAGE)
 CONFIGURE_ARGS+=	--enable-disk-storage
+PLIST_FILES+=		etc/rc.d/samesame.sh
 .endif
 
 .if defined(WITH_EXPERIMENTAL)
-CONFIGURE_ARGS+=	--enable-experimental
+CONFIGURE_ARGS+=	--enable-experimental --enable-fsort
+#CONFIGURE_ARGS+=	--enable-checksums --enable-preread
+PLIST_FILES+=		bin/fsort
 .endif
 
 .if defined(WITH_LOW_MEMORY_PROFILE)
 CONFIGURE_ARGS+=	--enable-low-memory-profile --disable-read-onces
 .endif
 
+.if defined(WITH_PROFILER)
+CONFIGURE_ARGS+=	--enable-profiler
+.endif
+
 regression-test: build
 	@cd ${WRKSRC}; ${MAKE} check
 
@@ -63,7 +73,7 @@
 .endif
 
 post-install:
-.if defined(WITHOUT_DEBUG)
+.if defined(WITHOUT_DEBUG) && defined(WITHOUT_PROFILER)
 	${STRIP_CMD} ${PREFIX}/bin/samefile
 	${STRIP_CMD} ${PREFIX}/bin/samearchive
 	${STRIP_CMD} ${PREFIX}/bin/samearchive-lite
@@ -74,9 +84,13 @@
 	${STRIP_CMD} ${PREFIX}/bin/sameln
 	${STRIP_CMD} ${PREFIX}/bin/samemv
 	${STRIP_CMD} ${PREFIX}/bin/samerm
+.if defined(WITH_EXPERIMENTAL)
+	${STRIP_CMD} ${PREFIX}/bin/fsort
 .endif
-
+.endif
+.if defined(WITH_DISK_STORAGE)
 	${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/
+.endif
 	@${ECHO}
 	@${CAT} pkg-message
 	@${ECHO}
diff -ruN port-1.8/distinfo port-1.9/distinfo
--- port-1.8/distinfo	Thu Dec 24 09:49:47 2009
+++ port-1.9/distinfo	Tue Feb 16 11:50:53 2010
@@ -1,3 +1,3 @@
-MD5 (samesame-1.8.tar.bz2) = c654083ee97c8bbd1e47ace1cbc27ec6
-SHA256 (samesame-1.8.tar.bz2) = 4a365203b8b7715d3455609c804e542933871aae0bd4a655eb4a80e8128fd318
-SIZE (samesame-1.8.tar.bz2) = 114997
+MD5 (samesame-1.9.tar.bz2) = cf2aeedb8b0557dda0d88f330611edaa
+SHA256 (samesame-1.9.tar.bz2) = d6281bbdfa9a30380fd706b8bf349f77999e627e64a652e38db415700295f464
+SIZE (samesame-1.9.tar.bz2) = 121167
--- samesame.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list