Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Jul 2007 15:19:04 -0500 (CDT)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114391: security/sancp, correct deficient Makefile patch
Message-ID:  <20070707201904.14E0226181C@utd59514.utdallas.edu>
Resent-Message-ID: <200707072020.l67KK3Mf046079@freefall.freebsd.org>

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

>Number:         114391
>Category:       ports
>Synopsis:       security/sancp, correct deficient Makefile patch
>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:   Sat Jul 07 20:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-SECURITY i386
>Organization:
University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Wed Feb 14 12:22:36 UTC 2007 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This Makefile patch should replace the one just submitted.
	The previous patch was missing the change to the make target
	so the installation fails because the binary is not built.
>How-To-Repeat:
	
>Fix:

	security/sancp - replace the just-submitted Makefile that is missing
	one additional change - to the make target

--- patch-Makefile begins here ---
--- Makefile.orig	Sat Jul  7 14:40:45 2007
+++ Makefile	Sat Jul  7 15:10:55 2007
@@ -7,21 +7,16 @@
 
 PORTNAME=	sancp
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	sancp
-
-PATCH_SITES=	http://sancp.sourceforge.net/
-PATCHFILES=	sancp-1.6.1.fix200511.a.patch \
-		sancp-1.6.1.fix200606.bd.patch \
-		sancp-1.6.1.fix200601.c.patch
-PATCH_DIST_STRIP=-p1
+DISTNAME=	${PORTNAME}-${PORTVERSION}-stable
 
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	A network connection profiler
 
-ALL_TARGET=	final
+ALL_TARGET=	bsd
 USE_RC_SUBR=	sancp.sh
 SUB_FILES=	pkg-message
 
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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