Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2005 13:37:51 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86863: Update port: devel/ossp-al to 0.9.3
Message-ID:  <20051003103751.GA86072@sinanica.bg.datamax>
Resent-Message-ID: <200510031040.j93AeNK9064137@freefall.freebsd.org>

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

>Number:         86863
>Category:       ports
>Synopsis:       Update port: devel/ossp-al to 0.9.3
>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 10:40:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update devel/ossp-al from 0.9.1 to 0.9.3:
* remove useless PORTEPOCH=0
* take maintainership
* fix irritating configure warning (although it is harmless)
* add wrap-target to package's internal `check' target
* remove files/patch-ts.c, problem was fixed in the main source

>How-To-Repeat:

>Fix:

--- ossp-al_0.9.1-0.9.3.diff begins here ---
diff -urN --exclude=CVS /usr/ports/devel/ossp-al/Makefile ossp-al/Makefile
--- /usr/ports/devel/ossp-al/Makefile	Thu Jun  2 02:20:38 2005
+++ ossp-al/Makefile	Mon Oct  3 13:31:16 2005
@@ -8,24 +8,26 @@
 #
 
 PORTNAME=	al
-PORTVERSION=	0.9.1
-PORTREVISION=	2
-PORTEPOCH=	0
+PORTVERSION=	0.9.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
 PKGNAMEPREFIX=	ossp-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vd@datamax.bg
 COMMENT=	Defines an abstract type of buffer that can move data without copying
 
 LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
 USE_LIBTOOL_VER=15
 INSTALLS_SHLIB=	yes
+
+check: build
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
 .include <bsd.port.pre.mk>
 
diff -urN --exclude=CVS /usr/ports/devel/ossp-al/distinfo ossp-al/distinfo
--- /usr/ports/devel/ossp-al/distinfo	Fri Jan 30 13:16:24 2004
+++ ossp-al/distinfo	Mon Oct  3 13:18:23 2005
@@ -1,2 +1,2 @@
-MD5 (al-0.9.1.tar.gz) = eba90e56fe7248466b66306a65868ae7
-SIZE (al-0.9.1.tar.gz) = 209067
+MD5 (al-0.9.3.tar.gz) = ef943a29d1fb89ed4fd5556844cbc542
+SIZE (al-0.9.3.tar.gz) = 320510
diff -urN --exclude=CVS /usr/ports/devel/ossp-al/files/patch-ts.c ossp-al/files/patch-ts.c
--- /usr/ports/devel/ossp-al/files/patch-ts.c	Tue Apr 13 19:37:53 2004
+++ ossp-al/files/patch-ts.c	Thu Jan  1 02:00:00 1970
@@ -1,14 +0,0 @@
---- ts.c.orig	Tue Apr 13 18:08:17 2004
-+++ ts.c	Tue Apr 13 18:12:43 2004
-@@ -202,7 +202,11 @@
- 
-     if (format == NULL)
-         return NULL;
-+#ifdef __amd64__
-+    va_copy(ap2,ap);
-+#else
-     ap2 = ap;
-+#endif
-     if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1)
-         return NULL;
-     if ((buffer = (char *)malloc(n+1)) == NULL)
--- ossp-al_0.9.1-0.9.3.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?20051003103751.GA86072>