diff options
author | adrianp <adrianp> | 2008-08-17 10:03:22 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-08-17 10:03:22 +0000 |
commit | e11abf943291b797a42add1612089a466cddfa1f (patch) | |
tree | da5f2c0eff499e67bbbe04f880c4a89f7fecd9a8 /sysutils | |
parent | f0614bf4176d0d3683475f9072a6a6bc0fee04b8 (diff) | |
download | pkgsrc-e11abf943291b797a42add1612089a466cddfa1f.tar.gz |
Remove the utils subdir from the build as this only contains the make_class
script which, according to the author, is not needed if you don't modify
sources. This means we can drop the DEPENDS on scsh which will fix
PR #39346.
PKGREVISION++
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libol/Makefile | 6 | ||||
-rw-r--r-- | sysutils/libol/PLIST | 3 | ||||
-rw-r--r-- | sysutils/libol/distinfo | 3 | ||||
-rw-r--r-- | sysutils/libol/patches/patch-aa | 13 |
4 files changed, 18 insertions, 7 deletions
diff --git a/sysutils/libol/Makefile b/sysutils/libol/Makefile index 6f2def2aa34..77a1385df6a 100644 --- a/sysutils/libol/Makefile +++ b/sysutils/libol/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/12/02 13:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/08/17 10:03:22 adrianp Exp $ DISTNAME= libol-0.3.18 CATEGORIES= sysutils -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/ MAINTAINER= adrianp@NetBSD.org @@ -11,8 +11,6 @@ COMMENT= Support library for syslog-ng PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= scsh-[0-9]*:../../shells/scsh - GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/sysutils/libol/PLIST b/sysutils/libol/PLIST index e2295f73d23..e5f26e65e9c 100644 --- a/sysutils/libol/PLIST +++ b/sysutils/libol/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/08/17 10:03:22 adrianp Exp $ bin/libol-config -bin/make_class include/libol/abstract_io.h include/libol/abstract_io.h.x include/libol/alist.h diff --git a/sysutils/libol/distinfo b/sysutils/libol/distinfo index 13b57d4a2d6..4317283e4e1 100644 --- a/sysutils/libol/distinfo +++ b/sysutils/libol/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/04/27 19:55:44 adrianp Exp $ +$NetBSD: distinfo,v 1.6 2008/08/17 10:03:22 adrianp Exp $ SHA1 (libol-0.3.18.tar.gz) = 8460daeb01b3439c3adc10a2d8b9acfa1d3ed39a RMD160 (libol-0.3.18.tar.gz) = 143040ace3f8653b6be75adac0c3c4767dc5c88c Size (libol-0.3.18.tar.gz) = 345794 bytes +SHA1 (patch-aa) = f717e5f8444000e3cd92b27f558ea1e6b2915673 diff --git a/sysutils/libol/patches/patch-aa b/sysutils/libol/patches/patch-aa new file mode 100644 index 00000000000..3d80312be05 --- /dev/null +++ b/sysutils/libol/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2008/08/17 10:03:22 adrianp Exp $ + +--- Makefile.in.orig 2006-03-27 15:45:16.000000000 +0100 ++++ Makefile.in +@@ -133,7 +133,7 @@ sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-SUBDIRS = utils src ++SUBDIRS = src + + bin_SCRIPTS = libol-config + |