summaryrefslogtreecommitdiff
path: root/devel/libaura
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-02-20 00:23:03 +0000
committerxtraeme <xtraeme>2005-02-20 00:23:03 +0000
commita83d6b9dd4dcb9588ba6abb759496dbca706d8f1 (patch)
treee0f0f38293dfa50b262aa5a8edd28f22fcc7093d /devel/libaura
parent360cc1d5e0facad44ea404b52d67784134f14eef (diff)
downloadpkgsrc-a83d6b9dd4dcb9588ba6abb759496dbca706d8f1.tar.gz
Set NOLINT for NetBSD, should fix bulk build, bump PKGREVISION.
Diffstat (limited to 'devel/libaura')
-rw-r--r--devel/libaura/Makefile3
-rw-r--r--devel/libaura/distinfo3
-rw-r--r--devel/libaura/patches/patch-ab16
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