ports/180821: devel/ncurses-devel does not build with BSD-licensed make

Pedro Giffuni giffunip at tutopia.com
Thu Jul 25 03:20:00 UTC 2013


>Number:         180821
>Category:       ports
>Synopsis:       devel/ncurses-devel does not build with BSD-licensed make
>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:   Thu Jul 25 03:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.2-PRERELEASE
>Organization:
>Environment:
FreeBSD pcbsd-1465 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #2 r253398M: Tue Jul 16 16:26:12 COT 2013     pfg at pcbsd-1465:/usr/obj/usr/src/sys/DELL  amd64

>Description:
It looks like GNU patch somehow figures out the patch level but
this doesn't happen on the new BSD-licensed patch.


>How-To-Repeat:

>Fix:
Defining PATCH_DIST_STRIP solves this issue.

Patch attached with submission follows:

Index: ncurses-devel/Makefile
===================================================================
--- ncurses-devel/Makefile	(revision 323623)
+++ ncurses-devel/Makefile	(working copy)
@@ -14,6 +14,7 @@
 PATCH_SITES=	ftp://invisible-island.net/ncurses/${RELEASE}/ \
 		${MASTER_SITE_LOCAL:S/$/:local/}
 PATCH_SITE_SUBDIR=	rafan/ncurses/:local
+PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Library for terminal-independent, full-screen output (development version)


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


More information about the freebsd-ports-bugs mailing list