ports/131348: [maintainer] sysutils/pv - remove unsupported OPTIONS from port

Daniel Roethlisberger daniel at roe.ch
Tue Feb 3 21:10:03 UTC 2009


>Number:         131348
>Category:       ports
>Synopsis:       [maintainer] sysutils/pv - remove unsupported OPTIONS from port
>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:   Tue Feb 03 21:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD marvin.ustcor.roe.ch 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Remove unsupported OPTIONS from port.  These options are only
useful to developers anyway and generate a surprising amount
of support requests from users of the non-developer kind.
>How-To-Repeat:
>Fix:
--- pv.diff begins here ---
diff -ruN pv.orig/Makefile pv/Makefile
--- pv.orig/Makefile	2008-03-17 20:50:15.000000000 +0100
+++ pv/Makefile	2009-02-03 22:03:11.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	pv
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	pipeviewer
@@ -22,19 +23,11 @@
 PLIST_FILES=	bin/pv
 PORTDOCS=	README COPYING INSTALL NEWS PACKAGE \
 		TODO VERSION release-checklist
-OPTIONS=	DEBUG "Enable debug support" off \
-		PROFILER "Enable profiling support" off \
-		LFS "Enable LFS support" on \
+OPTIONS=	LFS "Enable LFS support" on \
 		NLS "Use Native Language Support" off
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=	--enable-debugging
-.endif
-.if defined(WITH_PROFILER)
-CONFIGURE_ARGS+=	--enable-profiling
-.endif
 .if defined(WITHOUT_LFS)
 CONFIGURE_ARGS+=	--disable-lfs
 .endif
--- pv.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list