ports/86858: Update port: devel/ossp-ex to 1.0.5

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


>Number:         86858
>Category:       ports
>Synopsis:       Update port: devel/ossp-ex to 1.0.5
>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 07:20:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update devel/ossp-ex from 1.0.4 to 1.0.5:
* fix irritating configure warning (although it is harmless)
* package was updated to use libtool 1.5.20, change our dependency
* add wrap-target to package's internal `check' target

>How-To-Repeat:

>Fix:

--- ossp-ex_1.0.4-1.0.5.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ossp-ex/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	8 Feb 2005 15:32:27 -0000	1.14
+++ Makefile	3 Oct 2005 06:46:02 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	ex
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
@@ -19,7 +19,8 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_LIBTOOL_VER=	13
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL_VER=	15
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.pre.mk>
@@ -28,5 +29,8 @@
 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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/ossp-ex/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	6 Apr 2004 13:52:38 -0000	1.3
+++ distinfo	3 Oct 2005 06:46:02 -0000
@@ -1,2 +1,2 @@
-MD5 (ex-1.0.4.tar.gz) = 9054e4325e5e182b2105566d9d02732d
-SIZE (ex-1.0.4.tar.gz) = 306196
+MD5 (ex-1.0.5.tar.gz) = 419f0915cb578f9eb3bfc483bc49f066
+SIZE (ex-1.0.5.tar.gz) = 318246
--- ossp-ex_1.0.4-1.0.5.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list