Date: Thu, 6 Dec 2012 02:31:17 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174179: databases/pxtools: Update MASTER_SITES Message-ID: <20121206023117.5d6c666e4008f615dbd1df5c@yahoo.com> Resent-Message-ID: <201212051810.qB5IA7lm033566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <jedgar@FreeBSD.org> -# +# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org> # $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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206023117.5d6c666e4008f615dbd1df5c>