svn commit: r344353 - in head/devel/ossp-var: . files

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:15:40 UTC 2014


Author: miwi
Date: Sat Feb 15 10:15:39 2014
New Revision: 344353
URL: http://svnweb.freebsd.org/changeset/ports/344353
QAT: https://qat.redports.org/buildarchive/r344353/

Log:
  - Stage support
  - While here drop old alpha support

Deleted:
  head/devel/ossp-var/files/
Modified:
  head/devel/ossp-var/Makefile
  head/devel/ossp-var/pkg-plist

Modified: head/devel/ossp-var/Makefile
==============================================================================
--- head/devel/ossp-var/Makefile	Sat Feb 15 10:14:44 2014	(r344352)
+++ head/devel/ossp-var/Makefile	Sat Feb 15 10:15:39 2014	(r344353)
@@ -11,20 +11,11 @@ PKGNAMEPREFIX=	ossp-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A flexible, full-featured, and fast variable expansion library
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN=		Does not compile on alpha
-.endif
-
 check:	build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
-.include "${FILESDIR}/manpages.mk"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/ossp-var/pkg-plist
==============================================================================
--- head/devel/ossp-var/pkg-plist	Sat Feb 15 10:14:44 2014	(r344352)
+++ head/devel/ossp-var/pkg-plist	Sat Feb 15 10:15:39 2014	(r344353)
@@ -4,3 +4,5 @@ lib/libvar.a
 lib/libvar.la
 lib/libvar.so
 lib/libvar.so.11
+man/man1/var-config.1.gz
+man/man3/var.3.gz


More information about the svn-ports-head mailing list