Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 17:49:16 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380156 - head/lang/gnustep-base
Message-ID:  <201502281749.t1SHnGw5091779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Feb 28 17:49:15 2015
New Revision: 380156
URL: https://svnweb.freebsd.org/changeset/ports/380156
QAT: https://qat.redports.org/buildarchive/r380156/

Log:
  lang/gnustep-base: Remove empty directories from stagedir
  
  Two empty directories weren't listed in pkg-plist, causing this port
  not to pass poudriere QA checks.  My interpretation is that these
  directories were never packaged, and they should not be packaged, so
  let's simply remove them from stagedir.  This alse means we don't have
  to bump the port.
  
  Approved by:	just fix it

Modified:
  head/lang/gnustep-base/Makefile

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Sat Feb 28 17:16:33 2015	(r380155)
+++ head/lang/gnustep-base/Makefile	Sat Feb 28 17:49:15 2015	(r380156)
@@ -53,6 +53,7 @@ CFLAGS+=	-I${LOCALBASE}/include/libxml2/
 BREAKS_IF_PEDANTIC=	yes
 PLIST_SUB+=	LOCALBASE=${LOCALBASE}
 ETCDIR=		${LOCALBASE}/etc
+STAGEHEADER=	${STAGEDIR}${PREFIX}/GNUstep/System/Library/Headers
 
 PLIST_SUB+=	BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
 
@@ -74,5 +75,7 @@ post-extract:
 
 post-install:
 	${INSTALL_DATA} ${FILESDIR}/gdomap_if ${STAGEDIR}${ETCDIR}
+	${RMDIR} ${STAGEHEADER}/gnustep/base
+	${RMDIR} ${STAGEHEADER}/GNUstepBase/unicode
 
 .include <bsd.port.mk>



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