ports/104888: [PATCH] x11-themes/gtk-engines2 -- convert to OPTIONS, kill EOL space

Alexey Dokuchaev danfe at FreeBSD.org
Sat Oct 28 20:50:24 UTC 2006


>Number:         104888
>Category:       ports
>Synopsis:       [PATCH] x11-themes/gtk-engines2 -- convert to OPTIONS, kill EOL space
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 20:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
>Description:
Convert to OPTIONS, kill some EOL whitespace along the way.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /mnt/fbsd/development/FreeBSD-CVS/ports/x11-themes/gtk-engines2/Makefile,v
retrieving revision 1.61
diff -u -r1.61 Makefile
--- Makefile	14 Oct 2006 08:35:30 -0000	1.61
+++ Makefile	28 Oct 2006 20:38:05 -0000
@@ -23,22 +23,17 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack gtk20
 
+OPTIONS=	ANIMATION "Enable experimental animated progressbars" off
+
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_ANIMATION)
 CONFIGURE_ARGS+=	--enable-animation
 .endif
 
-pre-everything:: 	 
-.if !defined(WITH_ANIMATION) 	 
-	@${ECHO_MSG} "" 	 
-	@${ECHO_MSG} " You can enable experimental animated progressbars" 	 
-	@${ECHO_MSG} " with the clearlooks engine by defining" 	 
-	@${ECHO_MSG} " WITH_ANIMATION" 	 
-	@${ECHO_MSG} "" 	 
-.endif
-
 # Disable the gtk1 theme.
 post-patch:
 	@${REINPLACE_CMD} -e 's|gtk gtk-2.0|gtk-2.0|g' \
 		${WRKSRC}/themes/Redmond/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list