svn commit: r347233 - head/devel/openocd

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:21:41 UTC 2014


Author: miwi
Date: Thu Mar  6 14:21:40 2014
New Revision: 347233
URL: http://svnweb.freebsd.org/changeset/ports/347233
QAT: https://qat.redports.org/buildarchive/r347233/

Log:
  - Stage support

Modified:
  head/devel/openocd/Makefile
  head/devel/openocd/pkg-plist

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Thu Mar  6 14:20:49 2014	(r347232)
+++ head/devel/openocd/Makefile	Thu Mar  6 14:21:40 2014	(r347233)
@@ -48,12 +48,10 @@ SYSFSGPIO=	Support Programming via sysfs
 RMTBITBANG_DESC=Support Remote-Bitbang Driver
 MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)
 
-MAN1=		${PORTNAME}.1
-USE_GMAKE=	yes
+USES=		gmake
 USE_BZIP2=	yes
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 # IMPORTANT INFORMATION FOR DEVELOPERS:
 # Some Interfaces and Options are not on the list because they break a build.
 # If you need them working on FreeeBSD, code, patches are welcome :-)
@@ -280,7 +278,4 @@ LIB_DEPENDS+=		ftdi:${PORTSDIR}/devel/li
 BUILD_DEPENDS+=		doxygen:${PORTSDIR}/devel/doxygen
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/devel/openocd/pkg-plist
==============================================================================
--- head/devel/openocd/pkg-plist	Thu Mar  6 14:20:49 2014	(r347232)
+++ head/devel/openocd/pkg-plist	Thu Mar  6 14:21:40 2014	(r347233)
@@ -468,6 +468,7 @@ share/openocd/scripts/target/tmpa910.cfg
 share/openocd/scripts/target/u8500.cfg
 share/openocd/scripts/test/selftest.cfg
 share/openocd/scripts/test/syntax1.cfg
+man/man1/openocd.1.gz
 @dirrm share/openocd/scripts/test
 @dirrm share/openocd/scripts/target
 @dirrm share/openocd/scripts/interface/ftdi


More information about the svn-ports-head mailing list