Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Been sitting on this patch for ages. No objection in PR pkg/44541.
|
|
|
|
|
|
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.
|
|
|
|
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
* Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
real GNU sed is required.
* In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
|
|
|
|
|
|
|
|
(https://bugzilla.gnome.org/show_bug.cgi?id=640923)
to fix a possible buffer overflow in the dvi backend
The dvi backend is only built with the (non-default) "dvi" option.
bump PKGREV
|
|
|
|
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to
properly recompile the GSettings database during install/deinstall.
Bump PKGREVISION for these packages.
(This lets evince work in my machine; it would crash on startup because
it would not find its schema. I suspect this also fixes all the other
applications mentioned in this change. And the inclusion of schemas.mk
also prevents these packages from causing side-effects on the system if
they happen to call glib-compile-schemas during their build.)
|
|
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
apply to pkgs built with the non-default "dvi" option, a unique
PKGNAME helps to identify the version if needed
|
|
(CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643)
The dvi backend is only built with the (non-default) "dvi" option.
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
|
|
|
|
|
|
This switches to the gnome-2.30 release branch.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
|
|
changes:
-fixes (printing, documentation)
-translation updates
|
|
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
|
|
|
|
|
|
================
Evince 2.26.2
================
Bug fixes:
* Fix build with poppler without cairo support (#582543, Carlos
Garcia Campos)
* Abort dnd operations originated in the same Evince window
(#582077, Carlos Garcia Campos)
* Correct check for exit status of commands in comics backend
(#579656, Juanjo Marín)
* Add -no-undefined flag for Cygwin build (#580058, Yaakov Selkowitz)
Translation updates:
* Γιάννης Κατσαμπίρης (el)
* Jorge Gonzalez (es)
|
|
changes:
-bugfixes
-translation updates
|
|
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.
|