summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-12-22 12:05:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-12-22 12:05:51 +0000
commit7308e5a3cd75a7e91d0f70124bfe78207b101b26 (patch)
treea34382f89e97d9dc3a2686697e4fedf419b18aed /textproc
parentUpdate to version 0.11.2 (diff)
- Update to version 0.7a
- Update WWW PR: 33062 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=51972
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlpp/Makefile10
-rw-r--r--textproc/xmlpp/distinfo2
-rw-r--r--textproc/xmlpp/files/patch-Makefile23
-rw-r--r--textproc/xmlpp/pkg-descr2
-rw-r--r--textproc/xmlpp/pkg-plist9
5 files changed, 17 insertions, 29 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile
index fdd8cdcd59e7..0681cef292b6 100644
--- a/textproc/xmlpp/Makefile
+++ b/textproc/xmlpp/Makefile
@@ -7,15 +7,17 @@
#
PORTNAME= xmlpp
-PORTVERSION= 0.6
+PORTVERSION= 0.7a
CATEGORIES= textproc
-MASTER_SITES= http://www.vividos.de/projekte/xmlpp/files/
+MASTER_SITES= http://www.root.at/download/gpl/
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
+USE_LIBTOOL= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/libxmlpp.a ${PREFIX}/lib
+pre-patch:
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|/usr/local/share|\$$\(datadir\)|g'
.include <bsd.port.mk>
diff --git a/textproc/xmlpp/distinfo b/textproc/xmlpp/distinfo
index 3ec52d28287e..ab897b30d919 100644
--- a/textproc/xmlpp/distinfo
+++ b/textproc/xmlpp/distinfo
@@ -1 +1 @@
-MD5 (xmlpp-0.6.tar.gz) = 9594b52e6679bef990ab347b564b7218
+MD5 (xmlpp-0.7a.tar.gz) = ebd71ff11140cd10e6421fdfad27f744
diff --git a/textproc/xmlpp/files/patch-Makefile b/textproc/xmlpp/files/patch-Makefile
deleted file mode 100644
index 1e9ad933b5f0..000000000000
--- a/textproc/xmlpp/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Tue May 22 21:28:56 2001
-+++ Makefile Tue May 22 21:29:52 2001
-@@ -5,19 +5,17 @@
-
- XMLPPVER = 0.6
-
--CXX = g++
- RM = rm
- AR = ar
-
- INCLUDES = -Isource/xmlpp/
--LIBS = -lg++
-
- FLAGS = -fexceptions -fPIC
- DEFS = -DLINUX -Wall
- #DEFS += -g -pg -DDEBUG
- OPTFLAGS =
-
--CXXFLAGS = $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
-+CXXFLAGS += $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
- LINKFLAGS = $(CXXFLAGS) $(LIBS)
-
- # ----------
diff --git a/textproc/xmlpp/pkg-descr b/textproc/xmlpp/pkg-descr
index 9457482fe4f1..20b7c224b385 100644
--- a/textproc/xmlpp/pkg-descr
+++ b/textproc/xmlpp/pkg-descr
@@ -1,3 +1,3 @@
xmlpp is an XML Parser and Validator
-WWW: http://www.vividos.de/xmlpp/
+WWW: http://www.root.at/sourceware.xml
diff --git a/textproc/xmlpp/pkg-plist b/textproc/xmlpp/pkg-plist
index 220d9a127c94..b7f7fc4edf74 100644
--- a/textproc/xmlpp/pkg-plist
+++ b/textproc/xmlpp/pkg-plist
@@ -1 +1,10 @@
+bin/xmlpp-config
+include/xmlcommon.h
+include/xmlhelpers.h
+include/xmlparser.h
+include/xmlpp.h
+include/xmltokenizer.h
lib/libxmlpp.a
+lib/libxmlpp.so
+lib/libxmlpp.so.0
+share/aclocal/libxmlpp.m4