summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
committerrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
commit2ab539dcf6641013cf030237fb4971b6a93757f5 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /devel
parent1054a5082d340e88a0cf0e94890180a792e2e11a (diff)
downloadpkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'devel')
-rw-r--r--devel/gps/options.mk5
-rw-r--r--devel/gtexinfo/options.mk4
-rw-r--r--devel/lwp/PLIST3
-rw-r--r--devel/netbsd-iscsi-lib/Makefile4
-rw-r--r--devel/p5-Devel-Pragma/Makefile4
-rw-r--r--devel/p5-Test-TinyMocker/Makefile4
-rw-r--r--devel/ruby-readline/options.mk6
-rw-r--r--devel/tpasm/PLIST3
-rw-r--r--devel/xulrunner192/Makefile4
-rw-r--r--devel/xulrunner192/mozilla-common.mk4
10 files changed, 19 insertions, 22 deletions
diff --git a/devel/gps/options.mk b/devel/gps/options.mk
index 6268b188c90..40feeb5f79c 100644
--- a/devel/gps/options.mk
+++ b/devel/gps/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2012/10/04 07:05:54 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2013/04/08 11:17:11 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gps
-PKG_SUPPORTED_OPTIONS= syslog python sqlite
+PKG_SUPPORTED_OPTIONS= syslog python sqlite
PKG_SUGGESTED_OPTIONS= syslog sqlite
PLIST_VARS+= pysupport
@@ -63,4 +63,3 @@ PLIST.pysupport= yes
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --disable-pygtk
.endif
-
diff --git a/devel/gtexinfo/options.mk b/devel/gtexinfo/options.mk
index 1dfc50d3d0e..5d021532058 100644
--- a/devel/gtexinfo/options.mk
+++ b/devel/gtexinfo/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2011/11/26 23:56:45 hans Exp $
+# $NetBSD: options.mk,v 1.2 2013/04/08 11:17:11 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtexinfo
PKG_SUPPORTED_OPTIONS= nls
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= # blank
.if ${OPSYS} == "NetBSD"
PKG_SUGGESTED_OPTIONS+= nls
.endif
diff --git a/devel/lwp/PLIST b/devel/lwp/PLIST
index d238650d34b..413736d43f8 100644
--- a/devel/lwp/PLIST
+++ b/devel/lwp/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:48:57 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/04/08 11:17:11 rodent Exp $
include/lwp/lock.h
include/lwp/lwp.h
include/lwp/timer.h
lib/liblwp.la
lib/pkgconfig/lwp.pc
-
diff --git a/devel/netbsd-iscsi-lib/Makefile b/devel/netbsd-iscsi-lib/Makefile
index 7f31876d664..aeeaf09f539 100644
--- a/devel/netbsd-iscsi-lib/Makefile
+++ b/devel/netbsd-iscsi-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:35 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2013/04/08 11:17:11 rodent Exp $
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-lib/}
CATEGORIES= devel
@@ -11,5 +11,5 @@ USE_LIBTOOL= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/include/iscsi.h ${DESTDIR}${PREFIX}/include
-
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Devel-Pragma/Makefile b/devel/p5-Devel-Pragma/Makefile
index d57d10d1fc7..24ffb23e84b 100644
--- a/devel/p5-Devel-Pragma/Makefile
+++ b/devel/p5-Devel-Pragma/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/10/31 11:18:02 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/04/08 11:17:12 rodent Exp $
-DISTNAME= Devel-Pragma-0.54
+DISTNAME= Devel-Pragma-0.54
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
diff --git a/devel/p5-Test-TinyMocker/Makefile b/devel/p5-Test-TinyMocker/Makefile
index 6b6cfcf533c..9d69fcc8926 100644
--- a/devel/p5-Test-TinyMocker/Makefile
+++ b/devel/p5-Test-TinyMocker/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:11 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/04/08 11:17:12 rodent Exp $
-DISTNAME= Test-TinyMocker-0.03
+DISTNAME= Test-TinyMocker-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
diff --git a/devel/ruby-readline/options.mk b/devel/ruby-readline/options.mk
index 2b921dba0fc..ad771786cf4 100644
--- a/devel/ruby-readline/options.mk
+++ b/devel/ruby-readline/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2012/05/13 08:37:03 sbd Exp $
+# $NetBSD: options.mk,v 1.4 2013/04/08 11:17:12 rodent Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= ruby-build-ri-db
# Since license of Ruby prior to 1.9.3 is incompatible with newer
# readline's GPL3, enable it with 1.9.3 and lator.
-#
+#
.if ${RUBY_VER} != 18 && ${RUBY_VER} != 19
PKG_SUGGESTED_OPTIONS+= readline
.endif
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --disable-libedit
CHECK_BUILTIN.readline:= yes
. include "../../devel/readline/builtin.mk"
CHECK_BUILTIN.readline:= no
-. if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
+. if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS])
CONFIGURE_ARGS+= --enable-libedit
. endif
.endif
diff --git a/devel/tpasm/PLIST b/devel/tpasm/PLIST
index 2850a7d76ea..89c56846bbd 100644
--- a/devel/tpasm/PLIST
+++ b/devel/tpasm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/11/15 16:44:56 shattered Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/04/08 11:17:12 rodent Exp $
bin/tpasm
libdata/tpasm/8051.inc
libdata/tpasm/8052.inc
@@ -9,4 +9,3 @@ libdata/tpasm/picmacros.inc
libdata/tpasm/reg_167.inc
libdata/tpasm/reg_xe167xm.inc
share/doc/tpasm/MANUAL.TXT
-
diff --git a/devel/xulrunner192/Makefile b/devel/xulrunner192/Makefile
index 048e795302b..c2bdb68bf84 100644
--- a/devel/xulrunner192/Makefile
+++ b/devel/xulrunner192/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/02/16 11:19:10 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/04/08 11:17:12 rodent Exp $
.include "dist.mk"
PKGNAME= xulrunner192-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -35,7 +35,7 @@ SUBST_MESSAGE.fix-paths2= Fixing absolute paths.
SUBST_FILES.fix-paths2= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h
SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp
SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in
-SUBST_SED.fix-paths2= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner192/gre.d,g'
+SUBST_SED.fix-paths2= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner192/gre.d,g'
.include "../../devel/xulrunner192/mozilla-common.mk"
CONFIGURE_ARGS+= --enable-chrome-format=jar
diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk
index d74042c19dc..8cc6bbf6a9b 100644
--- a/devel/xulrunner192/mozilla-common.mk
+++ b/devel/xulrunner192/mozilla-common.mk
@@ -1,7 +1,7 @@
-# $NetBSD: mozilla-common.mk,v 1.3 2012/12/15 01:09:40 marino Exp $
+# $NetBSD: mozilla-common.mk,v 1.4 2013/04/08 11:17:12 rodent Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
-#
+#
# used by devel/xulrunner192/Makefile
# used by www/firefox36/Makefile