2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-10-13 10:34:33 by Matthias Drochner | Files touched by this commit (3) |
Log message:
fix location of .pc file
|
2005-10-12 23:46:31 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 2.12.1:
* Improve architecture independence
-- bug #316200 (Stanislav Brabec)
* Fix permissions of some installed png files to not be executable
-- bug #316173 (Stanislav Brabec)
* Fix installation of media and emoticons to use gnome instead of hicolor
-- http://bugzilla.novell.com/show_bug.cgi?id=91387 (Rodney Dawes)
* Change the volume-knob icon in all sizes, and replace 48x48 with svg
-- bug #408160 (Jakub Steiner)
* Updated translations [bg, bn, eu]
|
2005-10-10 15:44:10 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 2.12.0:
Changes since 2.11.92
* Create icondir before installing into it and no / between destdir and icondir
(Tor Lillqvist)
* Install scalable application icons to hicolor
(Jakub Steiner)
* Make 48x48 filesystem icons be scalable again
-- bug #314346 (Jakub Steiner)
* Updated translations [cy, ru]
Changes since 2.11.91
* Add a generic image-viewer icon
-- bug #167087 (Jakub Steiner)
* Make 48x48 icons scalable so huge icons don't show up in menus
-- bug #313052 (Jakub Steiner)
* Remove Adobe logo from postscript-viewer icon
-- bug #313390 (Jakub Steiner)
* Remove Blender logo icons due to trademark issue (Jakub Steiner)
* Updated translations [id]
Changes since 2.11.90
* Remove icons or parts of icons as appropriate to remove trademarks
(Rodney Dawes)
* Remove KDE app info icons as the mime type is no longer used
(Rodney Dawes)
* Remove seagulls from OpenDocument mime type icons
-- bug #303599 (Jakub Steiner, Rodney Dawes)
* Add a DnD directory accept icon for 16px size
-- bug #306188 (Jakub Steiner)
* Remove 192px sized cdrom icon
-- bug #312099 (Jakub Steiner)
* Remove Firefox logo icon at 24px size
-- bug #312839 (Jakub Steiner)
* Updated translations [sr, sr@Latn, zh_TW]
Changes since 2.11.5
* Install image files required by symlinks so cp does not break on win32
(Rodney Dawes)
Changes since 2.11.4
* Add -f argument to $LN_S variable
-- bug #309635 (Rodney Dawes)
* Require automake 1.9 and use tar-ustar (Shaun McCance, Rodney Dawes)
Changes since 2.10.1
* More icons merged in from GPerfection theme (Jakub Steiner)
* More conversion of emblems to SVG (Jakub Steiner)
* New icon for Evolution (Jakub Steiner)
* Support for Win32 (Tor Lillqvist, Rodney Dawes)
* New stock_database icon at 16 and 24 px sizes
-- bug #132769 (Jakub Steiner)
* Fix python mime type icon
-- bug #167182 (Jakub Steiner)
* New and updated translations [gl, fa, rw, th, vi, xh, zh_TW]
|
2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
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-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
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-18 18:22:15 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 2.10.1:
* New OpenOffice.org MIME type icons -- bug #167296 (Jakub Steiner)
* Renamed gnome-fs-{locally-shared,share-private} to stock_shared-{by,to}-me
(Jakub Steiner)
* Updated translations [en_CA]
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|