ajacoutot
7174730126
Add ${LOCALBASE}/libexec/cups/filter to the execpath. This way
...
foomatic-rip will be able to find the filters installed there
(e.g. foomatic-rip-hplip) when it is not started from cups but for e.g.
lpd(8).
tested by oga@, thanks!
2011-04-16 15:05:41 +00:00
ajacoutot
2ab0365009
Extend README, after a discussion with oga@
2011-04-16 14:59:54 +00:00
dcoppa
401fb1fcb0
Remove cast now that NULL is a void *
2011-04-16 14:57:34 +00:00
ajacoutot
f1118930a3
Tweak the printcap(5) entry example.
2011-04-16 14:53:50 +00:00
ajacoutot
306ca14491
Tweak rc script:
...
* make rc_check return 1 in case the daemon is not running
* proper indent
2011-04-16 13:54:51 +00:00
espie
bdca4a9a30
prefer the V- version for non-MULTI_PACKAGES vars.
...
fixes E on libf2c-old on i386.
2011-04-16 12:21:44 +00:00
jasper
a8837a024a
disable the -python subpackage on mips64*. py-gtk2 doesn't build there due to
...
toolchain bugs and it would take out all ports that depend on the regular vte
C library.
ok aja@
2011-04-16 12:17:40 +00:00
sthen
ee879a970b
use autoconf-2.67; config.h checked, from Brad. commitski! jasper@
2011-04-16 12:10:07 +00:00
jasper
576bb66e55
- update to 0.2.0
...
- install additional docs
from gleydson soares
2011-04-16 11:58:43 +00:00
simon
ca9af25795
update to version 0.55, set CPAN_AUTHOR, remove trash from PLIST, adjust
...
REGRESS_DEPENDS, push fix for annoying warnings upstream and remove
USE_GROFF
from Gleydson Soares, with small tweaks by me
comments and ok jasper@
2011-04-16 11:57:01 +00:00
jasper
02a9289240
PKG_ARCH=* is already set by cpan.port.mk.
...
from gleydson soares
2011-04-16 11:52:45 +00:00
sthen
b606dd7204
- switch to autoconf 2.67, checked config.h
...
from Brad, commitski! jasper@
2011-04-16 11:52:08 +00:00
jasper
8f5f5e9a5b
- switch to autoconf 2.67. config.h was checked.
...
ok sthen@
2011-04-16 11:49:01 +00:00
simon
ba26e6f305
update to version 1.12 and remove USE_GROFF
...
from wen heping, groff tweak by myself
2011-04-16 11:35:23 +00:00
simon
fd90d53aa2
update to version 0.47 and remove USE_GROFF
...
from Gleydson Soares
seems fine to jasper@
2011-04-16 11:14:36 +00:00
simon
3365cf9c5d
update to version 0.12 and remove USE_GROFF
...
from Gleydson Soares, thanks!
2011-04-16 11:10:03 +00:00
jasper
961d0f7d09
- remove void * casts for NULL
2011-04-16 11:06:47 +00:00
jasper
4889b4d22a
- remove void * casts for NULL
...
- regen WANTLIB
- no need for groff
2011-04-16 10:59:34 +00:00
jasper
2befbf3559
- remove void * casts for NULL
...
- regen WANTLIB
2011-04-16 10:53:15 +00:00
sthen
2f4529e097
add trailing 'S' after ONLY_FOR_ARCH...
2011-04-16 10:51:39 +00:00
jasper
b7df269469
add trailing 'S' after ONLY_FOR_ARCH...
2011-04-16 10:45:09 +00:00
sthen
e37918de01
minor update to 0.68.5.1
...
- remove void * casts for NULL
- install sample configuration files and unbreak some paths
2011-04-16 10:35:58 +00:00
espie
ab5cd9d6f3
redo the IGNORE dance in a smarter way:
...
derive IGNORE-sub from IGNORE, and then test IGNORE-sub
Define complete value for IGNORE very late, _MULTI_PACKAGES trimming only
requires subpackage-specific info.
fix bug in describe, correctly differentiate between empty and !defined
ONLY_FOR_ARCHS.
2011-04-16 10:31:20 +00:00
simon
958dfb8d7c
security update to version 1.16
2011-04-16 09:57:35 +00:00
sthen
45ac9162c9
i said _remove_ unneeded patches, not make them zero bytes! :)
2011-04-16 09:16:12 +00:00
ajacoutot
20e4d13e87
- remove casts now that NULL is a void *
...
- regen WANTLIB
gladly handed over to me by sthen@ ;-)
2011-04-16 09:13:08 +00:00
landry
6dacddaa21
Update to rabbitMQ 2.4.1, joint work from viq & Piotr Sikora, with small
...
tweaks by me (don't silent SUBST_CMD, no need to cvs rm/add
files/rabbitmq.conf as it can be installed with the correct name)
- add rc script, remove pkg/MESSAGE
- fix rabbitmqctl args passing
- install config file as rabbitmq-env.conf
Needed by an upcoming erlang update..
Maintainer timeout, Piotr Sikora takes maintainership.
ok stuartslolbunny@ (!?)
2011-04-16 09:11:07 +00:00
sthen
221b808ba2
remove unneeded patches (NULL casts)
2011-04-16 09:00:44 +00:00
dcoppa
6ff73abfa2
Fix goption warning, consequence of the update to glib-2.28.2.
...
Ok ajacoutot@, landry@
2011-04-16 07:47:04 +00:00
benoit
8c191166fb
- update py-IP to 0.75
...
- modify HOMEPAGE
2011-04-16 07:31:18 +00:00
ajacoutot
a1a6e29cf1
Tweak CONFIGURE_ARGS.
...
Remove some unneeded pieces from patch-configure_ac.
2011-04-16 05:51:52 +00:00
ajacoutot
77677a336c
Fix a couple of warnings.
...
Remove 2 unneeded patches.
2011-04-16 05:50:25 +00:00
sthen
9d814da0bb
- remove casts now that NULL is a void *
...
- sync WANTLIB
2011-04-16 00:15:37 +00:00
sthen
2f6c635f99
remove casts now that NULL is a void *
...
from Brad.
2011-04-15 23:22:31 +00:00
dhill
85f74973d4
bring in two patches from upstream:
...
1. Fix crash with too big box shadow areas
2. Knob to toggle DNS prefetching
DNS prefetch code done by todd@
much prodding marco@
ok landry@
2011-04-15 23:03:03 +00:00
sthen
12db8b934a
switch to autoconf 2.67, from Brad. config.h's checked.
2011-04-15 21:43:13 +00:00
jasper
7380b5d3fc
- update to 16.9
...
- doesn't need groff
- tweak license
from gleydson soares
2011-04-15 21:10:27 +00:00
jasper
32ccd1951d
sync
2011-04-15 21:08:45 +00:00
jasper
9d3453ff29
import PDF-API2-Simple-1.1.4
...
PDF::API2::Simple Simplistic wrapper for the excellent PDF::API2 modules.
from Anibal Ezau Limon Belmares (MAINTAINER), with tweaks by
gleydson soares and myself. ok sthen@
2011-04-15 21:07:33 +00:00
naddy
8aeca3d180
fix GNU Makefile syntax for gmake 3.82
2011-04-15 19:29:54 +00:00
naddy
be23e8bf1a
Don't use m4 syntax for a Makefile comment; fixes build with gmake 3.82.
...
ok ajacoutot@ jasper@
2011-04-15 19:28:05 +00:00
ajacoutot
96cdbbe9ec
Update to foomatic-db-4.0.20110415.
2011-04-15 19:16:23 +00:00
ajacoutot
8162b34a91
Update to foomatic-db-engine-4.0.7.
2011-04-15 18:50:06 +00:00
ajacoutot
61d7ec7f02
Update to foomatic-filters-4.0.7.
2011-04-15 18:45:11 +00:00
ajacoutot
20918013ba
Rework the way we handle dependencies in the print ports:
...
* depends on foomatic-filters when a driver installs:
share/foomatic/db/source/.../*.ppd{,.gz}
* depends on foomatic-db-engine when a driver installs:
share/foomatic/db/source/.../*.xml
foomatic-db-engine now depends on foomatic-db (which itself depends on
nothing anymore).
This will ensure all the needed packages are installed for complete
foomatic-* use.
Some packages install both pre-created ppd and xml files, so theorically
it wouldn't need to depend on foomatic-db-engine, but we still do it
because we may want to regen the ppd file.
It's the best compromise I could come up with.
2011-04-15 18:40:47 +00:00
sthen
cadea2bb96
- run SUBST_CMD on config.py, fixes htpasswd auth problem reported by ian@
...
- change default password hash to sha1; add example htpasswd(1) usage
2011-04-15 16:44:27 +00:00
ajacoutot
c417417bb8
update to gtk+3-3.0.9.
2011-04-15 16:40:49 +00:00
ajacoutot
a2d7a47da4
Fix build after gnutls update.
...
ok jasper@ landry@
2011-04-15 16:13:23 +00:00
ajacoutot
96d502a25f
Fix DEPENDS after gnutls update.
...
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
ajacoutot
058f1aab39
Major update to gnutls-2.12.2.
...
tested by landry@ in a bulk, thanks!
ok jasper@ landry@
2011-04-15 16:09:39 +00:00