Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 01:07:36 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/69784: [PATCH] textproc/libebml: update to 0.7.1
Message-ID:  <200407300507.i6U57afW066358@gentoo.ahze.net>
Resent-Message-ID: <200407300510.i6U5ANIY052320@freefall.freebsd.org>

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

>Number:         69784
>Category:       ports
>Synopsis:       [PATCH] textproc/libebml: update to 0.7.1
>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:   Fri Jul 30 05:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Update to 0.7.1
- Remove unneeded USE_GCC
- update master sites, old and new sources are being put in old/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libebml-0.7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/textproc/libebml/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	23 Jun 2004 16:06:00 -0000	1.10
+++ Makefile	30 Jul 2004 05:05:53 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	libebml
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://dl.matroska.org/downloads/libebml/ \
-		http://www.bunkus.org/videotools/mkvtoolnix/sources/
+		http://www.bunkus.org/videotools/mkvtoolnix/sources/old/
 
 MAINTAINER=	lioux@FreeBSD.org
 COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
@@ -35,19 +35,7 @@
 
 .include <bsd.port.pre.mk>
 
-# gcc 3.2 was available on 5.x before this OSVERSION
-# do not build gcc 3.3 unless necessary
-.if ${OSVERSION} < 501103
-# use gcc 3.2
-USE_GCC=3.2
-.else
-# default for 5.x series
-USE_GCC=3.3
-.endif
-
 .if ${OSVERSION} < 500000
-USE_GCC=2.95
-# this is gcc 2.x
 CFLAGS+= -DNO_WSTRING
 .endif
 
Index: distinfo
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/textproc/libebml/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	23 Jun 2004 16:06:00 -0000	1.6
+++ distinfo	30 Jul 2004 03:18:28 -0000
@@ -1,2 +1,2 @@
-MD5 (libebml-0.7.0.tar.bz2) = c6a440f1f3fa4a49243437cc03a70658
-SIZE (libebml-0.7.0.tar.bz2) = 49568
+MD5 (libebml-0.7.1.tar.bz2) = 9f777f392d4b50c28151f0bd4e23733e
+SIZE (libebml-0.7.1.tar.bz2) = 50912
--- libebml-0.7.1.patch ends here ---

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



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