summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2011-09-29 20:46:59 +0000
committerwiz <wiz>2011-09-29 20:46:59 +0000
commit68d3e00ac4d160ffab472cbf6634be7b8d67d2ad (patch)
treeb5486107e4a56df247304b36fc1a505233233510 /textproc
parente3d0aef856567ab62954355652af9b4f92eca6a1 (diff)
downloadpkgsrc-68d3e00ac4d160ffab472cbf6634be7b8d67d2ad.tar.gz
Remove -Werror so this builds on -current.
While here, fix some pkglint warnings and set LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bsdgrep-devel/Makefile6
-rw-r--r--textproc/bsdgrep-devel/distinfo4
-rw-r--r--textproc/bsdgrep-devel/patches/patch-aa2
3 files changed, 8 insertions, 4 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile
index 655e18757b4..2601a376602 100644
--- a/textproc/bsdgrep-devel/Makefile
+++ b/textproc/bsdgrep-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/02/26 10:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2011/09/29 20:46:59 wiz Exp $
#
DISTNAME= bsdgrep-20071201
@@ -9,15 +9,17 @@ MASTER_SITES= http://www.fawlty.net/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # none
COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep
+LICENSE= original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_BSD_MAKEFILE= yes
+BUILDLINK_TRANSFORM+= rm:-Werror
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-patch:
- @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
+ ${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/bsdgrep-devel/distinfo b/textproc/bsdgrep-devel/distinfo
index 629c5c80cb2..bbceac79f1b 100644
--- a/textproc/bsdgrep-devel/distinfo
+++ b/textproc/bsdgrep-devel/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2008/06/21 20:37:40 joerg Exp $
+$NetBSD: distinfo,v 1.13 2011/09/29 20:46:59 wiz Exp $
SHA1 (bsdgrep-20071201.tar.gz) = ae5eabcaa6fbf1760023ee6f3d4a596fe1db9039
RMD160 (bsdgrep-20071201.tar.gz) = 915ac4d8c6a44e56a6bf88454e7cc9ae5dc7f363
Size (bsdgrep-20071201.tar.gz) = 13161 bytes
-SHA1 (patch-aa) = bd3d73bbd72890173f63a63bf9f38725ad32c714
+SHA1 (patch-aa) = cd477be4588aed5c09b4fdd920d84fdc27119185
diff --git a/textproc/bsdgrep-devel/patches/patch-aa b/textproc/bsdgrep-devel/patches/patch-aa
index f750f90a3e3..fee1ebdbe7e 100644
--- a/textproc/bsdgrep-devel/patches/patch-aa
+++ b/textproc/bsdgrep-devel/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.5 2011/09/29 20:46:59 wiz Exp $
+
--- Makefile.orig 2006-05-15 21:12:21.000000000 +0000
+++ Makefile 2007-12-08 23:52:46.000000000 +0000
@@ -2,21 +1,26 @@