Update port to 0.0.19.

This commit is contained in:
Chris D. Faulhaber
2002-09-06 17:31:49 +00:00
parent 905f49307e
commit f4c3b1e256
5 changed files with 25 additions and 14 deletions

View File

@@ -6,12 +6,22 @@
#
PORTNAME= pxtools
PORTVERSION= 0.0.16
PORTVERSION= 0.0.19
CATEGORIES= databases
MASTER_SITES= http://jan.kneschke.de/projects/pxtools/download/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-included-gettext
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View File

@@ -1 +1 @@
MD5 (pxtools-0.0.16.tar.gz) = a01dee894f4bb4c0f926b1994b6d3892
MD5 (pxtools-0.0.19.tar.gz) = 312f091572a0b5862a44dd2be82e6e94

View File

@@ -1,11 +0,0 @@
--- src/Makefile.in.orig Thu Jan 24 05:29:33 2002
+++ src/Makefile.in Fri Jun 7 13:39:34 2002
@@ -78,7 +78,7 @@
noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY
+CFLAGS = -g -Wall @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h

View File

@@ -0,0 +1,11 @@
--- src/Makefile.in.orig Tue Jul 16 10:12:57 2002
+++ src/Makefile.in Fri Sep 6 11:19:29 2002
@@ -140,7 +140,7 @@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lgnugetopt
depcomp = $(SHELL) $(top_srcdir)/depcomp
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/pxconvert.Po $(DEPDIR)/pxcsvdump.Po \
@AMDEP_TRUE@ $(DEPDIR)/pxinfo.Po $(DEPDIR)/pxparse.Po \

View File

@@ -1,4 +1,5 @@
bin/pxinfo
bin/pxsqldump
bin/pxcsvdump
bin/pxsqldump
bin/pxxmldump
share/locale/de/LC_MESSAGES/pxtools.mo