summaryrefslogtreecommitdiff
path: root/devel/xdelta
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-14 18:08:14 +0000
committerwiz <wiz@pkgsrc.org>2000-08-14 18:08:14 +0000
commita3bddc7984754812188a8bbbedf3f8f67b7ebffa (patch)
treea5bee86fa98a16028d71f33a3e561cbee2934a3b /devel/xdelta
parent98e7dbee36cb6ce8251fed4d07a6adaa02a0501e (diff)
downloadpkgsrc-a3bddc7984754812188a8bbbedf3f8f67b7ebffa.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. Sort PLIST.
Diffstat (limited to 'devel/xdelta')
-rw-r--r--devel/xdelta/Makefile25
-rw-r--r--devel/xdelta/files/patch-sum7
-rw-r--r--devel/xdelta/patches/patch-aa20
-rw-r--r--devel/xdelta/pkg/PLIST9
4 files changed, 23 insertions, 38 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile
index 77b07886f5c..1d871ee0803 100644
--- a/devel/xdelta/Makefile
+++ b/devel/xdelta/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.14 2000/06/13 10:40:25 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/14 18:08:14 wiz Exp $
#
-DISTNAME= xdelta-0.22
-CATEGORIES= devel
-MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/
+DISTNAME= xdelta-0.22
+CATEGORIES= devel
+MASTER_SITES= ftp://www.xcf.berkeley.edu/pub/xdelta/
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://scam.XCF.Berkeley.EDU/~jmacd/xdelta.html
-DEPENDS+= glib-1.2.*:../../devel/glib
-DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
+DEPENDS+= glib-1.2.*:../../devel/glib
+DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
-USE_PKGLIBTOOL= yes
-GNU_CONFIGURE= yes
-LDFLAGS+= "-L${LOCALBASE}/lib"
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+GNU_CONFIGURE= yes
+LDFLAGS+= "-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/xdelta/files/patch-sum b/devel/xdelta/files/patch-sum
index 23c37ff210d..a14ad3f5965 100644
--- a/devel/xdelta/files/patch-sum
+++ b/devel/xdelta/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:42 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/14 18:08:20 wiz Exp $
-MD5 (patch-aa) = b3be22b5016023673961f5a74d17d8ef
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/devel/xdelta/patches/patch-aa b/devel/xdelta/patches/patch-aa
deleted file mode 100644
index 60a59f4e64a..00000000000
--- a/devel/xdelta/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/10/02 14:55:03 tv Exp $
-
---- configure.orig Fri Oct 2 10:43:32 1998
-+++ configure Fri Oct 2 10:43:55 1998
-@@ -2244,6 +2244,7 @@
- echo "$ac_t""no" 1>&6
- fi
-
-+if false; then
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-@@ -2289,6 +2290,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-+fi
-
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
- echo "configure:2295: checking how to run the C preprocessor" >&5
diff --git a/devel/xdelta/pkg/PLIST b/devel/xdelta/pkg/PLIST
index a052792c6bb..fb4f184059e 100644
--- a/devel/xdelta/pkg/PLIST
+++ b/devel/xdelta/pkg/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 1998/08/22 13:40:39 garbled Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/08/14 18:08:21 wiz Exp $
bin/xdelta
-man/man1/xdelta.1
+include/fakeglib.h
include/xdelta.h
include/xdeltaconfig.h
-include/fakeglib.h
-lib/libxdelta.so.0.22.0
lib/libxdelta.a
+lib/libxdelta.la
+lib/libxdelta.so.0.22.0
+man/man1/xdelta.1