From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 4 01:10:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5813B1065674 for ; Sat, 4 Jul 2009 01:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2974B8FC12 for ; Sat, 4 Jul 2009 01:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n641A4VF085902 for ; Sat, 4 Jul 2009 01:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n641A4Ud085901; Sat, 4 Jul 2009 01:10:04 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jul 2009 01:10:04 GMT Resent-Message-Id: <200907040110.n641A4Ud085901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex de Kruijff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B037410656A8 for ; Sat, 4 Jul 2009 01:00:24 +0000 (UTC) (envelope-from akruijff@www.kruijff.org) Received: from rotring.dds.nl (rotring.dds.nl [85.17.178.138]) by mx1.freebsd.org (Postfix) with ESMTP id 497DA8FC1D for ; Sat, 4 Jul 2009 01:00:23 +0000 (UTC) (envelope-from akruijff@www.kruijff.org) Received: from localhost (localhost [127.0.0.1]) by rotring.dds.nl (Postfix) with ESMTP id C728057FF9 for ; Sat, 4 Jul 2009 03:00:22 +0200 (CEST) Received: from www.kruijff.org (195-241-9-169.adsl.dds.nl [195.241.9.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rotring.dds.nl (Postfix) with ESMTP id 8D5EC57FF4; Sat, 4 Jul 2009 03:00:18 +0200 (CEST) Received: from Server1.lan (localhost [127.0.0.1]) by www.kruijff.org (8.13.6/8.13.6) with ESMTP id n6410HEp052062; Sat, 4 Jul 2009 03:00:17 +0200 (CEST) (envelope-from akruijff@Server1.lan) Received: (from root@localhost) by Server1.lan (8.13.6/8.13.6/Submit) id n6410HLQ052061; Sat, 4 Jul 2009 03:00:17 +0200 (CEST) (envelope-from akruijff) Message-Id: <200907040100.n6410HLQ052061@Server1.lan> Date: Sat, 4 Jul 2009 03:00:17 +0200 (CEST) From: Alex de Kruijff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Alex de Kruijff Subject: ports/136307: [MAINTAINER] sysutils/samesame X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex de Kruijff List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2009 01:10:04 -0000 >Number: 136307 >Category: ports >Synopsis: [MAINTAINER] sysutils/samesame >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: Sat Jul 04 01:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alex de Kruijff >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: - Please remove the patch file - I've included a test tartet. If this fails and breaks the port, then please remove the target. I would appreciate if you where to mail me the log in that case. --- Makefile.diff begins here --- --- Makefile.orig Sat Jul 4 00:42:13 2009 +++ Makefile Sat Jul 4 02:56:07 2009 @@ -4,9 +4,9 @@ # # $FreeBSD: ports/sysutils/samesame/Makefile,v 1.7 2009/06/30 20:43:11 dhn Exp $ + PORTNAME= samesame -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= http://samesame.kruijff.org/ \ ${MASTER_SITE_LOCAL} @@ -18,56 +18,50 @@ CONFLICTS= samefile-[0-9]* MAN1= samearchive.1 samearchive-lite.1 samefile.1 samelink.1 -MANCOMPRESSED= yes +MANCOMPRESSED= no PLIST_FILES= bin/samearchive bin/samefile \ bin/samearchive-lite bin/samelink \ etc/rc.d/samesame.sh +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_BZIP2= yes OPTIONS= DEBUG "Enables debugging support" Off \ - DISK_STORAGE "Allow temporarily storage paths on disk" On \ + DISK_STORAGE "Allows temporarily storage paths on disk" On \ LOGIC "Determine results by using logic when posible" On \ TEST "Run quality assurance test" Off .include .if defined(WITH_DEBUG) -CFLAGS+= -DDEBUG +CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_DISK_STORAGE) -CFLAGS+= -DWITH_DISK_STORAGE +CONFIGURE_ARGS+= --enable-disk-storage .endif .if defined(WITHOUT_LOGIC) -CFLAGS+= -DWITHOUT_LOGIC +CONFIGURE_ARGS+= --disable-logic .endif -CFLAGS+= -DWITH_MMAP -CFLAGS+= -D'TEMP_STORAGE_DIR=\"/tmp\"' -CFLAGS+= -DPATH_INIT=256 -CFLAGS+= -DSTATIC_CACHE_CAPACITY=8192 - -post-patch: - @${REINPLACE_CMD} -e 's|@||g' ${WRKSRC}/Makefile - -post-build: -.if defined(WITH_TEST) - cd ${WRKSRC}; ${MAKE} test -.endif +test: build + cd ${WRKSRC}; ${MAKE} check pre-install: .if defined(WITH_TEST) - cd ${WRKSRC}; ${MAKE} test + cd ${WRKSRC}; ${MAKE} check .endif post-install: +.if defined(WITHOUT_DEBUG) ${STRIP_CMD} ${PREFIX}/bin/samefile ${STRIP_CMD} ${PREFIX}/bin/samelink ${STRIP_CMD} ${PREFIX}/bin/samearchive ${STRIP_CMD} ${PREFIX}/bin/samearchive-lite +.endif ${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/ + @${CAT} pkg-message .include - --- Makefile.diff ends here --- --- distinfo begins here --- MD5 (samesame-1.3.tar.bz2) = b65526ea0eba1d0f617ade7dd2a3d468 SHA256 (samesame-1.3.tar.bz2) = 2c03b46d19e42470155a4848f02b0c1ced35c2b26875e192fdf9d0bd3de90efc SIZE (samesame-1.3.tar.bz2) = 100829 --- distinfo ends here --- --- pkg-message begins here --- --------------------------------------------------- A 2 clause BSD licence applies to this application: http://samesame.kruijff.org/license.html --------------------------------------------------- --- pkg-message ends here --- >Release-Note: >Audit-Trail: >Unformatted: