From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 5 18:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AF8D367 for ; Wed, 5 Dec 2012 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 41D2A8FC30 for ; Wed, 5 Dec 2012 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5IA7GQ033567 for ; Wed, 5 Dec 2012 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB5IA7lm033566; Wed, 5 Dec 2012 18:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 5 Dec 2012 18:10:07 GMT Resent-Message-Id: <201212051810.qB5IA7lm033566@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF07B1FE for ; Wed, 5 Dec 2012 18:01:10 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9115D8FC17 for ; Wed, 5 Dec 2012 18:01:10 +0000 (UTC) Received: from localhost.localdomain (ZT034046.ppp.dion.ne.jp [59.128.34.46]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id B6F7247C036 for ; Thu, 6 Dec 2012 03:01:08 +0900 (JST) Message-Id: <20121206023117.5d6c666e4008f615dbd1df5c@yahoo.com> Date: Thu, 6 Dec 2012 02:31:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174179: databases/pxtools: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 18:10:07 -0000 >Number: 174179 >Category: ports >Synopsis: databases/pxtools: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 18:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/pxtools/Makefile databases/pxtools/Makefile --- /usr/ports/databases/pxtools/Makefile 2012-11-08 09:08:47.000000000 +0900 +++ databases/pxtools/Makefile 2012-12-03 23:38:01.000000000 +0900 @@ -1,26 +1,23 @@ -# New ports collection makefile for: pxtools -# Date created: 27 November 1999 -# Whom: Chris D. Faulhaber -# +# Created by: Chris D. Faulhaber # $FreeBSD: head/databases/pxtools/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pxtools PORTVERSION= 0.0.20 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/ +MASTER_SITES= http://jan.kneschke.de/assets/projects/pxtools/ \ + http://www.sourcefiles.org/Databases/Utilities/Conversion/ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools to work with Paradox databases -GNU_CONFIGURE= yes +LICENSE= GPLv2 + USE_GETTEXT= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \ - ${WRKSRC}/configure ${WRKSRC}/src/Makefile.in - .include diff -urN /usr/ports/databases/pxtools/files/patch-src::Makefile.in databases/pxtools/files/patch-src::Makefile.in --- /usr/ports/databases/pxtools/files/patch-src::Makefile.in 2012-11-08 09:08:47.000000000 +0900 +++ databases/pxtools/files/patch-src::Makefile.in 2012-10-28 03:23:58.000000000 +0900 @@ -1,6 +1,15 @@ --- src/Makefile.in.orig Tue Jul 16 07:12:57 2002 +++ src/Makefile.in Sat Sep 28 20:02:35 2002 -@@ -195,7 +195,7 @@ +@@ -103,7 +103,7 @@ + + noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h + +-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY ++CFLAGS = @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY + DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" + + pxinfo_LDADD = $(INTLLIBS) +@@ -196,7 +196,7 @@ $(LINK) $(pxcsvdump_LDFLAGS) $(pxcsvdump_OBJECTS) $(pxcsvdump_LDADD) $(LIBS) pxinfo$(EXEEXT): $(pxinfo_OBJECTS) $(pxinfo_DEPENDENCIES) @rm -f pxinfo$(EXEEXT) >Release-Note: >Audit-Trail: >Unformatted: