Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2000 13:06:52 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16963: Update port: devel/uclmmbase to 1.1.2
Message-ID:  <200002242106.NAA27564@freefall.freebsd.org>

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

>Number:         16963
>Category:       ports
>Synopsis:       Update port: devel/uclmmbase to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 24 13:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE
>Organization:
>Environment:
>Description:
- Update to version 1.1.2

Remove file:
patches/patch-ab  patches/patch-ac

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/uclmmbase/Makefile devel/uclmmbase/Makefile
--- /usr/ports/devel/uclmmbase/Makefile	Sun Jan 30 08:14:39 2000
+++ devel/uclmmbase/Makefile	Fri Feb 25 05:28:12 2000
@@ -1,22 +1,20 @@
 # New ports collection makefile for:	uclmmbase
-# Version required:			1.0.9
+# Version required:			1.1.2
 # Date created:				Thanksgiving Day, 1999
 # Whom:	      				Garrett Wollman <wollman@lcs.mit.edu>
 #
 # $FreeBSD: ports/devel/uclmmbase/Makefile,v 1.2 2000/01/29 21:43:48 steve Exp $
 #
 
-DISTNAME=	common-1.0.9
-PKGNAME=	uclmmbase-1.0.9
+DISTNAME=	common-1.1.2
+PKGNAME=	uclmmbase-1.1.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
 
 MAINTAINER=	ports@FreeBSD.org
 
 WRKSRC=		${WRKDIR}/common
-HAS_CONFIGURE=	yes
-CONFIGURE_ENV=	CC='${CC}' LOCALBASE='${LOCALBASE}' OPTIMIZE='${CFLAGS}'
-CONFIGURE_ARGS=	-optimize
+GNU_CONFIGURE=	yes
 
 RESTRICTED=	"Contains DES cryptography."
 
@@ -25,7 +23,7 @@
 		rtp.h util.h version.h
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib/libuclmmbase.a
+	${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib
 	@${MKDIR} ${PREFIX}/include/uclmmbase
 .for file in ${INSTALL_HDRS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/uclmmbase
diff -urN /usr/ports/devel/uclmmbase/files/md5 devel/uclmmbase/files/md5
--- /usr/ports/devel/uclmmbase/files/md5	Wed Jan 26 14:56:05 2000
+++ devel/uclmmbase/files/md5	Fri Feb 25 04:52:35 2000
@@ -1 +1 @@
-MD5 (common-1.0.9.tar.gz) = dff003f6b8a2f1bcb91262e45358e4b4
+MD5 (common-1.1.2.tar.gz) = 118294f74bfcda5be1e1948958ba34f1
diff -urN /usr/ports/devel/uclmmbase/patches/patch-ab devel/uclmmbase/patches/patch-ab
--- /usr/ports/devel/uclmmbase/patches/patch-ab	Mon Feb 21 08:14:33 2000
+++ devel/uclmmbase/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,28 +0,0 @@
---- configure.orig	Fri Oct 15 04:31:00 1999
-+++ configure	Sat Feb 19 10:37:29 2000
-@@ -53,7 +53,7 @@
- 
- echo "Configuring common code library v$VERSION for $OSTYPE"
- 
--GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes -Werror"
-+GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes"
- DEFS=""
- 
- AR="ar"
-@@ -99,13 +99,13 @@
- 	    PROFILE="-pg"
- 	    ECHO="echo -e"
-             ;;
--  FreeBSD ) CC="gcc"
-+  FreeBSD ) CC="${CC}"
-             WFLAGS=$GCCWFLAGS
--	    INCLUDE="-I/usr/local/include"
-+	    INCLUDE="-I${LOCALBASE}/include"
- 	    LDLIBS="-lm"
- 	    DEBUG="-g"
- 	    CHAR="-fsigned-char"
--	    OPTIMIZE="-O4"
-+	    OPTIMIZE="${OPTIMIZE}"
- 	    PROFILE="-pg"
- 	    ECHO=/bin/echo
-             ;;
diff -urN /usr/ports/devel/uclmmbase/patches/patch-ac devel/uclmmbase/patches/patch-ac
--- /usr/ports/devel/uclmmbase/patches/patch-ac	Mon Feb 21 06:03:00 2000
+++ devel/uclmmbase/patches/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- config_unix.h.orig	Sat Feb 19 10:33:34 2000
-+++ config_unix.h	Sat Feb 19 10:35:01 2000
-@@ -106,7 +106,7 @@
- #define max(a, b)	(((a) > (b))? (a): (b))
- #define min(a, b)	(((a) < (b))? (a): (b))
- 
--#ifdef NEED_IN_ADDR_T
-+#if defined(NEED_IN_ADDR_T) && !(defined(__FreeBSD__) && defined(__alpha__))
- typedef unsigned long   in_addr_t;
- #endif
- 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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