summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
committermartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
commitbd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch)
tree488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /lang
parentf60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff)
downloadpkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz
Remove trailing spaces.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc34-ada/README2
-rw-r--r--lang/gcc34/README6
-rw-r--r--lang/guile/Makefile8
-rw-r--r--lang/php/pear_plist.php4
-rw-r--r--lang/php5/MESSAGE6
5 files changed, 13 insertions, 13 deletions
diff --git a/lang/gcc34-ada/README b/lang/gcc34-ada/README
index a6e29e0461e..92ab137cee6 100644
--- a/lang/gcc34-ada/README
+++ b/lang/gcc34-ada/README
@@ -6,7 +6,7 @@ compiler to build. This pkg may also be built using
lang/gcc3 (which contains Ada).
You can download a pre-built Ada compiler, suitable
-for bootstrapping this package, from:
+for bootstrapping this package, from:
http://www.johnrshannon.com/NetBSD/ix86/
http://www.johnrshannon.com/NetBSD/x86_64/
diff --git a/lang/gcc34/README b/lang/gcc34/README
index 5f37fd1cf0e..e0608381eff 100644
--- a/lang/gcc34/README
+++ b/lang/gcc34/README
@@ -1,11 +1,11 @@
-1) You may want to adjust the "Optional languages"
+1) You may want to adjust the "Optional languages"
section of the Makefile before building this package.
2) The Ada compiler front-end of gcc is itself written
in Ada. Consequently, an Ada compiler must be used
to build this pkg. In pkgsrc, lang/gcc3-ada is version
3.3 of the gcc Ada compiler; it also requires an Ada
- compiler to build. This pkg may also be built from
+ compiler to build. This pkg may also be built from
lang/gcc34-ada.
For bootstrapping, you can download a pre-built version
@@ -14,6 +14,6 @@
http://www.johnrshannon.com/NetBSD/ix86/gccAda-3.4.0.tgz
http://www.johnrshannon.com/NetBSD/pentium4/gccAda-3.4.0.tgz
http://www.johnrshannon.com/NetBSD/x86_64/gccAda-3.4.0.tgz
-
+
The first two pkgs were built on NetBSD 2.0-BETA. The AMD64
pkg was built under NetBSD 1.6ZL.
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index c26c95888a2..f3781267a79 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2007/07/20 00:09:21 gdt Exp $
+# $NetBSD: Makefile,v 1.76 2007/10/09 19:19:10 martti Exp $
DISTNAME= guile-1.8.2
CATEGORIES= lang
@@ -18,7 +18,7 @@ PTHREAD_AUTO_VARS= YES
INFO_FILES= # PLIST
# couldn't figure out how to work around an error on solaris-2.9/sparc with gcc when
# compiling ${WRKSRC}/libguile/filesys.c. The warning is that readdir64_r was missing
-# a prototype.
+# a prototype.
CONFIGURE_ARGS+= --disable-error-on-warning
#CONFIGURE_ARGS+= --without-threads
TEST_DIRS= ${WRKSRC}
@@ -33,13 +33,13 @@ OWN_DIRS= ${PREFIX}/share/guile/site
# up ./strings.h which tries to include scmconfig.h which doesn't exist
# yet. While not a clean fix, this seems to work around the problem.
#
-#
+#
# for info on the slib part, see
# http://lists.gnu.org/archive/html/guile-user/2006-11/msg00035.html
post-patch:
${TOUCH} ${WRKSRC}/libguile/scmconfig.h
echo "(define-module (ice-9 slib))" > ${WRKSRC}/ice-9/slib.scm
- echo "(load-from-path \"slib/guile.init\")" >> ${WRKSRC}/ice-9/slib.scm
+ echo "(load-from-path \"slib/guile.init\")" >> ${WRKSRC}/ice-9/slib.scm
.if ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= ac_cv_type_complex_double=no
diff --git a/lang/php/pear_plist.php b/lang/php/pear_plist.php
index eb4a63e56de..5e188c686bc 100644
--- a/lang/php/pear_plist.php
+++ b/lang/php/pear_plist.php
@@ -1,5 +1,5 @@
<?php
-# $NetBSD: pear_plist.php,v 1.4 2007/04/15 13:46:42 adrianp Exp $
+# $NetBSD: pear_plist.php,v 1.5 2007/10/09 19:19:10 martti Exp $
# Parses package XML file and outputs appropriate PLIST
$PEAR_LIB = getenv('PEAR_LIB');
@@ -33,7 +33,7 @@ foreach($info['filelist'] as $f => $v) {
$prefix = $v['baseinstalldir'] . '/';
# sometimes the baseinstalldir begins with a slash,
- # which make the PLIST output to have two instead of
+ # which make the PLIST output to have two instead of
# one. We fix this here.
if ($prefix[0] == '/')
$prefix = substr($prefix, 1);
diff --git a/lang/php5/MESSAGE b/lang/php5/MESSAGE
index 728aecd0a96..817c5a8b582 100644
--- a/lang/php5/MESSAGE
+++ b/lang/php5/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.8 2007/05/05 21:45:12 adrianp Exp $
+$NetBSD: MESSAGE,v 1.9 2007/10/09 19:19:10 martti Exp $
To process PHP scripts, you will need a PHP-enabled HTTP server. You may
either configure the HTTP server to use the PHP CGI binary located in
@@ -11,7 +11,7 @@ or you may install a PHP module for your HTTP server, e.g. www/ap-php.
Note that php-openssl is no longer a separate package as of version
5.0.5nb1 because the main PHP5 package has it built-in now.
-As of version 5.2.1nb3 PEAR is no longer installed by default with the
-php package. In order to use PEAR packages with PHP you will need to
+As of version 5.2.1nb3 PEAR is no longer installed by default with the
+php package. In order to use PEAR packages with PHP you will need to
install the lang/pear package.
===========================================================================