aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /lang
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
ports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=311381
Diffstat (limited to 'lang')
-rw-r--r--lang/chicken/distinfo2
-rw-r--r--lang/perl5.10/files/patch-freebsd.sh-freebsd102
-rw-r--r--lang/perl5.12/files/patch-freebsd.sh-freebsd102
-rw-r--r--lang/perl5.14/files/patch-freebsd.sh-freebsd102
-rw-r--r--lang/perl5.8/files/patch-freebsd.sh-freebsd102
-rw-r--r--lang/sdcc/files/patch-ia642
-rw-r--r--lang/tcl84/pkg-plist.threads2
-rw-r--r--lang/tcl86/files/patch-unix-configure2
-rw-r--r--lang/ypsilon/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo
index 2e5d4c82b993..eace02cedb1a 100644
--- a/lang/chicken/distinfo
+++ b/lang/chicken/distinfo
@@ -1,2 +1,2 @@
SHA256 (chicken-4.8.0.1.tar.gz) = a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c
-SIZE (chicken-4.8.0.1.tar.gz) = 3965638 \ No newline at end of file
+SIZE (chicken-4.8.0.1.tar.gz) = 3965638
diff --git a/lang/perl5.10/files/patch-freebsd.sh-freebsd10 b/lang/perl5.10/files/patch-freebsd.sh-freebsd10
index 8d9ec63d4235..378877114f62 100644
--- a/lang/perl5.10/files/patch-freebsd.sh-freebsd10
+++ b/lang/perl5.10/files/patch-freebsd.sh-freebsd10
@@ -27,4 +27,4 @@
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
I did not know that FreeBSD $osvers supports POSIX threads.
- Feel free to tell perlbug@perl.org otherwise. \ No newline at end of file
+ Feel free to tell perlbug@perl.org otherwise.
diff --git a/lang/perl5.12/files/patch-freebsd.sh-freebsd10 b/lang/perl5.12/files/patch-freebsd.sh-freebsd10
index 8d9ec63d4235..378877114f62 100644
--- a/lang/perl5.12/files/patch-freebsd.sh-freebsd10
+++ b/lang/perl5.12/files/patch-freebsd.sh-freebsd10
@@ -27,4 +27,4 @@
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
I did not know that FreeBSD $osvers supports POSIX threads.
- Feel free to tell perlbug@perl.org otherwise. \ No newline at end of file
+ Feel free to tell perlbug@perl.org otherwise.
diff --git a/lang/perl5.14/files/patch-freebsd.sh-freebsd10 b/lang/perl5.14/files/patch-freebsd.sh-freebsd10
index 8d9ec63d4235..378877114f62 100644
--- a/lang/perl5.14/files/patch-freebsd.sh-freebsd10
+++ b/lang/perl5.14/files/patch-freebsd.sh-freebsd10
@@ -27,4 +27,4 @@
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
I did not know that FreeBSD $osvers supports POSIX threads.
- Feel free to tell perlbug@perl.org otherwise. \ No newline at end of file
+ Feel free to tell perlbug@perl.org otherwise.
diff --git a/lang/perl5.8/files/patch-freebsd.sh-freebsd10 b/lang/perl5.8/files/patch-freebsd.sh-freebsd10
index 8d9ec63d4235..378877114f62 100644
--- a/lang/perl5.8/files/patch-freebsd.sh-freebsd10
+++ b/lang/perl5.8/files/patch-freebsd.sh-freebsd10
@@ -27,4 +27,4 @@
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
I did not know that FreeBSD $osvers supports POSIX threads.
- Feel free to tell perlbug@perl.org otherwise. \ No newline at end of file
+ Feel free to tell perlbug@perl.org otherwise.
diff --git a/lang/sdcc/files/patch-ia64 b/lang/sdcc/files/patch-ia64
index f234a3d9c336..53264a63f9d9 100644
--- a/lang/sdcc/files/patch-ia64
+++ b/lang/sdcc/files/patch-ia64
@@ -549,4 +549,4 @@
+#define TGT25c IA64_OPND_TGT25c
+#define TGT64 IA64_OPND_TGT64
+
-+#endif \ No newline at end of file
++#endif
diff --git a/lang/tcl84/pkg-plist.threads b/lang/tcl84/pkg-plist.threads
index 2b3a8e548344..409c1f9139dd 100644
--- a/lang/tcl84/pkg-plist.threads
+++ b/lang/tcl84/pkg-plist.threads
@@ -5,4 +5,4 @@ lib/libtcl%%SHORT_TCL_VER%%-threads.so.1
lib/libtclstub%%SHORT_TCL_VER%%-threads.a
lib/tcl%%TCL_VER%%/tclConfig-threads.sh
lib/tcl%%TCL_VER%%-threads/tclConfig.sh
-@dirrm lib/tcl%%TCL_VER%%-threads \ No newline at end of file
+@dirrm lib/tcl%%TCL_VER%%-threads
diff --git a/lang/tcl86/files/patch-unix-configure b/lang/tcl86/files/patch-unix-configure
index e413b7690636..9dd8532a451b 100644
--- a/lang/tcl86/files/patch-unix-configure
+++ b/lang/tcl86/files/patch-unix-configure
@@ -47,4 +47,4 @@
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
- DL_LIBS="" \ No newline at end of file
+ DL_LIBS=""
diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile
index 56e85075679f..73ae9ea4c070 100644
--- a/lang/ypsilon/Makefile
+++ b/lang/ypsilon/Makefile
@@ -38,4 +38,4 @@ do-install:
regression-test: build
cd ${WRKSRC} && ${GMAKE} check
-.include <bsd.port.post.mk> \ No newline at end of file
+.include <bsd.port.post.mk>