pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbegemot Update to 1.11, provided by Hans Rose...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1ddb4904bb8
branches:  trunk
changeset: 524575:c1ddb4904bb8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 27 12:01:01 2007 +0000

description:
Update to 1.11, provided by Hans Rosenfeld on pkgsrc-users.

2005-05-31  Harti Brandt

        * Remove clauses 3 and 4 from the copyright sections.

2002-09-03  Hartmut Brandt

        * Keep the patch level in the directory and tar name, but
        leave it out from the rpm package name. Always bump patch
        level and rpm revision together.

2002-09-02  Hartmut Brandt

        * Makefile.in: use $(LIBTOOL) to refer to libtool. Work
        around a problem with top_builddir.

        * libbegemot.spec: new file to create RPM packages. Kindly
        contributed by Eric Moret.

2002-08-30  Hartmut Brandt

        * convert configure.in to configure.ac for new autoconfig.

        * prstat.c: add a number of fields for *BSD.

diffstat:

 devel/libbegemot/Makefile         |  10 +++++-----
 devel/libbegemot/PLIST            |   4 ++--
 devel/libbegemot/distinfo         |  11 +++++------
 devel/libbegemot/patches/patch-aa |  16 ++++++++--------
 devel/libbegemot/patches/patch-ab |  13 -------------
 5 files changed, 20 insertions(+), 34 deletions(-)

diffs (108 lines):

diff -r f2bee45f25f0 -r c1ddb4904bb8 devel/libbegemot/Makefile
--- a/devel/libbegemot/Makefile Sat Jan 27 11:08:57 2007 +0000
+++ b/devel/libbegemot/Makefile Sat Jan 27 12:01:01 2007 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:16 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/01/27 12:01:01 wiz Exp $
 #
 
-DISTNAME=      libbegemot-1.9
-PKGREVISION=   2
+DISTNAME=      libbegemot-1.11
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
+MASTER_SITES=  http://people.freebsd.org/~harti/libbegemot/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    packages%grumpf.hope-2000.org@localhost
 COMMENT=       Base development library, contains useful routines
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake
 
 .include "../../mk/bsd.pkg.mk"
diff -r f2bee45f25f0 -r c1ddb4904bb8 devel/libbegemot/PLIST
--- a/devel/libbegemot/PLIST    Sat Jan 27 11:08:57 2007 +0000
+++ b/devel/libbegemot/PLIST    Sat Jan 27 12:01:01 2007 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2005/08/20 19:36:58 kristerw Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/01/27 12:01:01 wiz Exp $
 include/begemot.h
 include/rpoll.h
 lib/libbegemot.la
+man/man3/begemot-Intro.3
 man/man3/begemot-bug.3
 man/man3/begemot-cstrc.3
 man/man3/begemot-cstrd.3
@@ -38,4 +39,3 @@
 man/man3/begemot-xfree.3
 man/man3/begemot-xrealloc.3
 man/man3/begemot-xstrsave.3
-man/man3/begemot-Intro.3
diff -r f2bee45f25f0 -r c1ddb4904bb8 devel/libbegemot/distinfo
--- a/devel/libbegemot/distinfo Sat Jan 27 11:08:57 2007 +0000
+++ b/devel/libbegemot/distinfo Sat Jan 27 12:01:01 2007 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:17 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/01/27 12:01:01 wiz Exp $
 
-SHA1 (libbegemot-1.9.tar.gz) = f43b9ca4b41e1d6048538c5e0eba7aadbe66ba55
-RMD160 (libbegemot-1.9.tar.gz) = 39ab5ef644775dd686e82fa0a10d0454c52d39fe
-Size (libbegemot-1.9.tar.gz) = 116847 bytes
-SHA1 (patch-aa) = 684a2949302b0fd12475a99dc4a73824ed57377d
-SHA1 (patch-ab) = 168a8be52cb00f392303acca5bfdfbe9c29165c1
+SHA1 (libbegemot-1.11.tar.gz) = 8b0a0b70e82b19333517c3483e8f76911ad2ab8d
+RMD160 (libbegemot-1.11.tar.gz) = 43d1a5d8b27349d15d5aa70e38ac2ed464a06daf
+Size (libbegemot-1.11.tar.gz) = 266310
+SHA1 (patch-aa) = 89d890511a196fab7b1bd659e869a1067bd6cfb7
diff -r f2bee45f25f0 -r c1ddb4904bb8 devel/libbegemot/patches/patch-aa
--- a/devel/libbegemot/patches/patch-aa Sat Jan 27 11:08:57 2007 +0000
+++ b/devel/libbegemot/patches/patch-aa Sat Jan 27 12:01:01 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+$NetBSD: patch-aa,v 1.2 2007/01/27 12:01:01 wiz Exp $
 
---- Makefile.in        2002/05/16 15:32:51     1.1
-+++ Makefile.in        2002/05/16 15:33:21
-@@ -28,7 +28,7 @@
+--- Makefile.in.orig   2005-06-01 09:50:27.000000000 +0200
++++ Makefile.in        2007-01-26 12:07:26.000000000 +0100
+@@ -69,7 +69,7 @@
  
  # manual section suffix. If you change this, you must also change the
  # section prefixes in the man files also.
@@ -11,12 +11,12 @@
  
  # source files
  SRC = panic.c xalloc.c xrealloc.c prstat.c strsave.c xstrsave.c warn.c \
-@@ -84,7 +84,7 @@
-               $(INSTALL_DATA) $$file $(includedir) ;\
+@@ -125,7 +125,7 @@
+               $(INSTALL_DATA) $$file $(DESTDIR)$(includedir) ;\
        done
        for file in $(MSRC) ; do \
--              $(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/$$file.$(MSECT) ;\
-+              $(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/begemot-$$file.$(MSECT) ;\
+-              $(INSTALL_DATA) $(srcdir)/$$file.man $(DESTDIR)$(mandir)/man$(MSECT)/$$file.$(MSECT) ;\
++              $(INSTALL_DATA) $(srcdir)/$$file.man $(DESTDIR)$(mandir)/man$(MSECT)/begemot-$$file.$(MSECT) ;\
        done
  
  clean:
diff -r f2bee45f25f0 -r c1ddb4904bb8 devel/libbegemot/patches/patch-ab
--- a/devel/libbegemot/patches/patch-ab Sat Jan 27 11:08:57 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/05/24 00:24:30 kristerw Exp $
-
---- begemot.h.in.orig  2004-05-24 02:21:36.000000000 +0200
-+++ begemot.h.in       2004-05-24 02:22:09.000000000 +0200
-@@ -25,7 +25,7 @@
- # endif
- 
- # if defined(__GNUC__)
--#  if __GNUC__ >= 2 && __GNUC_MINOR__ >= 5
-+#  if (__GNUC__ == 2 && __GNUC_MINOR__ >= 5) || __GNUC__ > 2
- void panic(const char *, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
- void bug(const char *, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
- void warn(const char *, ...) __attribute__ ((format(printf, 1, 2)));



Home | Main Index | Thread Index | Old Index