aboutsummaryrefslogtreecommitdiff
path: root/shells/bashc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-03 13:16:15 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-03 13:16:15 +0000
commit9d6b9d2222ad9f75621593070b8b3c71670b2021 (patch)
tree955c902345eec6f0df09fbf1302e3530f6fd9863 /shells/bashc
parentf14aef92363930cc5674f129cb3c49833413ad39 (diff)
downloadports-9d6b9d2222ad9f75621593070b8b3c71670b2021.tar.gz
ports-9d6b9d2222ad9f75621593070b8b3c71670b2021.zip
- Fix build with clang
- Trim Makefile header - Update WWW in pkg-descr Feature safe: yes
Notes
Notes: svn path=/head/; revision=308146
Diffstat (limited to 'shells/bashc')
-rw-r--r--shells/bashc/Makefile6
-rw-r--r--shells/bashc/files/patch-builtins_printf.def11
-rw-r--r--shells/bashc/pkg-descr2
3 files changed, 13 insertions, 6 deletions
diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile
index a5eb82cc68f0..5058611adcd1 100644
--- a/shells/bashc/Makefile
+++ b/shells/bashc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bashc
-# Date created: 2008-02-10
-# Whom: alepulver
-#
+# Created by: alepulver
# $FreeBSD$
-#
PORTNAME= bashc
PORTVERSION= 3.2.33.0
diff --git a/shells/bashc/files/patch-builtins_printf.def b/shells/bashc/files/patch-builtins_printf.def
new file mode 100644
index 000000000000..af5147742f99
--- /dev/null
+++ b/shells/bashc/files/patch-builtins_printf.def
@@ -0,0 +1,11 @@
+--- builtins/printf.def.orig 2012-12-03 14:14:04.000000000 +0100
++++ builtins/printf.def 2012-12-03 14:14:44.000000000 +0100
+@@ -577,7 +577,7 @@
+ #else
+ if (string == 0 || len == 0)
+ #endif
+- return;
++ return 0;
+
+ #if 0
+ s = fmt;
diff --git a/shells/bashc/pkg-descr b/shells/bashc/pkg-descr
index 6ff1af3e653e..ed657517a366 100644
--- a/shells/bashc/pkg-descr
+++ b/shells/bashc/pkg-descr
@@ -12,4 +12,4 @@ Features:
* Perform an action on pressing F1-F20 keys, configurable via commander_fN()
shell functions.
-WWW: http://groups.google.com/group/bashc/web/overview
+WWW: https://groups.google.com/forum/?fromgroups#!forum/bashc