pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc More readline-6.0 stragglers.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6e5efef45f0
branches: trunk
changeset: 393397:b6e5efef45f0
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 20 01:09:12 2009 +0000
description:
More readline-6.0 stragglers.
diffstat:
databases/libgda-mysql/Makefile | 3 ++-
databases/libgda-postgres/Makefile | 4 ++--
editors/abiword-plugins/Makefile | 4 +++-
graphics/gnuplot-nox11/Makefile | 3 ++-
sysutils/bacula-clientonly/Makefile | 3 ++-
sysutils/bacula-doc/Makefile | 3 ++-
sysutils/bacula-gnome-console/Makefile | 3 ++-
sysutils/bacula-qt-console/Makefile | 3 ++-
sysutils/bacula-tray-monitor/Makefile | 3 ++-
sysutils/bacula-wx-console/Makefile | 3 ++-
10 files changed, 21 insertions(+), 11 deletions(-)
diffs (138 lines):
diff -r f48ae0773b24 -r b6e5efef45f0 databases/libgda-mysql/Makefile
--- a/databases/libgda-mysql/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/databases/libgda-mysql/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/20 01:09:12 wiz Exp $
#
LIBGDA_PROVIDER= mysql
@@ -6,6 +6,7 @@
.include "../../databases/libgda/Makefile.common"
+PKGREVISION= 1
CONFIGURE_ARGS+= --with-=mysql
.include "../../mk/mysql.buildlink3.mk"
diff -r f48ae0773b24 -r b6e5efef45f0 databases/libgda-postgres/Makefile
--- a/databases/libgda-postgres/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/databases/libgda-postgres/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2008/07/14 12:56:00 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/05/20 01:09:12 wiz Exp $
#
LIBGDA_PROVIDER= postgres
-PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/libgda/Makefile.common"
+PKGREVISION= 2
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"
diff -r f48ae0773b24 -r b6e5efef45f0 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/editors/abiword-plugins/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.29 2009/04/08 06:20:32 hasso Exp $
+# $NetBSD: Makefile,v 1.30 2009/05/20 01:09:12 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../editors/abiword/Makefile.common"
DISTNAME= abiword-plugins-${ABIWORD_VERSION}
+PKGREVISION= 1
+
COMMENT= Plugins enhancing Abiword's capabilities
DISTFILES= ${DEFAULT_DISTFILES}
diff -r f48ae0773b24 -r b6e5efef45f0 graphics/gnuplot-nox11/Makefile
--- a/graphics/gnuplot-nox11/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/graphics/gnuplot-nox11/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/05/20 01:09:12 wiz Exp $
#
PKGNAME= ${DISTNAME:C/-/-nox11-/}
+PKGREVISION= 1
SVR4_PKGNAME= gplot
CONFLICTS+= gnuplot-[0-9]*
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-clientonly/Makefile
--- a/sysutils/bacula-clientonly/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-clientonly/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2009/05/15 10:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.13 2009/05/20 01:09:12 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
+PKGREVISION= 1
COMMENT= The Network Backup Solution (client only)
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-doc/Makefile
--- a/sysutils/bacula-doc/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-doc/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2009/05/15 10:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.20 2009/05/20 01:09:12 wiz Exp $
DISTNAME= bacula-docs-3.0.1
PKGNAME= ${DISTNAME:S/docs/doc/}
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
EXTRACT_SUFX= .tar.bz2
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-gnome-console/Makefile
--- a/sysutils/bacula-gnome-console/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-gnome-console/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2008/11/21 15:30:40 adam Exp $
+# $NetBSD: Makefile,v 1.19 2009/05/20 01:09:12 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-console-/}
+PKGREVISION= 1
COMMENT= Gnome console for Bacula - The Network Backup Solution
CATEGORIES+= gnome
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-qt-console/Makefile
--- a/sysutils/bacula-qt-console/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-qt-console/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/16 08:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/20 01:09:12 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-qt-console-/}
+PKGREVISION= 1
COMMENT= Qt-based console for Bacula - The Network Backup Solution
PKG_DESTDIR_SUPPORT= user-destdir
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-tray-monitor/Makefile
--- a/sysutils/bacula-tray-monitor/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-tray-monitor/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2009/05/16 07:48:45 adam Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/20 01:09:12 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-tray-monitor-/}
+PKGREVISION= 1
COMMENT= System tray monitor for Bacula - The Network Backup Solution
PKG_DESTDIR_SUPPORT= user-destdir
diff -r f48ae0773b24 -r b6e5efef45f0 sysutils/bacula-wx-console/Makefile
--- a/sysutils/bacula-wx-console/Makefile Wed May 20 01:00:53 2009 +0000
+++ b/sysutils/bacula-wx-console/Makefile Wed May 20 01:09:12 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/11/21 15:30:40 adam Exp $
+# $NetBSD: Makefile,v 1.11 2009/05/20 01:09:13 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-wx-console-/}
+PKGREVISION= 1
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
PKG_DESTDIR_SUPPORT= user-destdir
Home |
Main Index |
Thread Index |
Old Index