Commit Graph

1286 Commits

Author SHA1 Message Date
ajacoutot
256d90190a More readable to me. 2010-07-13 13:02:47 +00:00
sebastia
048c27309a fix build on gcc-2.95 archs
OK ajacoutot@, landry@
2010-07-13 12:50:44 +00:00
ajacoutot
ec28345006 Fix MASTER_SITES, distfile moved to another directory. 2010-07-12 10:34:03 +00:00
kili
bbbb98de61 Enlarge the buffer used in svg_pathdump().
While here, switch to new-style wantlib.
2010-07-11 05:23:20 +00:00
ajacoutot
04358c9592 Enable polkit support.
Note that this is only a build_depends, if people don't use polkit, this
won't change anything, but it they do then the support files are there.

ok jasper@ robert@
2010-07-07 16:42:25 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
ajacoutot
61d8bcc996 Fix SO_PEERCRED fallout.
from Moritz Grimm.
2010-07-02 07:52:08 +00:00
ajacoutot
eebf14a545 Update to cups-1.4.4.
Fixes several security, scheduler, printing, and conformance issues.
2010-06-27 04:18:50 +00:00
kili
4eb670526b Adjust WANTLIB and bump.
Silence post-extract a little bit.

Enable regression tests.
2010-06-24 19:53:12 +00:00
kili
64333027b3 This is a helper port, used for fetching lilypond test data for the
regression tests only, so people who don't want to run the lilypond
regression tests don't have to download the huge distfile.

It is not meant to build or package anything, nor is it wired to
print/Makefile.

Suggested and ok, espie@ (some days ago)
2010-06-24 19:49:43 +00:00
kili
8215f9cc14 Update to fontforge-20100501.
Add a workaround for an ICE on mips64el.
2010-06-23 08:00:42 +00:00
landry
1a0396b382 Use -O0 on hppa, since update to 1.6.x it fails building there.. 2010-06-16 18:47:50 +00:00
fgsch
cc1e53d805 Do not hardcode the python version to 2.5. ok kili. 2010-06-16 10:13:40 +00:00
ajacoutot
f6821bf4bb Bugfix update to libspectre-0.2.6.
* fixes EPS display in evince amongst other things.
2010-06-10 12:14:28 +00:00
sthen
6a9a2adcb1 update LyX to 1.6.6.1, fixing gcc4 build, working better with
Qt4.6, and with many improvements.

worked on by Andreas Kurzegasse, Olivier Cherrier, Daniel Dickman
and with a few tweaks by myself and discussed with Daniel.
2010-06-04 22:43:33 +00:00
ajacoutot
b2c55c0810 Update to hplip-3.10.5. 2010-05-30 06:29:07 +00:00
ajacoutot
0e8ee191cd lyx(1) wants `python' or it will die. It should be possible to use
MODPY_BIN instead, but franckly there are python references all over the
code and I don't feel like fixing this right now.
Add a MESSAGE to warn users accordingly.
2010-05-27 13:01:40 +00:00
jasper
9ba3b19ab3 - update mpage to 2.5.6
- update maintainer address
- regen plist

from ian mcwilliam (MAINTAINER)
2010-05-26 13:53:16 +00:00
kili
aa71e00a3d Remove all traces of SO(BIN|REL)DIR, as ./obj/foo and ./obj/../obj/foo
are different files for gmake, which leads to wrong target rebuilds
on NFS. Some targets are still rebuilt on NFS, but at least in the
correct order and without trashing ./obj/ld.tr and/or ./obj/ldt.tr.

This hopefully fixes the build problems landry@ and marco@ had with
WRKOBJDIR on NFS.
2010-05-24 14:25:05 +00:00
espie
de2d737ef4 c++ syntax 2010-05-22 14:05:03 +00:00
landry
bb448ee46f Mark as BROKEN on hppa, SIGILL during build. 2010-05-22 10:37:35 +00:00
jasper
4459824418 - remove mips64 gcc workaround, though this still won't build because of ld 2010-05-22 09:57:42 +00:00
espie
95d1b9a183 fix declaration order (gcc4) 2010-05-19 14:55:00 +00:00
ajacoutot
3a83459d4e Create a link from ${LOCALBASE}/bin/smbspool to
${PREFIX}/libexec/cups/backend/smb so that is we have samba installed it
is possible to print to Windows printers out of the box (if samba is not
installed, the smb backend will not appear so there's no harm in doing
this).
Use FAKE_FLAGS instead ov post-install mv danse.
Fix group of cups.conf for dbus.
2010-05-16 14:16:36 +00:00
landry
767cb73c10 Use FAKE_FLAGS instead of patching Makefile_in.
Pointed out by ajacoutot@
2010-05-13 17:41:27 +00:00
landry
196283bd3f +apvlv 2010-05-13 16:05:39 +00:00
landry
7e9761a729 Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
espie
aa7a22512d don't declare malloc, lex will pull it out of stdlib (fixes compile
with gcc4, no package change)
2010-05-11 06:40:36 +00:00
espie
7635fa3139 don't declare malloc (no package change) 2010-05-11 06:36:59 +00:00
espie
f675634237 use "our" make :C modifier instead of systemV substitution, since that one
is a bit fuzzy, and we want to change it to help xenocara.
2010-05-10 18:41:49 +00:00
kili
47ec1798b6 Update to poppler-data-0.4.2.
ok ajacoutot@
2010-05-08 17:10:24 +00:00
kili
58d821bbc6 Update to poppler-0.12.4.
Use the converters/libiconv MODULE (prompted by ajacoutot).

ok ajacoutot@, edd@ (except for the patch hunk move bits, but I
really prefer a silent `make update-patches')
2010-05-08 17:09:48 +00:00
ajacoutot
b79064081f Update to foo2zjs-20100507.
* added support for the HP LaserJet Pro P1102 and P1102w, HP LaserJet
Pro P1566, and HP LaserJet Pro P1606dn.
2010-05-08 09:59:23 +00:00
ajacoutot
25f9152d38 Bring a couple of patches from pkgsrc that prevent bogus
'Job does not start with "%!", is it PostScript?' errors.

issue was reported by pirofti@ some time ago
2010-05-07 16:08:54 +00:00
ajacoutot
10ba7c1182 Fix build on a clean machine by not checking for a file converter.
breakage reported by jasper@

While here:
* remove the ppr stuffs
* remove bundled strlcpy / strlcat
2010-04-27 14:01:43 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
ajacoutot
d35a7dc91f Bugfix release to libspectre 0.2.5. 2010-04-18 18:31:25 +00:00
ajacoutot
012de91e9f We want to patch configure.ac since we use autofoo.
Fix an implicit declaration.
2010-04-18 09:04:35 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
ajacoutot
661b850096 Use autoconf 2.61. 2010-04-13 17:03:24 +00:00
kili
cb81754fa8 Explicitely set MODPY_VERSION to 2.6, otherwise we get a wrong
LIB_DEPENDS.

Not the best solution, but at least it unbreaks the build.

ok ajacoutot@, sthen@
2010-04-13 11:55:30 +00:00
ajacoutot
eb45868b65 Use ksh as default "modern_shell". 2010-04-12 16:34:49 +00:00
edd
749110191b fix texmf-local indexing. OK kili@ 2010-04-12 12:49:24 +00:00
ajacoutot
6cce6fcad3 Disable dnssd support for now as it is not yet stable. 2010-04-07 13:55:30 +00:00
ajacoutot
4ea34a6c67 Enhance MESSAGE with a quick and working howto.
Samsung-CLP315 was successfully tested with this.
2010-04-07 11:37:55 +00:00
ajacoutot
15f473ef81 Tweak. 2010-04-07 10:07:26 +00:00
kili
74bc48a8f7 Don't only test wether GCC support -pie but also test wether a
program built with -pie actually runs. Fixes the build on arm.

ok ajacoutot@
2010-04-04 18:42:14 +00:00
pirofti
eed5d3cd05 Remove MESSAGE after discussions with ajacoutot@ and kili@. Okay kili@. 2010-04-02 12:02:45 +00:00
ajacoutot
619a46ab85 Fix WANTLIB of the ldap FLAVOR. 2010-04-01 07:14:43 +00:00
ajacoutot
a9024260f2 Bump cups requirements. 2010-03-31 16:22:30 +00:00
ajacoutot
d1ea956b94 Major update to cups-1.4.3.
Changelog is to big to detail here, refer to HOMEPAGE for details.

I have been using 1.4.X for several months.
Versions 1.4.0 and 1.4.2 have been tested in bulks by jasper@, thanks!

Please contact me directly if you see regressions.
2010-03-31 16:20:02 +00:00
ajacoutot
ae8ce23957 Update to foo2zjs-20100329, needed for upcoming CUPS update.
Install icm and firmware directories.
Add a MESSAGE about getting ICM profiles from the net using 'getweb'.
2010-03-31 16:01:45 +00:00
ajacoutot
61677a6e76 Do not install useless ReadMe. 2010-03-31 14:44:28 +00:00
sthen
7e0b0c7e60 fix trailing backslash; pointed out by Andreas Kahari, thanks!
ok ajacoutot@
2010-03-29 13:11:42 +00:00
jasper
e04d0415fd - update openclipart to 2.0 2010-03-29 12:23:24 +00:00
ajacoutot
b9b195187c No need to specify the no_* FLAVOR for avahi, this is the default now.
naddy thinks there may be some gratuitous bumps but let's be safe.

reads good to sthen@, ok jasper@
2010-03-29 07:52:26 +00:00
ajacoutot
ed5c5131df Move hp-check from -gui to -main. 2010-03-26 08:00:03 +00:00
ajacoutot
07ff32bdb7 Fix packaging so that grumpy v2.0 can make good dreams. 2010-03-25 21:41:34 +00:00
oga
3304c7a5be Fix latex-mk when using pdflatex with xfig.
The suffix make rule was typoed to still generate a .eps instead of a
.pdf, making it fail. Bump packagename.

"durrr, OK" phessler@, "I never used xfig with latex-mk, so if it works
for you go ahead" ${MAINTAINER}
2010-03-24 16:15:06 +00:00
ajacoutot
f6a9d7a924 Add setup.py to the SUBST_CMD list.
from Greg Jones, thanks.
2010-03-24 06:31:13 +00:00
naddy
e9c6b1da7f * extract directly into destdir to save copy
* remove execute bits from data files
2010-03-21 16:43:40 +00:00
ajacoutot
c2879afdcf Update to foomatic-db-engine-4.0.4.
The important part for us is that "it is not required any more that for
Foomatic to return a PPD file for a given printer/driver combo that
there is an XML file for both the printer and the driver. One XML file
(either printer or driver) is enough when this file describes the
printer/driver relation."
That means that printers that did not appear before (i.e. one could not
create a custom ppd) where they were marked as supported will now
appear and work fine.
2010-03-21 14:41:00 +00:00
ajacoutot
311ef385df Update to foomatic-filters-4.0.4.
Get rid of the libgs dependency.
2010-03-21 14:39:40 +00:00
edd
c5a355f911 Remove 'tlmgr' script. It is not intended to be used with the OpenBSD
packakges and if it were to work it would screw up package checksums.

OK, jasper@
2010-03-21 13:22:55 +00:00
ajacoutot
c3eff2d298 Major update to hplip-3.10.2.
Take maintainership.
Tweak, flush and fix dependencies...

Add some example on how to use hplip.
2010-03-21 11:07:43 +00:00
ajacoutot
43ca060d34 Set better defaults to fix some printing issues with lpd(8).
issue reported by Jan Stary
2010-03-21 10:49:25 +00:00
ajacoutot
f4844268e7 Take maintainership of these print ports. 2010-03-21 10:14:50 +00:00
ajacoutot
9bb999da35 Update to gutenprint-5.2.5. 2010-03-21 10:00:36 +00:00
ajacoutot
00bcec65dc Update to libspectre-0.2.4.
Take maintainership.

ok jasper@
2010-03-21 09:50:59 +00:00
ajacoutot
00a8519bba Update to py-cups-1.9.48.
Take maintainership.
2010-03-21 09:46:02 +00:00
jsg
c4093906b0 Bring in pdfjadetex.ini from TeX Live svn revision 16978
by Karl Berry, which unbreaks jadetex with TeX Live 2009.

ok edd@ jasper@
2010-02-17 10:19:08 +00:00
naddy
f7d8d158a2 bump so we don't collide with earlier package names; ok ajacoutot@ 2010-02-10 16:32:22 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
kili
d4dc1f4d12 Actully build the complete thing during make build instead of linking
obj/gs during make fake. This fixes the breakage on hppa found by
landry@ the other day. Bump PKGNAME to be save (shouldn't be
necessary, but the failure on hppa was weird enough to get paranoic).

Builds fine on hppa for landry@.

ok ajacoutot@
2010-02-06 19:56:40 +00:00
ajacoutot
7b9098c173 Give some much needed love so this port:
* tweak COMMENT and DESCR, document FLAVORS
* add myself as MAINTAINER
* fix the s10x14 FLAVOR
* we already patch Makefile.unix so move the *_FLAGS to it
* Remove Apple copyrighted files (from Fedora).
* bump PKGNAME major version to be on par with every other *nix

ok kili@ espie@
2010-02-06 11:26:29 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
4fba78e767 - add a few patches from upstream svn
* clarify an error message
* fix error handling of encrypted files
* save current page when reloading the document

from brynet (MAINTAINER)
2010-01-12 21:45:20 +00:00
ajacoutot
2b40d8d8f2 Tweak MESSAGE. 2010-01-12 10:59:00 +00:00
ajacoutot
562b477e50 -foomatic-db-hpijs 2010-01-12 10:58:01 +00:00
ajacoutot
77a37d554b Remove foomatic-db-hpijs (as it's been dropped from foomatic-db at
openprinting.org).

It's been unmaintained for a long time now and the generated PPDs are
out-of-date for the newer foomatic-*.
Correct PPDs files for HP printers are of course still shipped in the
hpijs package.
2010-01-12 10:55:55 +00:00
ajacoutot
57afa508a2 * -main really needs -hpcups, -hpijs is useless in this case.
* reorder depends
* tweak MESSAGE and COMMENT
2010-01-10 18:09:29 +00:00
edd
fa3f60febf Fix the xindy module path in TeX Live.
OK kili@
2010-01-10 16:43:36 +00:00
ajacoutot
435bc7fde2 Try and be logical:
* no need to depend on foomatic-filters because hpcups uses its own cups
raster and hpijs uses the bundled foomatic-rip-hplip.
* move foomatic-rip-hplip into the -hplip subpackage because it is only
used there.

Bump and add conflict marker accordingly.
2010-01-10 16:43:18 +00:00
kili
c4bc404b9c Only xindy depends on ffcall (which is horribly broken on arm). 2010-01-10 13:06:36 +00:00
edd
a299569caf fix build for the new version of clisp, which has new syntax for clisp-link.
OK kili@
2010-01-07 10:57:17 +00:00
jasper
683631fed7 SECURITY FIX:
CVE-2009-4270: Ghostscript "errprintf()" Buffer Overflow Vulnerability

ok kili@ (MAINTAINER)
2010-01-04 19:14:52 +00:00
kili
d74f83d278 Update to 2.12.3. 2010-01-01 11:00:49 +00:00
jasper
1712187405 Security fix for SA37577, related to CVE-2009-4227.
transfig ".fig" File Parsing Buffer Overflow
2009-12-27 22:15:40 +00:00
ajacoutot
7f48ea4ece Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:54:32 +00:00
benoit
176316ff57 - change my email
- update WANTLIB
2009-12-20 17:28:21 +00:00
espie
ce8c3b0e44 upgrade path from teTeX 2009-12-15 18:01:57 +00:00
edd
55f93cad4c Fixed xz BUILD_DEPENDS, thanks Thanos Tsouanas for the heads up.
OK sthen@
2009-12-15 16:21:18 +00:00
edd
bd02d1c647 Update to TeX Live 2009.
Requires newest pacakge tools for upgrading from 2008.

OK kili@
2009-12-12 17:48:34 +00:00
ajacoutot
03f7ce366f Put binaries back into the -main subpackage. It makes more sense as the
foomatic db can be removed while keeping the gutenprint pkg installed
for printing. It only adds a dependency on print/ijs.
2009-12-10 14:12:01 +00:00
ajacoutot
dc89afaa01 Make it run_depends on hpijs. 2009-12-10 13:49:57 +00:00
ajacoutot
4ec7c40b92 Remove the -gimp subpackage. It had a meaning when gimp did not provide
a sensible printing interface but this is not the case anymore. This
also allows to remove gutenprintui2 and gtk+2 dependency.

Rebuild -foomatic against the latest foomatic-db-engine.
The -foomatic package run_depends on foomatic-db. Move some files from
-main to -foomatic.
2009-12-10 11:04:35 +00:00
ajacoutot
0ee6f3255c Move PPD files under foo2zjs own directory.
Remove MESSAGE, it is not relevant anymore as the CUPS creates the
symlink automatically for us now.
2009-12-10 10:59:00 +00:00
ajacoutot
7cc37258b8 Update to foomatic-db-hpijs-1.4 2009-12-10 10:58:45 +00:00
ajacoutot
b5115d7fc9 Update to foomatic-db-4.0.20091207
Now depends on foomatic-db-engine.
2009-12-10 10:58:25 +00:00
ajacoutot
09adbe6dc8 Update to foomatic-db-engine-4.0.3.
Add a link from foomatic-ppdfile  to the CUPS driver directory so that
PPDs file will be created on demand (no need to hunt for them on
openprinting.org).

Merge MESSAGE from foomatic-db-gutenprint to be more coherent.

Rework dependencies:
foomatic-db{gutenprint,hpijs}->foomatic-db->foomatic-db-engine
2009-12-10 10:57:59 +00:00
ajacoutot
9f0b30e126 Update to foomatic-filters-4.0.3.
(rewritten from perl to c)
2009-12-10 10:57:21 +00:00
ajacoutot
1ca27be86e Create a symlink to the foomatic drivers database so that they are
available without doing anything if some are installed.
2009-12-10 10:57:06 +00:00
ajacoutot
4bc91e5e24 Unbreak after CUPS gnutls -> openssl move.
spotted by jasper@
2009-11-24 17:13:59 +00:00
jasper
2b82712fd4 ECURITY FIX for CVE-2009-3553.
CUPS "cupsdDoSelect()" Denial of Service Vulnerability.
2009-11-22 18:10:12 +00:00
ajacoutot
12bbcded54 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 17:22:07 +00:00
jasper
d98c45b104 give cups a better chance to build on mips64, this exposes a bug in
ld(1), but the build is able to progress a lot further though.

ok ajacoutot@ (MAINTAINER)
2009-11-22 16:47:35 +00:00
ajacoutot
487de33a33 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 16:40:03 +00:00
ajacoutot
a5a0b69c01 Now that SHA1_Update symbol conflict has been solved in security/nss3,
remove the need for gnutls and use openssl instead.
2009-11-22 16:38:55 +00:00
kili
abea5e6c76 Update. 2009-11-21 21:58:26 +00:00
kili
c1932f7b75 Security fix (CVE-2009-3607) and bug fixes. 2009-11-21 21:57:50 +00:00
ajacoutot
2ed669f58b Upstream rolled up a new tarball.
from alek@
cvs: ----------------------------------------------------------------------
2009-11-19 22:10:30 +00:00
ajacoutot
2e753781b9 Extend comment with deeper explanation.
No pkg change.
2009-11-11 11:00:32 +00:00
ajacoutot
85aa6bd194 This needs to run_depends on ghostscript. 2009-10-27 14:36:44 +00:00
kili
b5659e40c4 Update to poppler-0.12.1.
Contains the xpdf-3.02pl4 diffs and some additional bug fixes.

ok ajacoutot@
2009-10-26 19:23:45 +00:00
kili
7306dd1dd4 Unbreak the build after the removal of ${LOCALBASE}/lib/X11/fonts/ghostscript.
No pkg bump necessary, since the ghostscript fonts are used during build time
only.
2009-10-26 19:15:15 +00:00
jasper
6a63c0cb29 SECURITY FIX for CVE-2009-3608, CVE-2009-3609.
CUPS "pdftops" Filter Data Handling Integer Overflow Vulnerabilities
Patch from Ubuntu.

ok ajacoutot@ (MAINTAINER)
2009-10-25 16:04:34 +00:00
jasper
104a083fec - update libspectre to 0.2.3
* bugfixes and enhancements

ok ajacoutot@
2009-10-25 16:01:09 +00:00
kili
5d5711efef Remove the symlink in ${PREFIX}/lib/X11/fonts.
ok ajacoutot@ (during p2k9)
2009-10-21 14:19:01 +00:00
kili
6c932f5d20 Merge security fixes from xpdf.
ok jasper@
2009-10-15 20:43:40 +00:00
kili
da255d2943 Remove stupid comments. 2009-10-13 16:20:34 +00:00
kili
ce62ff7d75 Update to poppler-data-0.3.0. 2009-10-13 10:20:05 +00:00
kili
caf2459631 Update to poppler-0.12.0.
Prodded and ok by ajacoutot@
2009-10-13 10:19:37 +00:00
giovanni
61b977f67d I have no more Hp compatible printers,
drop maintainership
2009-10-13 09:54:12 +00:00
ajacoutot
e5b1a4f773 Add gnutl support back after recent gnutls upgrade.
Regen wantlib & bump.
2009-10-12 11:17:17 +00:00
kili
0d35155812 Update to 2.12.2, following the guile update.
May still be broken a little bit; I'll fix any possible bugs
soon.
2009-10-11 18:56:21 +00:00
jasper
250e103e89 no point in having a PFRAG.shared for python ports.
aja@ agrees.
2009-10-11 17:51:29 +00:00
ajacoutot
633ab74432 Missed bump...
pointed out by jasper@
cvs: ----------------------------------------------------------------------
2009-10-10 12:39:29 +00:00
ajacoutot
d6a3d8d184 Add no_mono PSEUDO_FLAVOR on the avahi dependency. 2009-10-10 09:28:31 +00:00
jasper
18e8284ac0 missed bump after maintainer removal 2009-09-18 16:25:35 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
ajacoutot
c81df85b8c Always add the 'display' device for !no_x11.
Thanks to kili@'s idea, it is possible to make it wok alongside regular
command line invocation whether we have gtk support or not.
This change fixes helpers like libspectre which depend on this device
driver being available (even when we don't want the gtk FLAVOR).

Tweak DESCR while here.

ok kili@ aka The Thing Padawan
2009-09-13 20:59:16 +00:00
ajacoutot
6e6caf0672 Add missing first argument in exporter pdf.
from upstream git 077182e1fe53131d7c88cc1a0f278403e60bdc32

Thanks to libspectre developer Carlos Garcia Campos for debugging/fixing
his application on OpenBSD.
2009-09-11 10:40:11 +00:00
naddy
2c50e00940 switch dependencies from lzma to xz 2009-09-10 15:30:21 +00:00
ajacoutot
097416b041 Update to cups-pdf-2.5.0.
Tweak MESSAGE accordingly.
2009-09-08 14:02:45 +00:00
jolan
f5d1e2831c remove some quoting which was causing sqlports to error out with my
mk.conf, ok ajacoutot@
2009-09-06 12:01:07 +00:00
jasper
48f543263e - switch to the bzip2 distfile, which is about 50 megs smaller 2009-09-03 06:49:55 +00:00
ajacoutot
723e1756d6 Update to system-config-printer-1.0.16 2009-09-01 08:13:32 +00:00
ajacoutot
5b5f3795e0 Small update to py-cups-1.9.46 2009-09-01 08:12:51 +00:00
ajacoutot
149eca9e15 Small update to gutenprint-5.2.4. 2009-08-27 11:11:04 +00:00
sthen
35df932e0f update to 3.2.5a; mainly bug fixes 2009-08-26 13:40:54 +00:00
jasper
ca74f58b0e - update latex-mk to 1.9.1
= regen patches while here

from Andreas Bihlmaier (MAINTAINER), thanks
2009-08-24 07:03:02 +00:00
ajacoutot
a65ca3a9f2 Updated to hplip-3.9.8
Fix SHARED_LIBS.
sane-hpaio is a loadable module.
Move some PPD files from -hpijs to -hpcups.
2009-08-20 08:07:48 +00:00
ajacoutot
279517e337 When in DEBUG mode, add --enable-test to CONFIGURE_ARGS as it helps
greatly for debugging (needs cairo for building).

Add two patches (adapted from Ubuntu) to use installed ghostscript
headers instead of the bundle ones.
2009-08-18 12:12:46 +00:00
ajacoutot
4e83c22020 spelling: Cyrrilic -> Cyrillic 2009-08-16 12:19:42 +00:00
sthen
6928bb98f8 Patch the autoconf input files so they pick up python 2.6 and regenerate
configure. PKGNAME bumped to be safe, but probably not needed.
2009-08-12 21:03:56 +00:00
martynas
c141d0f8ee - update to 1.2.15; to fix lilypond build with MODPY_VERSION=2.6
- fix HOMEPAGE, and MASTER_SITES
maintainer away until June 2011.  tweak & ok sthen@
2009-08-12 10:03:23 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
98de9dc395 hp-scan needs graphics/py-Imaging. 2009-08-07 12:20:22 +00:00
giovanni
f6caac7dd5 Update to 20090623 version.
ok and help ajacoutot@
2009-08-03 13:10:09 +00:00
giovanni
1602547c9a Fix master_site
"of course" ajacoutot@
2009-08-03 13:02:55 +00:00