From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 21 04:20:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCB0C16A409 for ; Sat, 21 Apr 2007 04:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B539113C4AE for ; Sat, 21 Apr 2007 04:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3L4K3G4092083 for ; Sat, 21 Apr 2007 04:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3L4K3Ou092082; Sat, 21 Apr 2007 04:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 21 Apr 2007 04:20:03 GMT Resent-Message-Id: <200704210420.l3L4K3Ou092082@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, Thomas Abthorpe Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CBE816A401 for ; Sat, 21 Apr 2007 04:15:53 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from tbaytel.net (front1-j.tbaytel.net [216.211.26.159]) by mx1.freebsd.org (Postfix) with ESMTP id 16C4113C44C for ; Sat, 21 Apr 2007 04:15:52 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from stjames.stthomasanglican.org ([216.211.77.33] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 74634748 for FreeBSD-gnats-submit@freebsd.org; Sat, 21 Apr 2007 00:15:51 -0400 Received: from goodking.goodking.ca (goodking-stjames-tun.goodking.ca [172.31.17.10]) by stjames.stthomasanglican.org (8.14.1/8.14.1) with ESMTP id l3L4Fcgj012639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 21 Apr 2007 00:15:39 -0400 (EDT) (envelope-from tabthorpe@goodking.ca) Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.14.1/8.14.1) with ESMTP id l3L4Evl2085248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Apr 2007 00:14:57 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.14.1/8.14.1/Submit) id l3L4Evem085187; Sat, 21 Apr 2007 00:14:57 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200704210414.l3L4Evem085187@goodking.goodking.ca> Date: Sat, 21 Apr 2007 00:14:57 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/111976: [MAINTAINER] misc/sword: unbreak on 7.X X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2007 04:20:04 -0000 >Number: 111976 >Category: ports >Synopsis: [MAINTAINER] misc/sword: unbreak on 7.X >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 Apr 21 04:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Fri Mar 16 16:20:06 EDT 2007 >Description: - unbreak on 7.X, use ${GMAKE} instead of make - fix CONFIGURE_ARGS while I am here Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sword-1.5.9_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/sword/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 22 Mar 2007 09:34:23 -0000 1.27 +++ Makefile 21 Apr 2007 04:11:57 -0000 @@ -21,17 +21,11 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:19 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --without-conf --without-clucene +CONFIGURE_ARGS+= --without-conf --without-lucene USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include - -.if ( ${OSVERSION} >= 700000 ) -BROKEN= does not build on 7.X -.endif - .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -51,7 +45,7 @@ post-install: @${MKDIR} ${PREFIX}/share/sword/mods.d .if !exists(${PREFIX}/etc/sword.conf) - @(cd ${WRKSRC} && make install_config) + @(cd ${WRKSRC} && ${GMAKE} install_config) .else @${ECHO_CMD} "Config file not installed since ${PREFIX}/etc/sword.conf already exists." @${ECHO_CMD} "Please check that DataPath points to your modules (default ${DATADIR})."; @@ -60,6 +54,6 @@ @${CAT} ${PKGMESSAGE} register: - @(cd ${WRKSRC} && make register) + @(cd ${WRKSRC} && ${GMAKE} register) -.include +.include --- sword-1.5.9_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: