diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-13 04:29:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-13 04:29:16 +0000 |
commit | 738d4fb4dec9a110b7dc8fd1add43d162311b029 (patch) | |
tree | 634d4eb11f2237252d6c50580ecdbf96f3b06b6e /net | |
parent | 47af9ff277675fbce32704ef73966614b137ea5e (diff) | |
download | pkgsrc-738d4fb4dec9a110b7dc8fd1add43d162311b029.tar.gz |
Added a patch to make the package build on NetBSD 3.0.
CONFLICTS += kth-krb4.
Bumped PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 9 | ||||
-rw-r--r-- | net/arla/distinfo | 3 | ||||
-rw-r--r-- | net/arla/patches/patch-libslmakefilein | 15 |
3 files changed, 22 insertions, 5 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 65154c152c3..6bf575dc3df 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -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+= heimdal-[0-9]* 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 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL . 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 @@ CONFIGURE_ARGS+= --enable-shared=no # (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 --git a/net/arla/distinfo b/net/arla/distinfo index b82856b531f..34d52287ca0 100644 --- a/net/arla/distinfo +++ b/net/arla/distinfo @@ -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-bn) = 5d182241d72bc095785f95929192a27ef29c409b SHA1 (patch-bo) = 8f3cfe162f22b38f25963d9e9195946c0cabf4e0 SHA1 (patch-bp) = c38f93427694ec57dc0557518efe984b14334ef1 SHA1 (patch-bq) = c7bac5059b39ee4edfdf5215c0d4e5f1bf987c56 +SHA1 (patch-libslmakefilein) = a31f5f110e59e132a4637268682b6abe61609bdd diff --git a/net/arla/patches/patch-libslmakefilein b/net/arla/patches/patch-libslmakefilein new file mode 100644 index 00000000000..68292aceee8 --- /dev/null +++ b/net/arla/patches/patch-libslmakefilein @@ -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 |