ports/114391: security/sancp, correct deficient Makefile patch
Paul Schmehl
pauls at utdallas.edu
Sat Jul 7 20:20:04 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list