Bug 180821 - devel/ncurses-devel does not build with BSD-licensed make
Summary: devel/ncurses-devel does not build with BSD-licensed make
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 04:20 UTC by Pedro F. Giffuni
Modified: 2013-07-26 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (483 bytes, patch)
2013-07-25 04:20 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2013-07-25 04:20:00 UTC
It looks like GNU patch somehow figures out the patch level but
this doesn't happen on the new BSD-licensed patch.

Fix: Defining PATCH_DIST_STRIP solves this issue.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-25 04:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2013-07-26 15:26:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-26 15:27:09 UTC
Author: rafan
Date: Fri Jul 26 14:26:53 2013
New Revision: 323722
URL: http://svnweb.freebsd.org/changeset/ports/323722

Log:
  - Fix build with BSD patch
  
  PR:		ports/180821
  Submitted by:	Pedro Giffuni <giffunip at tutopia.com>

Modified:
  head/devel/ncurses-devel/Makefile

Modified: head/devel/ncurses-devel/Makefile
==============================================================================
--- head/devel/ncurses-devel/Makefile	Fri Jul 26 14:25:16 2013	(r323721)
+++ head/devel/ncurses-devel/Makefile	Fri Jul 26 14:26:53 2013	(r323722)
@@ -14,6 +14,7 @@ DIST_SUBDIR=	${PORTNAME}
 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@FreeBSD.org
 COMMENT=	Library for terminal-independent, full-screen output (development version)
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"