Summary: | databases/pxtools: Update MASTER_SITES | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||
Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tkato432
2012-12-05 18:10:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. Author: araujo Date: Mon Jan 21 03:37:56 2013 New Revision: 310744 URL: http://svnweb.freebsd.org/changeset/ports/310744 Log: - Update MASTER_SITES. - Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174179 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/databases/pxtools/Makefile (contents, props changed) head/databases/pxtools/files/patch-src::Makefile.in (contents, props changed) Modified: head/databases/pxtools/Makefile ============================================================================== --- head/databases/pxtools/Makefile Mon Jan 21 03:36:53 2013 (r310743) +++ head/databases/pxtools/Makefile Mon Jan 21 03:37:56 2013 (r310744) @@ -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$ -# 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> Modified: head/databases/pxtools/files/patch-src::Makefile.in ============================================================================== --- head/databases/pxtools/files/patch-src::Makefile.in Mon Jan 21 03:36:53 2013 (r310743) +++ head/databases/pxtools/files/patch-src::Makefile.in Mon Jan 21 03:37:56 2013 (r310744) @@ -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) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |