pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libaura Set NOLINT for NetBSD, should fix bulk b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86be8d1d1680
branches:  trunk
changeset: 489354:86be8d1d1680
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Feb 20 00:23:03 2005 +0000

description:
Set NOLINT for NetBSD, should fix bulk build, bump PKGREVISION.

diffstat:

 devel/libaura/Makefile         |   3 ++-
 devel/libaura/distinfo         |   3 ++-
 devel/libaura/patches/patch-ab |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r b9505295e2ea -r 86be8d1d1680 devel/libaura/Makefile
--- a/devel/libaura/Makefile    Sun Feb 20 00:11:27 2005 +0000
+++ b/devel/libaura/Makefile    Sun Feb 20 00:23:03 2005 +0000
@@ -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 -r b9505295e2ea -r 86be8d1d1680 devel/libaura/distinfo
--- a/devel/libaura/distinfo    Sun Feb 20 00:11:27 2005 +0000
+++ b/devel/libaura/distinfo    Sun Feb 20 00:23:03 2005 +0000
@@ -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 -r b9505295e2ea -r 86be8d1d1680 devel/libaura/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libaura/patches/patch-ab    Sun Feb 20 00:23:03 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index