summaryrefslogtreecommitdiff
path: root/print/libgnomecups/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-06-03Belatedly bump PKGREVISION for packages where the mass glib2 includedholland1-2/+2
fixes last month changed installed headers, excluding some that have already been bumped.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-04-07update to 0.2.3drochner1-4/+3
changes: -Cleanups and build fixes -fixes -Translation updates
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-04-15Need USE_PKGLOCAKEDIR, pointed out in PR 29966.obache1-2/+3
Bump PKGREVISION.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-07Needs msgfmt.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-10-16Update to 0.2.2:jmmv1-2/+2
* Fix confusion between http and ipp responses [#171533]
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 0.2.0:jmmv1-3/+3
2005-03-04 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : delete. 2005-02-17 Jody Goldberg <jody@gnome.org> http://mail.gnome.org/archives/gnome-print-list/2004-August/msg00023.html * libgnomecups/gnome-cups-printer.c (cups_get_dests) : copied from cups. (parse_lpoptions) : stripped down cupsGetDests that does not pull in ppds. (get_default) : Use parse_lpoptions in place of cupsGetDests. (check_exists) : delete. (gnome_cups_printer_get) : Just see if the list printer is in the list of known printers rather than using the defunct check_exists that would actually ping the printer. (get_ppd_uri_path) : new. (get_tmp_ppd_file) : new. (gnome_cups_printer_get_ppd) : 2005-02-17 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=157829 * libgnomecups/gnome-cups-request.c (idle_stop_unused_threads) : unlock before stopping the threads (close_unused_connection) : avoid deadlocks when already locked. 2005-01-06 Thomas Vander Stichele <thomas at apestaart dot org> * configure.in: error out if cups-config not found 2004-12-14 Jody Goldberg <jody@gnome.org> * configure.in : post releaes bump
2005-02-27Update to 0.1.14:jmmv1-2/+2
2004-11-16 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : Add a decl in the header. * libgnomecups/gnome-cups-printer.c (update_attributes) : disable the optimization that went directly to a printer when we knew it's host. This caused problems when the remote printer was not accessible, or for machines with unresolveable localnames (eg SuSE). People can re-enable it if they'd like (eg RedHat) by tweaking the magic global static variable go_directly_to_printer_when_possible. (_gnome_cups_printer_get_host) : ditto. 2004-10-27 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new (gnome_cups_printer_set_description) : s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/ (gnome_cups_printer_set_location) : ditto 2004-10-14 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=151218 * libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch minor leak. 2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au> * configure.in: Wrap the GETTEXT_PACKAGE string in quotes. Unbreaks the build. 2004-10-09 James Henstridge <james@jamesh.id.au> * acconfig.h, acinclude.m4: remove unnecessary autoconf/automake cruft. * libgnomecups/Makefile.am: don't set LDFLAGS variable, since it is meant to be a user variable. Don't define GNOMELOCALEDIR, since it is done in the configure script now. * configure.in: remove some macro calls that are unnecessary with newer versions of Automake. * autogen.sh: ask for Automake >= 1.7
2004-12-05Update to 0.1.13:jmmv1-3/+2
* More translations from Novell * Better handling of spaces in urls
2004-10-07Only use .la files in PLIST.tv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-09-21Initial import of libgnomecups, version 0.1.12:jmmv1-0/+23
Support library for Cups adminstration through GNOME.