pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/arla Added a patch to make the package build on Ne...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5576bd2ab40e
branches: trunk
changeset: 509669:5576bd2ab40e
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Mar 13 04:29:16 2006 +0000
description:
Added a patch to make the package build on NetBSD 3.0.
CONFLICTS += kth-krb4.
Bumped PKGREVISION.
diffstat:
net/arla/Makefile | 9 +++++----
net/arla/distinfo | 3 ++-
net/arla/patches/patch-libslmakefilein | 15 +++++++++++++++
3 files changed, 22 insertions(+), 5 deletions(-)
diffs (72 lines):
diff -r 1bcdecfbe5b7 -r 5576bd2ab40e net/arla/Makefile
--- a/net/arla/Makefile Mon Mar 13 01:50:51 2006 +0000
+++ b/net/arla/Makefile Mon Mar 13 04:29:16 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2006/02/05 23:10:22 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2006/03/13 04:29:16 rillig Exp $
DISTNAME= arla-0.41
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net security
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
@@ -13,6 +13,7 @@
CONFLICTS+= lwp-[0-9]*
CONFLICTS+= openafs-[0-9]*
CONFLICTS+= rx-[0-9]*
+CONFLICTS+= kth-krb4-[0-9]*
OSVERSION_SPECIFIC= yes
INFO_FILES= arla.info send-pr.info
@@ -29,7 +30,7 @@
. if exists(${BSDSRCDIR}/sys/lib/libkern/libkern.h)
CONFIGURE_ARGS+= --with-sys=${BSDSRCDIR}/sys
. else
-PKG_FAIL_REASON+= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or //usr/src/sys)"
+PKG_FAIL_REASON+= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or /usr/src/sys)"
. endif
.endif
@@ -41,7 +42,7 @@
# (these options must match the compile options of the kernel)
#CONFIGURE_ENV+= KERNEL_CPPFLAGS="-DMULTIPROCESSOR -DDEBUG -DDIAGNOSTIC"
-MESSAGE_SUBST+= ARLA_CACHE=${ARLA_CACHE}
+MESSAGE_SUBST+= ARLA_CACHE=${ARLA_CACHE:Q}
PLIST_SUBST+= ARLA_CACHE=${ARLA_CACHE:Q}
FILES_SUBST+= ARLA_CACHE=${ARLA_CACHE:Q}
diff -r 1bcdecfbe5b7 -r 5576bd2ab40e net/arla/distinfo
--- a/net/arla/distinfo Mon Mar 13 01:50:51 2006 +0000
+++ b/net/arla/distinfo Mon Mar 13 04:29:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2005/12/15 21:28:47 wennmach Exp $
+$NetBSD: distinfo,v 1.20 2006/03/13 04:29:16 rillig Exp $
SHA1 (arla-0.41.tar.gz) = ee343833649924d829f547a6fddc88da4f3a3c83
RMD160 (arla-0.41.tar.gz) = a4c7cdc17559d900b6ac2ede5f0f3cb29fa08b23
@@ -18,3 +18,4 @@
SHA1 (patch-bo) = 8f3cfe162f22b38f25963d9e9195946c0cabf4e0
SHA1 (patch-bp) = c38f93427694ec57dc0557518efe984b14334ef1
SHA1 (patch-bq) = c7bac5059b39ee4edfdf5215c0d4e5f1bf987c56
+SHA1 (patch-libslmakefilein) = a31f5f110e59e132a4637268682b6abe61609bdd
diff -r 1bcdecfbe5b7 -r 5576bd2ab40e net/arla/patches/patch-libslmakefilein
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/arla/patches/patch-libslmakefilein Mon Mar 13 04:29:16 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-libslmakefilein,v 1.1 2006/03/13 04:29:16 rillig Exp $
+
+LIB_com_err does not get replaced by the configure script.
+
+--- lib/sl/Makefile.in.orig 2005-12-01 13:14:08.000000000 +0100
++++ lib/sl/Makefile.in 2006-03-13 02:06:54.000000000 +0100
+@@ -475,7 +475,7 @@ lib_LTLIBRARIES = libsl.la libss.la
+ libsl_la_LDFLAGS = -version-info 1:2:1
+ libss_la_LDFLAGS = -version-info 1:4:1
+ libsl_la_LIBADD = @LIB_readline@
+-libss_la_LIBADD = @LIB_readline@ @LIB_com_err@
++libss_la_LIBADD = @LIB_readline@
+ libsl_la_SOURCES = sl_locl.h sl.c $(ES)
+ libss_la_SOURCES = $(libsl_la_SOURCES) ss.c ss.h
+ mk_cmds_SOURCES = make_cmds.c make_cmds.h parse.y lex.l
Home |
Main Index |
Thread Index |
Old Index