Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 16:47:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390169 - head/cad/kicad-devel
Message-ID:  <201506201647.t5KGl7Zl041510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun 20 16:47:07 2015
New Revision: 390169
URL: https://svnweb.freebsd.org/changeset/ports/390169

Log:
  Remove build-plist target not needed anymore and still generating deprecated
  syntax
  
  Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk

Modified:
  head/cad/kicad-devel/Makefile

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Sat Jun 20 16:40:11 2015	(r390168)
+++ head/cad/kicad-devel/Makefile	Sat Jun 20 16:47:07 2015	(r390169)
@@ -158,29 +158,6 @@ PLIST_DIR_LIST=		lib/kicad
 PLIST_SHAREDDIR_LIST=	share/mimelnk/application \
 			share/mimelnk
 
-build-plist:
-	${RM} -f ${PLIST}
-	cd ${STAGEDIR}${PREFIX} && \
-		(ls ${PLIST_FILE_LIST}; ${FIND} ${PLIST_DIR_LIST} -type f) | \
-		${SORT} >> ${PLIST}
-	${FIND} ${STAGEDIR}${DATADIR} ${DOCSDIR} -type f | \
-		${SED} -e 's|${STAGEDIR}${DATADIR}|%%DATADIR%%|' \
-		-e 's|${STAGEDIR}${DOCSDIR}|%%DOCSDIR%%|' | ${SORT} >> ${PLIST}
-	cd ${STAGEDIR}${PREFIX} && \
-		${FIND} ${PLIST_DIR_LIST} -type d | \
-		${SORT} -r | ${SED} -e 's|^|@dirrm |' >> ${PLIST}
-.for subdir in ${PLIST_SHAREDDIR_LIST}
-	@${ECHO_CMD} '@unexec ${RMDIR} %D/${subdir} 2> /dev/null || true' >> ${PLIST}
-.endfor
-	${FIND} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DOCSDIR} -type d | ${SORT} -r | \
-		${SED} -e 's|${STAGEDIR}${DATADIR}|%%DATADIR%%|' \
-			-e 's|${STAGEDIR}${DOCSDIR}|%%DOCSDIR%%|' \
-			-e 's|^|@dirrm |' >> ${PLIST}
+BROKEN_FreeBSD_8=	does not build: absence of strtoll(3)
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
-BROKEN=		does not build: absence of strtoll(3)
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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