Commit graph

170 commits

Author SHA1 Message Date
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
martin
7d558fd06a Fix patch-ay, which seems to have been merged completely wrong by the
last update. This prevents crashes when opening URLs (i.e. by selecting
"Open in browser" in the gnome-terminal context menu)
2002-05-05 22:52:12 +00:00
wiz
3635e13172 regen (patch-ac--) 2002-03-29 03:49:17 +00:00
windsor
40525732f1 tidy -- remove 0-byte file 2002-03-29 03:47:45 +00:00
rh
4a85856b14 Add config wrapper replacement rules for new include/gnome-1.0 subdirectory 2002-03-26 05:39:34 +00:00
rh
02e349d7b3 Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, and
new translations.
2002-03-24 19:53:40 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
drochner
b973ee4f33 share/idl belongs to ORBit, which we depend on, so don't @dirrm it 2002-02-14 14:33:02 +00:00
bjoern
a1d5f1dcd3 Spelling: libaries -> libraries 2002-01-01 15:31:59 +00:00
bjoern
ea6d572e05 Spelling: Libaries -> Libraries 2002-01-01 15:14:19 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
d3c8a9446d s/LIBART_CONFIG/ART_CONFIG/ so configure scripts find the buildlinked
version.
2001-10-21 19:41:16 +00:00
tron
82710020cb Fix a typo in the "configure" script which cause runtime library path
problems on systems which use "xpkwedge".
2001-10-12 13:29:39 +00:00
rh
e2c1905107 Don't derive GLIB_LDFLAGS from GTK_LDFLAGS as they may install in
different locations.  Fixes PRs 14133 and 14178.
2001-10-07 10:13:11 +00:00