Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2003 15:47:24 -0600 (CST)
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50371: Update the biology/tinker Makefile so it builds on -current
Message-ID:  <200303272147.h2RLlOYk007910@node1.cluster.srrc.usda.gov>
Resent-Message-ID: <200303272200.h2RM0InD015576@freefall.freebsd.org>

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

>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@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:



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