Commit graph

45 commits

Author SHA1 Message Date
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
587f08ff33 Remove some unneeded dependencies. Bump PKGREVISION. 2006-02-04 20:43:59 +00:00
wiz
d42fdee9ac Update to 0.62:
For Release 0.62
----------------

 - Support Mergeant MIME type (Rodrigo)
 - Build fixes (Rodrigo)
 - Fixed desktop file installation dir (Rodrigo)
 - Fixed #311572 (Rodrigo)
 - Adapted to libgda/libgnomedb 1.3.90 APIs (Vivien)
 - Updated translations:
         - en_CA (Adam)
         - fr (Christophe)
	 - nb (Kjartan)
	 - no (Kjartan)
	 - pt_BR (Raphael)
	 - vi (Clytie)
 - Added translations:
         - ne (Pawan)

For Release 0.61
----------------

 - Explicitly require libgda/libgnomedb-2.0 (Rodrigo)
 - Use GType for GObject-based classes, not guint (Vivien)

For Release 0.60
----------------
 - Added many command line arguments to specify Mergeant's
   start configuration (username, password, data source, etc) (Vivien)
 - Improved connection dialog (Vivien)
 - Display information about data types synonyms (Vivien)
 - Added an SQL console to direclty send SQL statements to the
   DBMS server (Vivien)
 - Removed bonobo dependencies (Vivien)
 - Merged the libmergeant library into Libgnomedb (Vivien)
 - Many GUI improvements (Rodrigo, Vivien)
 - Many, many small improvements and bug fixes
 - Updated translations
 - Added translations:
   	 - Lithuanian (Žygimantas Beručka)
	 - Kinyarwanda (Steve Murphy)
	 - Japanese (Takeshi AIHANA)
	 - Norwegian (Kjartan Maraas)
2006-02-04 17:03:30 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
rillig
5b152c4f92 Added compatibility patches for ISO C90. Approved by wiz. 2005-04-29 22:18:30 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
drochner
a39fba8c11 oops, forgot to "cvs add" these too 2005-02-25 17:50:48 +00:00
drochner
7399c9957c update the gnomedb frontend to 0.52
too many changes to list here, this pkg was really outdated
2005-02-24 19:18:57 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
546f691b59 Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3. 2004-03-11 14:02:20 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
9e27057089 bl3ify, add explicit dependencies on everything used directly by this package
and use pkgsrc intltool.
2004-02-20 12:39:31 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
c044c82d67 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:02:15 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
jmmv
45a67c9395 Bump PKGREVISION to 2, due to libgda/libgnomedb updates.
Add explicit dependancy on pkgconfig.
2003-09-11 12:41:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
5dc3364b5a Update to 0.12.1:
For Release 0.12.1
------------------
 - Added missing plugins directory to spec file (adam)
 - Fixed crash in #113623 (rodrigo)
 - Fixed main window resizing problems (rodrigo)
 - Updated translations:
        - fr (redfox)

For Release 0.12
----------------
 - Fixed UTF8 strings displaying (gonzalo)
 - Some documentation fixes (cj)
 - HIG-ify .desktop file (rodrigo)
 - HIG-ify preferences dialog (rodrigo)
 - Made menus to be disabled instead of hidden, as suggested in the
   HIG (rodrigo)
 - Made plugins install directory FHS compliant (frederic)
 - Updated translations:
        - ca (pablo)
	- cs (mitr)
        - fa (roozbeh)
	- fr (redfox)
	- nl (adrighem)
	- pt (dnloreto)
	- sv (menthos)

For Release 0.11
----------------
 - Spec file fixes (yanko)
 - Fixed #105178 (rodrigo)
 - Fixed #103094 (rodrigo)
 - Use new libgnomedb stock icons (rodrigo)
 - Made settings dialog look like Nautilus's preferences (rodrigo)
 - Added missing features to GConf-oriented GtkEntry's (rodrigo)
 - Updated translations:
	- am (yacob)
	- cs (mitr)
	- es (pablodc)
	- nl (adrighem)
	- pl (chyla)
	- pt (dnloreto)
	- pt_BR (evandrofg)
	- sv (menthos)
	- uk (rasta)
	- vi (pablo)
2003-06-10 14:21:25 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
8a643f1b54 It's databases, not database in CATEGORIES. 2003-04-25 20:20:34 +00:00
jmmv
68e0ebb52c Fix MASTER_SITES, pointed out by Robert Elz in PR pkg/20466.
Switch to use the .tar.bz2 distfile as most GNOME2 packages (suggested in
the same PR).
2003-02-22 10:32:50 +00:00
salo
3eabb6608c Initial import of mergeant-0.10.0: GNOME2 GNOME-DB database front-end
Mergeant is a GTK2/GNOME2 font-end for GNOME-DB database administrators and
database application developers. It uses libgda/libgnomedb as the backend to
access databases, so it can work with almost any database engine (mysql,
postgresql, xml, etc...)"

Partialy replaces obsoleted databases/gnome-db.
2003-02-21 11:58:55 +00:00