Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2014 03:13:11 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185654: games/xboard: drop usage of bsd.port.pre.mk and use options
Message-ID:  <201401110313.s0B3DBin078014@freefall.freebsd.org>
Resent-Message-ID: <201401110320.s0B3K0FG079026@freefall.freebsd.org>

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

>Number:         185654
>Category:       ports
>Synopsis:       games/xboard: drop usage of bsd.port.pre.mk and use options
>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 Jan 11 03:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259961: Fri Dec 27 21:56:39 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
Use bsd.port.options.mk for testing arch, less expensive than using "pre"
>How-To-Repeat:
	
>Fix:

Index: games/xboard/Makefile
===================================================================
--- games/xboard/Makefile	(revision 339398)
+++ games/xboard/Makefile	(working copy)
@@ -41,7 +41,7 @@
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README SHORTLOG TODO
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${ARCH} == "sparc64"
 BROKEN=	Does not install on sparc64
@@ -63,4 +63,4 @@
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401110313.s0B3DBin078014>