diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-20 00:23:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-20 00:23:03 +0000 |
commit | 07cbd316173e69eb438ec5ce6eb65e754f3ebd99 (patch) | |
tree | e0f0f38293dfa50b262aa5a8edd28f22fcc7093d /devel | |
parent | 3ea4aa0863333c2a4dbcf98cb0000e5ac7a1edd8 (diff) | |
download | pkgsrc-07cbd316173e69eb438ec5ce6eb65e754f3ebd99.tar.gz |
Set NOLINT for NetBSD, should fix bulk build, bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libaura/Makefile | 3 | ||||
-rw-r--r-- | devel/libaura/distinfo | 3 | ||||
-rw-r--r-- | devel/libaura/patches/patch-ab | 16 |
3 files changed, 20 insertions, 2 deletions
diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile index d8410fe7187..2aa4f4a8000 100644 --- a/devel/libaura/Makefile +++ b/devel/libaura/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/09 05:40:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/20 00:23:03 xtraeme Exp $ # DISTNAME= libaura-2.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.bsdinstaller.org/distfiles/ diff --git a/devel/libaura/distinfo b/devel/libaura/distinfo index 62b5715d516..70822b39ffb 100644 --- a/devel/libaura/distinfo +++ b/devel/libaura/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/02/09 05:40:28 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/02/20 00:23:03 xtraeme Exp $ SHA1 (libaura-2.0.tar.gz) = 4f91d8efaca9ffb2b9ae244187bd49f7c1969d6a Size (libaura-2.0.tar.gz) = 10682 bytes SHA1 (patch-aa) = a3b7e2540c289f6eb4222464efd86c918e8cfa9d +SHA1 (patch-ab) = 74c6510dcde9b579f39e089dae97c7a4cdd6869b diff --git a/devel/libaura/patches/patch-ab b/devel/libaura/patches/patch-ab new file mode 100644 index 00000000000..a4d7ef0a3f0 --- /dev/null +++ b/devel/libaura/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2005/02/20 00:23:03 xtraeme Exp $ + +--- Makefile.orig 2005-02-20 01:20:44.000000000 +0100 ++++ Makefile 2005-02-20 01:21:38.000000000 +0100 +@@ -16,10 +16,10 @@ + .endif + + .if ${OSTYPE} == "NetBSD" +-NOGCCERROR=D + CPPFLAGS=${CFLAGS} + SHLIBDIR=/usr/local/lib + USE_SHLIBDIR=yes ++NOLINT=yes + .else + INSTALL_FILE?=install -C + .endif |