pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libebml Updated to version 0.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02cbffbccf32
branches:  trunk
changeset: 481902:02cbffbccf32
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Oct 14 16:59:36 2004 +0000

description:
Updated to version 0.7.2

- migth as well just take maintainership

Changes:

- Fix for the compilation on Solaris.
- Redone the #if... hierarchy to be a bit less confusing.
- Remove the unsupported float80 support
- Allow building a DLL with MSVC7 (not compatible with the MinGW one)
- Proper description for the SHARED option.

diffstat:

 devel/libebml/Makefile      |  6 +++---
 devel/libebml/buildlink3.mk |  4 ++--
 devel/libebml/distinfo      |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 6eb51b189549 -r 02cbffbccf32 devel/libebml/Makefile
--- a/devel/libebml/Makefile    Thu Oct 14 16:43:15 2004 +0000
+++ b/devel/libebml/Makefile    Thu Oct 14 16:59:36 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2004/07/27 04:10:51 salo Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/14 16:59:36 salo Exp $
 #
 
-DISTNAME=      libebml-0.7.1
+DISTNAME=      libebml-0.7.2
 CATEGORIES=    devel
 MASTER_SITES=  http://dl.matroska.org/downloads/libebml/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
+MAINTAINER=    salo%NetBSD.org@localhost
 HOMEPAGE=      http://www.sourceforge.net/projects/ebml/
 COMMENT=       Extensible Binary Meta Language support library
 
diff -r 6eb51b189549 -r 02cbffbccf32 devel/libebml/buildlink3.mk
--- a/devel/libebml/buildlink3.mk       Thu Oct 14 16:43:15 2004 +0000
+++ b/devel/libebml/buildlink3.mk       Thu Oct 14 16:59:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/07/27 04:10:51 salo Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/10/14 16:59:36 salo Exp $
 #
 # This Makefile fragment is included by packages that use libebml.
 #
@@ -16,7 +16,7 @@
 BUILDLINK_PACKAGES+=   libebml
 
 .if !empty(LIBEBML_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libebml+=    libebml>=0.7.1
+BUILDLINK_DEPENDS.libebml+=    libebml>=0.7.2
 BUILDLINK_PKGSRCDIR.libebml?=  ../../devel/libebml
 .endif # LIBEBML_BUILDLINK3_MK
 
diff -r 6eb51b189549 -r 02cbffbccf32 devel/libebml/distinfo
--- a/devel/libebml/distinfo    Thu Oct 14 16:43:15 2004 +0000
+++ b/devel/libebml/distinfo    Thu Oct 14 16:59:36 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/07/27 04:10:51 salo Exp $
+$NetBSD: distinfo,v 1.6 2004/10/14 16:59:36 salo Exp $
 
-SHA1 (libebml-0.7.1.tar.bz2) = d80913a3d67a80ea69b77ca615d232b2f6792ed9
-Size (libebml-0.7.1.tar.bz2) = 50912 bytes
+SHA1 (libebml-0.7.2.tar.bz2) = cc875c160ca6c5742083fc4f486ed04e3ea56aa0
+Size (libebml-0.7.2.tar.bz2) = 51931 bytes
 SHA1 (patch-aa) = d7fd1b09caf78b86f1cf3d8d171a33c901f1d1b6



Home | Main Index | Thread Index | Old Index