Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2009 22:06:23 +0100
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/131348: [maintainer] sysutils/pv - remove unsupported OPTIONS from port
Message-ID:  <E1LUSTP-000J3Q-UB@calvin.ustdmz.roe.ch>
Resent-Message-ID: <200902032110.n13LA2hp095922@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LUSTP-000J3Q-UB>