From c0937f77b99c5edbf382c5c05ed0d78714c9843a Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 20 Jul 2000 05:40:43 +0000 Subject: [PATCH] - bump NEED_VERSION - add HOMEPAGE - use better filename for patch - enable inter-library dependencies --- devel/libproplist/Makefile | 6 ++++-- devel/libproplist/patches/patch-ltconfig | 10 ++++++++++ .../libproplist/patches/{patch-aa => patch-ltmain.sh} | 0 devel/libproplist/pkg/DESCR | 2 ++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 devel/libproplist/patches/patch-ltconfig rename devel/libproplist/patches/{patch-aa => patch-ltmain.sh} (100%) diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile index 6921f8473d8..c49e95bb823 100644 --- a/devel/libproplist/Makefile +++ b/devel/libproplist/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.14 2000/07/20 03:48:38 jasoni Exp $ +# $OpenBSD: Makefile,v 1.15 2000/07/20 05:40:43 brad Exp $ DISTNAME= libPropList-0.10.1 PKGNAME= libproplist-0.10.1 CATEGORIES= devel -NEED_VERSION= 1.223 +NEED_VERSION= 1.310 MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= libs +HOMEPAGE= http://www.windowmaker.org/ + MAINTAINER= jasoni@openbsd.org PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/libproplist/patches/patch-ltconfig b/devel/libproplist/patches/patch-ltconfig new file mode 100644 index 00000000000..c589dbe59bf --- /dev/null +++ b/devel/libproplist/patches/patch-ltconfig @@ -0,0 +1,10 @@ +--- ltconfig.orig Thu Jul 20 01:37:00 2000 ++++ ltconfig Thu Jul 20 01:37:24 2000 +@@ -2004,6 +2004,7 @@ + library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH ++ deplibs_check_method='pass_all' + ;; + + os2*) diff --git a/devel/libproplist/patches/patch-aa b/devel/libproplist/patches/patch-ltmain.sh similarity index 100% rename from devel/libproplist/patches/patch-aa rename to devel/libproplist/patches/patch-ltmain.sh diff --git a/devel/libproplist/pkg/DESCR b/devel/libproplist/pkg/DESCR index c0bd50609c2..4b215d3178c 100644 --- a/devel/libproplist/pkg/DESCR +++ b/devel/libproplist/pkg/DESCR @@ -9,3 +9,5 @@ it. PL enables programs that use configuration or preference files to make these compatible with GNUstep/OPENSTEP's user defaults handling mechanism, without needing to use Objective-C or GNUstep/OPENSTEP themselves. + +WWW: ${HOMEPAGE}