From owner-svn-ports-head@FreeBSD.ORG  Wed Oct  9 21:15:38 2013
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id 0EEF1578;
 Wed,  9 Oct 2013 21:15:38 +0000 (UTC) (envelope-from acm@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id EF6D22687;
 Wed,  9 Oct 2013 21:15:37 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99LFbh8034297;
 Wed, 9 Oct 2013 21:15:37 GMT (envelope-from acm@svn.freebsd.org)
Received: (from acm@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99LFbZK034294;
 Wed, 9 Oct 2013 21:15:37 GMT (envelope-from acm@svn.freebsd.org)
Message-Id: <201310092115.r99LFbZK034294@svn.freebsd.org>
From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
Date: Wed, 9 Oct 2013 21:15:37 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r329930 - in head/sysutils/hoz: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Oct 2013 21:15:38 -0000

Author: acm
Date: Wed Oct  9 21:15:37 2013
New Revision: 329930
URL: http://svnweb.freebsd.org/changeset/ports/329930

Log:
  - Respect CC (right way) [1]
  
  Suggested by:	bapt [1]

Modified:
  head/sysutils/hoz/Makefile
  head/sysutils/hoz/files/patch-src_Makefile
  head/sysutils/hoz/pkg-descr

Modified: head/sysutils/hoz/Makefile
==============================================================================
--- head/sysutils/hoz/Makefile	Wed Oct  9 20:53:22 2013	(r329929)
+++ head/sysutils/hoz/Makefile	Wed Oct  9 21:15:37 2013	(r329930)
@@ -14,6 +14,8 @@ COMMENT=	File splitter, GTK and CLI vers
 USE_GNOME=	#
 USES=		gmake pkgconfig
 
+MAKE_ARGS=	CC="${CC}"
+
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	CLI GTK2 LANG_ES LANG_EN LANG_FR

Modified: head/sysutils/hoz/files/patch-src_Makefile
==============================================================================
--- head/sysutils/hoz/files/patch-src_Makefile	Wed Oct  9 20:53:22 2013	(r329929)
+++ head/sysutils/hoz/files/patch-src_Makefile	Wed Oct  9 21:15:37 2013	(r329930)
@@ -1,10 +1,6 @@
 --- Makefile	2004-01-12 11:23:38.000000000 -0500
-+++ Makefile	2013-10-09 15:41:27.000000000 -0500
-@@ -1,17 +1,16 @@
- 
--CC = gcc
-+CC ?= gcc
- 
++++ Makefile	2013-10-09 16:05:16.000000000 -0500
+@@ -4,14 +4,13 @@
  OBJ = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o hozcli.o
  LINKOBJ  = hoz.o hozcli.o
  GLINKOBJ  = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o

Modified: head/sysutils/hoz/pkg-descr
==============================================================================
--- head/sysutils/hoz/pkg-descr	Wed Oct  9 20:53:22 2013	(r329929)
+++ head/sysutils/hoz/pkg-descr	Wed Oct  9 21:15:37 2013	(r329930)
@@ -4,4 +4,4 @@ the one used by the "Hacha" software, a 
 "Hacha" compatible splitter.
 
 Author:	Gustavo Picon <tabo@slashcore.com>
-WWW:	http://hoz.sourceforge.net/
+WWW: http://hoz.sourceforge.net/