Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 13:16:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308146 - in head/shells/bashc: . files
Message-ID:  <201212031316.qB3DGFJW036057@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Dec  3 13:16:15 2012
New Revision: 308146
URL: http://svnweb.freebsd.org/changeset/ports/308146

Log:
  - Fix build with clang
  - Trim Makefile header
  - Update WWW in pkg-descr
  
  Feature safe:	yes

Added:
  head/shells/bashc/files/
  head/shells/bashc/files/patch-builtins_printf.def   (contents, props changed)
Modified:
  head/shells/bashc/Makefile   (contents, props changed)
  head/shells/bashc/pkg-descr   (contents, props changed)

Modified: head/shells/bashc/Makefile
==============================================================================
--- head/shells/bashc/Makefile	Mon Dec  3 13:16:10 2012	(r308145)
+++ head/shells/bashc/Makefile	Mon Dec  3 13:16:15 2012	(r308146)
@@ -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

Added: head/shells/bashc/files/patch-builtins_printf.def
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/bashc/files/patch-builtins_printf.def	Mon Dec  3 13:16:15 2012	(r308146)
@@ -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;

Modified: head/shells/bashc/pkg-descr
==============================================================================
--- head/shells/bashc/pkg-descr	Mon Dec  3 13:16:10 2012	(r308145)
+++ head/shells/bashc/pkg-descr	Mon Dec  3 13:16:15 2012	(r308146)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031316.qB3DGFJW036057>