Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:15:39 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344353 - in head/devel/ossp-var: . files
Message-ID:  <201402151015.s1FAFdJA045134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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