From alejandro@varnet.biz  Fri Oct  7 20:26:43 2005
Return-Path: <alejandro@varnet.biz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8EE9F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Oct 2005 20:26:43 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: from relay03.pair.com (relay03.pair.com [209.68.5.17])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2367643D48
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Oct 2005 20:26:43 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: (qmail 77942 invoked from network); 7 Oct 2005 20:26:41 -0000
Received: from unknown (HELO phobos.mars.bsd) (unknown)
  by unknown with SMTP; 7 Oct 2005 20:26:41 -0000
Message-Id: <1128716821.0@phobos.mars.bsd>
Date: Fri, 7 Oct 2005 17:27:01 -0300
From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [UPDATE] editors/vim: notify the user about building knobs
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         87092
>Category:       ports
>Synopsis:       [UPDATE] editors/vim: notify the user about building knobs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 07 20:30:13 GMT 2005
>Closed-Date:    Tue Nov 13 23:53:18 UTC 2007
>Last-Modified:  Tue Nov 13 23:53:18 UTC 2007
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


Changes:
* Notify the user about the building knobs, so reading the Makefile isn't necessary.


>How-To-Repeat:





>Fix:


--- vim.diff begins here ---
diff -urN /usr/ports/editors/vim/Makefile vim/Makefile
--- /usr/ports/editors/vim/Makefile	Sun Sep  4 12:53:42 2005
+++ vim/Makefile	Tue Sep 20 17:59:27 2005
@@ -136,6 +136,32 @@
 USE_ICONV=	yes
 .endif
 
+pre-everything::
+	@${ECHO_CMD}
+	@${ECHO_CMD} "======================================================="
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Features:"
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Define WITH_LITE to build the \"lite\" version."
+	@${ECHO_CMD} "Define WITH_CSCOPE to build with cscope support."
+	@${ECHO_CMD} "Define WITH_PERL to build with Perl support."
+	@${ECHO_CMD} "Define WITH_PYTHON to build with Python support."
+	@${ECHO_CMD} "Define WITH_RUBY to build with Ruby support."
+	@${ECHO_CMD} "Define WITH_TCL to build with TCL support."
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Graphical User Interface (GUI):"
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Define WITHOUT_X11 to build without GUI support."
+	@${ECHO_CMD} "Define WITH_ATHENA to build with Athena support."
+	@${ECHO_CMD} "Define WITH_MOTIF to build with Motif support."
+	@${ECHO_CMD} "Define WITH_GTK to build with GTK support (default)."
+	@${ECHO_CMD} "Define WITH_GTK2 to build with GTK2 support."
+	@${ECHO_CMD} "Define WITH_GNOME to build with Gnome support."
+	@${ECHO_CMD}
+	@${ECHO_CMD} "======================================================="
+	@${ECHO_CMD}
+
+
 pre-configure:
 	@(cd ${WRKSRC} ; ${MAKE} distclean)
 	@${REINPLACE_CMD} -e 's|8\.2|8.4|; \
--- vim.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->obrien 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Oct 7 20:52:39 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87092 
State-Changed-From-To: open->suspended 
State-Changed-By: obrien 
State-Changed-When: Mon Oct 24 01:45:25 GMT 2005 
State-Changed-Why:  
I hate ports that split out screen fulls of possible build options. 
I'd be more than happy to add the addition in ports/87092, if we had a stand 
target that one could use to see the options. 
Sometthing like 'make show-options' 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87092 

From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/87092: [UPDATE] editors/vim: notify the user about building knobs
Date: Wed, 22 Feb 2006 14:26:21 -0300

 >Submitter-Id:	current-users 
 >Originator:	Alejandro Pulver 
 >Organization:	 
 >Confidential:	no 
 >Synopsis:	Re: ports/87092: [UPDATE] editors/vim: notify the user about building knobs 
 >Severity:	non-critical 
 >Priority:	low 
 >Category:	ports 
 >Class:		update 
 >Release:	FreeBSD 5.4-RELEASE i386 
 >Environment:
 
 
 System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
     root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE
 
 
 
 >Description:
 
 
 
 
 
 >How-To-Repeat:
 
 
 
 
 
 >Fix:
 
 
 
 
 

From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/87092: [UPDATE] editors/vim: notify the user about building knobs
Date: Wed, 22 Feb 2006 14:45:04 -0300

 >Submitter-Id:	current-users 
 >Originator:	Alejandro Pulver 
 >Organization:	 
 >Confidential:	no 
 >Synopsis:	Re: ports/87092: [UPDATE] editors/vim: notify the user about building knobs 
 >Severity:	non-critical 
 >Priority:	low 
 >Category:	ports 
 >Class:		update 
 >Release:	FreeBSD 5.4-RELEASE i386 
 >Environment:
 
 
 System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
     root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE
 
 
 
 >Description:
 
 
 Sorry, forgot patch.
 
 
 >How-To-Repeat:
 
 
 
 
 
 >Fix:
 
 
 --- vim.diff begins here ---
 diff -urNd /usr/ports/editors/vim/Makefile vim/Makefile
 --- /usr/ports/editors/vim/Makefile	Wed Dec 28 19:46:29 2005
 +++ vim/Makefile	Wed Feb 22 14:23:31 2006
 @@ -136,6 +136,31 @@
  USE_ICONV=	yes
  .endif
  
 +show-options:
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "====================  Vim Options  ===================="
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "Features:"
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "Define WITH_LITE to build the \"lite\" version."
 +	@${ECHO_CMD} "Define WITH_CSCOPE to build with cscope support."
 +	@${ECHO_CMD} "Define WITH_PERL to build with Perl support."
 +	@${ECHO_CMD} "Define WITH_PYTHON to build with Python support."
 +	@${ECHO_CMD} "Define WITH_RUBY to build with Ruby support."
 +	@${ECHO_CMD} "Define WITH_TCL to build with TCL support."
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "Graphical User Interface (GUI):"
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "Define WITHOUT_X11 to build without GUI support."
 +	@${ECHO_CMD} "Define WITH_ATHENA to build with Athena support."
 +	@${ECHO_CMD} "Define WITH_MOTIF to build with Motif support."
 +	@${ECHO_CMD} "Define WITH_GTK to build with GTK support (default)."
 +	@${ECHO_CMD} "Define WITH_GTK2 to build with GTK2 support."
 +	@${ECHO_CMD} "Define WITH_GNOME to build with Gnome support."
 +	@${ECHO_CMD}
 +	@${ECHO_CMD} "======================================================="
 +	@${ECHO_CMD}
 +
  pre-configure:
  	@(cd ${WRKSRC} ; ${MAKE} distclean)
  	@${REINPLACE_CMD} -e ' \
 --- vim.diff ends here ---
 
 
 
State-Changed-From-To: suspended->closed 
State-Changed-By: obrien 
State-Changed-When: Tue Nov 13 23:51:58 UTC 2007 
State-Changed-Why:  
One can now define WITH_OPTIONS or WITH_VIM_OPTIONS. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87092 
>Unformatted:
