diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-27 12:01:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-27 12:01:01 +0000 |
commit | d1e3e30157be4a6ada7b5a0c5e161580e3e9c04f (patch) | |
tree | 8ea6bc7f48f311ea4258b2c910fc6435dbaf72af /devel/libbegemot | |
parent | bb6ad10e17ffcdafbbc8fd75b02ec8b30e18d9c3 (diff) | |
download | pkgsrc-d1e3e30157be4a6ada7b5a0c5e161580e3e9c04f.tar.gz |
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 (limited to 'devel/libbegemot')
-rw-r--r-- | devel/libbegemot/Makefile | 10 | ||||
-rw-r--r-- | devel/libbegemot/PLIST | 4 | ||||
-rw-r--r-- | devel/libbegemot/distinfo | 11 | ||||
-rw-r--r-- | devel/libbegemot/patches/patch-aa | 16 | ||||
-rw-r--r-- | devel/libbegemot/patches/patch-ab | 13 |
5 files changed, 20 insertions, 34 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index feb61def0ea..1387954bb16 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -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 +MAINTAINER= packages@grumpf.hope-2000.org COMMENT= Base development library, contains useful routines GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" diff --git a/devel/libbegemot/PLIST b/devel/libbegemot/PLIST index 8fcb5a60ce3..4a62a94bc06 100644 --- a/devel/libbegemot/PLIST +++ b/devel/libbegemot/PLIST @@ -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-xalloc.3 man/man3/begemot-xfree.3 man/man3/begemot-xrealloc.3 man/man3/begemot-xstrsave.3 -man/man3/begemot-Intro.3 diff --git a/devel/libbegemot/distinfo b/devel/libbegemot/distinfo index 476b178bfc4..82cd1de5d21 100644 --- a/devel/libbegemot/distinfo +++ b/devel/libbegemot/distinfo @@ -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 --git a/devel/libbegemot/patches/patch-aa b/devel/libbegemot/patches/patch-aa index 59c7940fc91..1662578d466 100644 --- a/devel/libbegemot/patches/patch-aa +++ b/devel/libbegemot/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $ # 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 --git a/devel/libbegemot/patches/patch-ab b/devel/libbegemot/patches/patch-ab deleted file mode 100644 index 15c97214909..00000000000 --- a/devel/libbegemot/patches/patch-ab +++ /dev/null @@ -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))); |