wiz
393af94024
Add RMD160 checksums to the SHA1 ones.
2005-02-23 17:36:09 +00:00
jmmv
25ab654d47
Fix multiple useless C99isms. Should fix the build with GCC 2.95.
...
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build.
While here, commit an update that has been laying here for a while.
This should depend on the latest gtk2 to avoid a deadlock when using
SVG themes. So bump PKGREVISION to 1.
2005-01-13 19:51:19 +00:00
jmmv
50e61f2766
Conflict with gnome-themes-extras<0.8.
2004-12-28 22:41:53 +00:00
jmmv
c17898619e
Update to 2.6.0:
...
Overview of Changes in 2.6.0 (since 2.2.0)
==========================================
* Autogen.sh updates [ James Henstridge ]
* Pixbuf Engine Moved to GTK+ 2.6 [ Matthias Clasen ]
* Remove old Pixbuf, and Notif Sources [ Thomas Wood ]
* Add COPYING.GPL/COPYING.LGPL [ Thomas ]
* Rewrite/Cleanup Redmond95 Engine [ Andrew Johnson ]
* Replace Redmond95 Theme with Redmond Theme [ Andrew ]
* Revise Engine/Theme Build Layout [ Andrew/Thomas ]
* Add Crux Engine and Theme [ Andrew, Thomas ]
* Add HC Engine [ Andrew, Thomas ]
* Add Industrial Engine and Theme [ Andrew, Thomas]
* Add LightHouseBlue Engine and Theme [ Andrew, Thomas ]
* Add Mist Engine and Theme [ Andrew, Thomas ]
* Add Smooth Engine [ Andrew, Thomas ]
* Add ThinIce Engine and Theme [ Andrew, Thomas ]
* Improve Smooth/Redmond/Industrial Engines for RTL Locales [ Andrew ]
* Update README, add COPYING list of licences [ Andrew ]
2004-12-24 10:07:23 +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
snj
f2eda1bb71
No longer used.
2004-05-15 21:12:45 +00:00
recht
529c7594d8
after jmmv's glib2 fixes patch-aa isn't needed anymore
2004-05-09 10:12:08 +00:00
wiz
3017caecb9
The buildlink2 framework does nothing with .pc files -- remove them
...
from the buildlink2.mk files.
2004-04-15 00:49:29 +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
tron
f2bf0fe5d4
Add conflicts with each other to the "gtk-engines" and the "gtk2-engines"
...
package because they installed identical files into the same directory.
2004-04-05 13:27:00 +00:00
recht
1ce3746036
Fix a problem with the "redmond" engine which was missing the gtk2 symbols.
...
Bump the PKGREVISION to 7 for this change.
2004-04-04 22:44:06 +00:00
jmmv
1c09e730a8
Bump PKGREVISION to 6 and fix paths to installed files, due to the update
...
of GTK+ to 2.4.
2004-04-01 19:02:34 +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
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
ab17dd00b3
PKGCONFIG_OVERRIDE is relative to WRKSRC.
2004-02-14 18:26:26 +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
xtraeme
a917c04a0e
bl3ify
2004-02-11 07:11:28 +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
391b5798e6
Bump PKGREVISION for atk library major bump.
2003-12-13 00:45:21 +00:00
jmmv
f3f12ec1fb
Initial version of buildlink2.mk.
2003-07-23 15:40:52 +00:00
jmmv
973474ee3e
Use PKGCONFIG_OVERRIDE. Explicitly include pkgconfig's buildlink2.mk.
2003-07-23 14:00:06 +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
8a555528c0
PKGREVISION goes after PKGNAME.
2003-05-05 19:05:05 +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
jmmv
07b8b599db
Update to 2.2.0. Changes since 1.9.0:
...
* Add a .pc file [Seth Nickell]
* Various crash fixes [Luca Barbato, Hongli Lai, Shivaram Upadhyayula,
Peter Zelezny]
* Build fixes [Havoc Pennington]
* Metal theme drawing improvements [Owen Taylor]
* Improve installation docs [Owen, Piotr Sawuk]
2003-01-18 10:49:33 +00:00
jmmv
bd39996e56
Fix PKGNAME: should be gtk2-engines, not gtk-engines. Pointed out in
...
PR pkg/19682 by Eric Gillespie.
2003-01-04 23:17:09 +00:00
wiz
a736fda51e
Fix PLIST for gtk2-2.2.0.
2003-01-04 22:26:34 +00:00
jmmv
502d4e2e0d
Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
...
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
d8262452c1
Bump PKGREVISION because of dependency on latest freetype2 or glib2
...
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
tron
39a943ad92
Replace "true" by "${TRUE}".
2002-12-09 16:01: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
rh
0bbc2816e9
Initial import of gtk-engines-1.9.0, a set of theme engines for gtk2.
...
Provided by Julio Merino <jmmv@hispabsd.org> in pkg/18206, with some
minor fixes by me.
2002-09-12 04:56:07 +00:00