ports/87092: [UPDATE] editors/vim: notify the user about building knobs

Alejandro Pulver alejandro at varnet.biz
Fri Oct 7 20:30:14 UTC 2005


>Number:         87092
>Category:       ports
>Synopsis:       [UPDATE] editors/vim: notify the user about building knobs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 07 20:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list