ports/86868: Update port: devel/ossp-cfg to 0.9.10

Vasil Dimov vd at datamax.bg
Mon Oct 3 11:20:25 UTC 2005


>Number:         86868
>Category:       ports
>Synopsis:       Update port: devel/ossp-cfg to 0.9.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 03 11:20:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update devel/ossp-cfg from 0.9.9 to 0.9.10:
* set GNU_CONFIGURE
* fix irritating configure warning (although it is harmless)
* add wrap-target to package's internal `check' target

>How-To-Repeat:

>Fix:

--- ossp-cfg_0.9.9-0.9.10.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ossp-cfg/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	16 Sep 2005 17:58:28 -0000	1.15
+++ Makefile	3 Oct 2005 11:09:53 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	cfg
-PORTVERSION=	0.9.9
+PORTVERSION=	0.9.10
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
@@ -19,10 +19,15 @@
 
 LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
 
-USE_LIBTOOL_VER=	15
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
+USE_LIBTOOL_VER=	15
 INSTALLS_SHLIB=	yes
 
 MAN3=		cfg.3
 
+check: build
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/ossp-cfg/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	13 Jul 2005 21:45:24 -0000	1.5
+++ distinfo	3 Oct 2005 11:09:53 -0000
@@ -1,2 +1,2 @@
-MD5 (cfg-0.9.9.tar.gz) = 66576d4d4ee01b29666aa19aaa3faa71
-SIZE (cfg-0.9.9.tar.gz) = 355248
+MD5 (cfg-0.9.10.tar.gz) = a295074d52e44530b553536b6ddb3c8c
+SIZE (cfg-0.9.10.tar.gz) = 361817
--- ossp-cfg_0.9.9-0.9.10.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list