Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2005 14:20:13 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/86869: Update port: devel/ossp-val to 0.9.4
Message-ID:  <20051003112013.GA32596@sinanica.bg.datamax>
Resent-Message-ID: <200510031120.j93BKSN4073794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86869
>Category:       ports
>Synopsis:       Update port: devel/ossp-val to 0.9.4
>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:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update devel/ossp-val from 0.9.3 to 0.9.4:
* 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-val_0.9.3-0.9.4.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ossp-val/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	16 Sep 2005 17:58:28 -0000	1.16
+++ Makefile	3 Oct 2005 11:18:25 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	val
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
@@ -20,13 +20,18 @@
 LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
 
 USE_GMAKE=	yes
-USE_LIBTOOL_VER=	15
 INSTALLS_SHLIB=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
+USE_LIBTOOL_VER=	15
 
 MAN1=	val-config.1
 MAN3=	val.3
 
 NOT_FOR_ARCHS=	alpha
 
+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-val/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	13 Jul 2005 21:57:39 -0000	1.5
+++ distinfo	3 Oct 2005 11:18:25 -0000
@@ -1,2 +1,2 @@
-MD5 (val-0.9.3.tar.gz) = 76a015b2574aec6f15008d81a2c057c8
-SIZE (val-0.9.3.tar.gz) = 304477
+MD5 (val-0.9.4.tar.gz) = da57aee1faf180076edab6ff8aeb33da
+SIZE (val-0.9.4.tar.gz) = 312593
--- ossp-val_0.9.3-0.9.4.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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