Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 14:46:02 +0000 (UTC)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182445: port update, fix problem in 10.0
Message-ID:  <20130927144602.0356010376D34@buttercup4.utdallas.edu>
Resent-Message-ID: <201309271450.r8REo04Q097011@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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