From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 27 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21C16A20 for ; Fri, 27 Sep 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 DB1FB26B8 for ; Fri, 27 Sep 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8REo09b097012 for ; Fri, 27 Sep 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8REo04Q097011; Fri, 27 Sep 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 27 Sep 2013 14:50:00 GMT Resent-Message-Id: <201309271450.r8REo04Q097011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5613583 for ; Fri, 27 Sep 2013 14:46:10 +0000 (UTC) (envelope-from prvs=975e1386f=root+buttercup4@utdallas.edu) Received: from ip-relay-051.utdallas.edu (outgoing.utdallas.edu [129.110.182.14]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF6D02682 for ; Fri, 27 Sep 2013 14:46:10 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-051.utdallas.edu with ESMTP; 27 Sep 2013 09:46:03 -0500 Received: from buttercup4.utdallas.edu (buttercup4.utdallas.edu [10.110.4.132]) by mx31.utdallas.edu (Postfix) with ESMTP id 902BA42282 for ; Fri, 27 Sep 2013 09:46:03 -0500 (CDT) Received: by buttercup4.utdallas.edu (Postfix, from userid 0) id 0356010376D34; Fri, 27 Sep 2013 14:46:02 +0000 (UTC) Message-Id: <20130927144602.0356010376D34@buttercup4.utdallas.edu> Date: Fri, 27 Sep 2013 14:46:02 +0000 (UTC) From: Paul Schmehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182445: port update, fix problem in 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 14:50:01 -0000 >Number: 182445 >Category: ports >Synopsis: port update, fix problem in 10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 9.1-RELEASE amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: security/sancp, fix problem with compiling in 10.0 because gcc is missing >How-To-Repeat: >Fix: --- sancp.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 328484) +++ Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= sancp PORTVERSION= 1.6.1 DISTVERSIONSUFFIX= -stable -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-stable @@ -13,6 +13,7 @@ ALL_TARGET= bsd USE_RC_SUBR= sancp +USE_GCC= yes SUB_FILES= pkg-message USERS= sancp --- sancp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: