Age | Commit message (Collapse) | Author | Files | Lines |
|
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
|
Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
|
|
After this version, gnome-icon-theme is merged with
gnome-icon-theme-symbolic and renamed to adwaita-icon-theme.
3.11.92
- semi starred icon (bug #689098)
- better fir for Files and save/open icons
- addon and repositories icons (bug #724669)
3.11.5
- scale gedit properly
- media-player cleanup
- make folder-download emblem more legible
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
|
|
|
|
Drop buildlink with gtk2, and set gtk-update-icon-cache as noop.
|
|
|
|
The main motivation is that index.theme now mentions "scalable"
directories, so symbolic icons have a chance of being found.
The licence has changed from GPL2 to CCBYSA3 and LGPL3.
Many icons were added, and a few have been removed:
- logviewer.png which is distributed by gnome-utils
- battery-charging.png which now has a variety of charging states
and some which can be replaced by more generic icons:
- palm-pilot-sync.png -> emblem-synchronizing.png
- palm-pilot.png -> pda.png
- visor.png -> pda.png
|
|
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
Wrap it in an if, so that the script isn't added twice (by both
gnome-icon-theme and hicolor-icon-them) which currently causes
a warning message.
|
|
hicolor-icon-theme.
XXX: probably they should both include another (mk/*?) file that
only defines this target once.
|
|
Based on patch by kre in PR 43769.
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
setting the BUILDLINK_DEPMETHOD.librsvg variable to "build".
Addresses final part of PR 43564 by David H. Gutteridge.
|
|
|
|
directory GNOME stopped using. Override two more start-here icons
with the NetBSD logo.
Bump PKGREVISION.
|
|
2.30.3
- add high resolution volume icons. bug #618021
2.30.2.1
- revert filename change for mail-mark-not(-)junk. bug #616954
- remove old ruby render script
- build system fixes
2.30.2
- tweaks to edit-delete
- publicshare folder to use same metaphor as emblem-shared
- new icon avatar-default to replace stock_person
- remove media-zip and jaz.
- lighten up displays and computers (bug #616325)
2.30.1
- re-add mail icons
- sharper print preview icons
- remove shadows form some 16x16s
- re-add text-x-preview (no clipping rectangle though) bug #615194
- nautilus app icon fixes
- new edit-delete metaphor (x). http://www.bomahy.nl/hylke/blog/remove-the-remove-icon/
2.30.0
- Bengali translation
- remove arrows from format-justify-*
2.29.3
- --enable-icon-mapping works (thanks Luca)
- edit-find and edit-find-replace finetuned
- redundant system-search tweaked rather than dropped for now
2.29.2
- bugfix: misplaced process-working
2.29.1
- added .pc file back bug #606245
- missing emoticons
- accessories-dictionary at 24x24px
- highres web-browser
- changes-prevent and changes-allow to replace stock-lock icons. bug #611480
- progress-working from 2.28
2.29.0
- initial release of the highres-laden icon theme
|
|
This switches to the gnome-2.28 release branch.
|
|
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
ChangeLog only says 'Up version to 2.26.0 for release', but lots seems
to have changed from 2.25.92.
|
|
2009-03-10 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.92 for release
2009-03-10 Rodney Dawes <dobey@gnome.org>
* 48x48/animations:
Add a 48x48 of the new process-working icon to finish off #558367
Fixes #558367
2009-03-10 Rodney Dawes <dobey@gnome.org>
* 48x48/actions/Makefile.am:
* 48x48/actions/appointment-new.png:
* 48x48/actions/mail-message-new.png:
* 48x48/actions/mail-send-receive.png:
Removed some duplicate icons that are old style
2009-02-17 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.91 for release
2009-02-11 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.90 for release
2009-01-26 Jakub Steiner <jimmac@ximian.com>
* process-working: replace the spinner. Addresses bug #558367
|
|
|
|
|
|
|