svn commit: r310744 - in head/databases/pxtools: . files
Marcelo Araujo
araujo at FreeBSD.org
Mon Jan 21 03:37:58 UTC 2013
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 at 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 at FreeBSD.org>
-#
+# Created by: Chris D. Faulhaber <jedgar at 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 at 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)
More information about the svn-ports-head
mailing list