ports/50371: Update the biology/tinker Makefile so it builds on -current

Glenn Johnson gjohnson at srrc.ars.usda.gov
Thu Mar 27 22:00:22 UTC 2003


>Number:         50371
>Category:       ports
>Synopsis:       Update the biology/tinker Makefile so it builds on -current
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 14:00:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD node1.cluster.srrc.usda.gov 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Wed Mar 26 11:17:18 CST 2003 glenn at node2.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-FW i386


	
>Description:
	A patch to the biology/tinker Makefile so that it will build on 
	-current.  It needs the bsd.port.pre.mk and bsd.port.post.mk include 
	statements.
>How-To-Repeat:
	
>Fix:

	

--- tinker-update begins here ---
--- tinker/Makefile~	Fri Feb 21 05:01:37 2003
+++ tinker/Makefile	Thu Mar 27 15:40:48 2003
@@ -30,6 +30,8 @@
 	@${ECHO_MSG} If you get a CHECKSUM mismatch, try doing a \'make distclean\' first.
 	@${ECHO_MSG} ""
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_VIEWER)
 .if ${XFREE86_VERSION} == 3
 BUILD_DEPENDS+=	imake:${PORTSDIR}/devel/imake
@@ -134,4 +136,4 @@
 	@${ECHO} "   **********************************************************"
 	@${ECHO} ""
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- tinker-update ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list