Commit graph

186 commits

Author SHA1 Message Date
jlam
969ea200ce There is no more "native" BDB_TYPE. It's just "db1" now. 2004-11-17 15:43:00 +00:00
sketch
bc77469c8a Use ${VARBASE} instead of hardcoding /var. 2004-11-10 14:49:36 +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
minskim
2c0cd73268 Use ${VARBASE} instead of /var. 2004-07-05 16:17:09 +00:00
minskim
e3c666f6e8 - Replace USE_X11BASE with USE_X11 and do not create a symlink in
LOCALBASE.
- Remove unnecessary references to X11BASE and LOCALBASE.
- Enable pkgviews installation.

OK'ed by tron@, the maintainer.
2004-05-10 17:46:28 +00:00
snj
52416161af Convert to buildlink3. 2004-05-05 02:26:41 +00:00
danw
7ce35c99b8 make this build with recent versions of zlib 2004-05-04 03:54:51 +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
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
ec4db654ac Support using BDB_TYPEs other than native. 2004-03-12 21:33:28 +00:00
jlam
4d54cd0d68 buildlink3.mk files shouldn't include buildlink2.mk files. 2004-03-12 21:20:16 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +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
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
5fe8866e38 Rename some installed pixmaps so that this does not conflict with libgnomeui.
Bump PKGREVISION to 2.  Found by wiz@.
2004-02-18 11:56:02 +00:00
jmmv
c97fed2499 Remove etc/sound/events and etc/sound iff they are emtpy, since they may be
shared with some other gnome2 packages in some scenarios.
2004-02-18 11:25:36 +00:00
jlam
3ebe053d90 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:49 +00:00
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
fec0fca84f Match db/buildlink*.mk handling from buildlink2.mk. 2004-01-22 13:53:17 +00:00
jlam
245f2879c2 bl3ify 2004-01-22 13:32:32 +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
wiz
b7eb2be52f pkglint: no consecutive empty lines. 2003-10-29 15:35:51 +00:00
gavan
5ad0624037 Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris. 2003-10-29 10:40:53 +00:00
drochner
3070b67721 update to 1.4.2
didn't find a useful changelog, most likely it is a bugfix release only;
I'm only touching it because newer gnomemm/gnome-- want it, and
gnomemm/gnome-- needs to be fixed to compile with gcc3
2003-09-12 16:12:01 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
7fe1fe9f87 Line up PKGREVISION whitespace. 2003-05-05 14:41:54 +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
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
cdc72f53c1 Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to not
remove them).  Bump PKGREVISION.
2003-01-30 11:14:42 +00:00
jmmv
2e69474c3d Move documentation installed under share/gtk-doc/html to share/doc/html.
Also avoid possible detection of gtk-doc.
Bump PKGREVISION to 2.
2003-01-14 21:41:07 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
jlam
91656d45e8 Use new db-1.85-handling in databases/db/buildlink2.mk instead of the weird
replacement of "-ldb" in the configure script.
2002-11-18 20:51:21 +00:00
bouyer
7af377bb62 test -e doesn't work on solaris, use test -f 2002-10-23 17:09:39 +00:00
bouyer
4f03193a13 Gnome needs db2 on solaris, add databases/db/buildlink2.mk 2002-10-23 17:09:10 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
e8a08c3fc3 Unused. 2002-10-08 18:51:36 +00:00
jlam
569f4d898d IDL files must be added to BUIDLINK_FILES because the IDL files are
compiled using orbit-idl, which uses the C preprocessor to do its work, and
the C preprocessor has it's arguments transformed (correctly) by
buildlink2.
2002-09-23 19:57:28 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
tron
e763010bd8 Remove another instance of bogus Linux symbol handling to fix build
problems under NetBSD-current.
2002-08-01 13:25:54 +00:00
rh
5370584322 Add IDL includes to buildlinked files 2002-07-14 01:11:42 +00:00
agc
4533947f0f Don't try to install a file which hasn't been generated. Sync PLIST. 2002-07-01 10:10:00 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
wiz
28a76a6c45 Some packages like glib2, atk, etc., also use share/gtk-doc/html, so
don't remove the directory unconditionally.
2002-05-08 14:22:15 +00:00