From 34f929f796fcdc61284fc5c8ceb51015fe6110c5 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 20 Feb 2005 00:23:03 +0000 Subject: Set NOLINT for NetBSD, should fix bulk build, bump PKGREVISION. --- devel/libaura/Makefile | 3 ++- devel/libaura/distinfo | 3 ++- devel/libaura/patches/patch-ab | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 devel/libaura/patches/patch-ab (limited to 'devel/libaura') 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 -- cgit v1.2.3