pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libol Remove the utils subdir from the build ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80b1f6d6f8c3
branches: trunk
changeset: 545921:80b1f6d6f8c3
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Aug 17 10:03:22 2008 +0000
description:
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:
sysutils/libol/Makefile | 6 ++----
sysutils/libol/PLIST | 3 +--
sysutils/libol/distinfo | 3 ++-
sysutils/libol/patches/patch-aa | 13 +++++++++++++
4 files changed, 18 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r 42bd9d4f26b0 -r 80b1f6d6f8c3 sysutils/libol/Makefile
--- a/sysutils/libol/Makefile Sun Aug 17 09:41:35 2008 +0000
+++ b/sysutils/libol/Makefile Sun Aug 17 10:03:22 2008 +0000
@@ -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@localhost
@@ -11,8 +11,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-DEPENDS+= scsh-[0-9]*:../../shells/scsh
-
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff -r 42bd9d4f26b0 -r 80b1f6d6f8c3 sysutils/libol/PLIST
--- a/sysutils/libol/PLIST Sun Aug 17 09:41:35 2008 +0000
+++ b/sysutils/libol/PLIST Sun Aug 17 10:03:22 2008 +0000
@@ -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 -r 42bd9d4f26b0 -r 80b1f6d6f8c3 sysutils/libol/distinfo
--- a/sysutils/libol/distinfo Sun Aug 17 09:41:35 2008 +0000
+++ b/sysutils/libol/distinfo Sun Aug 17 10:03:22 2008 +0000
@@ -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 -r 42bd9d4f26b0 -r 80b1f6d6f8c3 sysutils/libol/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libol/patches/patch-aa Sun Aug 17 10:03:22 2008 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index