Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 17:05:09 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159921: [patch] shells/ksh93: Remove MANUAL_PACKAGE_BUILD entry
Message-ID:  <201108191705.p7JH59Lk016104@red.freebsd.org>
Resent-Message-ID: <201108191710.p7JHAAbk028931@freefall.freebsd.org>

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

>Number:         159921
>Category:       ports
>Synopsis:       [patch] shells/ksh93: Remove MANUAL_PACKAGE_BUILD entry
>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:   Fri Aug 19 17:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        9.0-BETA1
>Organization:
>Environment:
>Description:
shells/ksh93/Makefile states the port does not build in a tinderbox environment, however the current version of the port does build properly in tinderbox.

Tinderbox logs of my builds are available here:

- http://www.glenbarber.us/tblogs/7-32-ksh93-20110208_1.log
- http://www.glenbarber.us/tblogs/8-32-ksh93-20110208_1.log
- http://www.glenbarber.us/tblogs/7-64-ksh93-20110208_1.log
- http://www.glenbarber.us/tblogs/8-64-ksh93-20110208_1.log
- http://www.glenbarber.us/tblogs/9-64-ksh93-20110208_1.log


>How-To-Repeat:

>Fix:
The attached patch should be sufficient.


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/shells/ksh93/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- Makefile	24 Jun 2011 21:45:13 -0000	1.63
+++ Makefile	19 Aug 2011 17:03:35 -0000
@@ -28,7 +28,6 @@
 
 OPTIONS=	STATIC	"Static linking" off
 
-MANUAL_PACKAGE_BUILD=	Does not build in tinderbox environment
 RESTRICTED=	Source recipient must acknowledge license
 
 FETCH_ARGS=	-Rr


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



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