Baptiste Daroussin
8b87944ab1
Cleanup plist
2014-12-09 12:44:10 +00:00
Tijl Coosemans
f6ea4f3bde
Import upstream git commit 37523b867d411c2f82d08128246be7e38bc9812c:
...
Bugfix in kodakaio.c to fix segfault when non kodak scanners return
unexpected data via avahi auto discovery
2014-08-06 18:34:42 +00:00
Dmitry Marakasov
b303044461
- Bump PORTREVISION after sysutils/libieee1284 .so version change
...
- While here, fix spelling error
2014-07-22 23:52:49 +00:00
Tijl Coosemans
c087465cf7
Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-19 09:24:50 +00:00
John Marino
c408f05f1f
graphics/sane-backends: Remove obsolete post-extract target
...
This was needed with the crazy distfile scheme from the previous version,
but not it doesn't do anything.
2014-05-29 07:32:35 +00:00
Danilo Egea Gondolfo
9dc2451764
- Update from 1.0.23 to 1.0.24
...
while here:
- Use options helpers properly
PR: ports/185513
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2014-01-13 15:09:33 +00:00
Pawel Pekala
00379f8bb4
Fix plist
2013-10-20 11:19:24 +00:00
Pawel Pekala
be1b82ebfb
- Add dependency on multimedia/libv4l, package links to it
...
when available on system
- Add missing options to OPTIONS_DEFINE
- Change GPHOTO2 option to global GPHOTO
- Use options helpers
- Add support for STAGEDIR
2013-10-19 17:21:40 +00:00
Baptiste Daroussin
eb08c5441c
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
2013-09-20 18:35:44 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
0baf96c430
Fix typo preventing extraction
2013-04-29 19:40:20 +00:00
Baptiste Daroussin
5271da855f
Rely on bsdtar to autodetermine the format of the distfiles when possible
...
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin
bc62127a69
Convert from USE_GETTEXT to USES= gettext
...
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Baptiste Daroussin
737bed6923
Convert g* to USES=pkgconfig
2013-04-23 10:47:02 +00:00
William Grzybowski
255bbc25a5
- Fix inverted logic for USB option
...
PR: ports/177621
Submitted by: Eric Krausser <eric@krausser-edv.de>
Approved by: portmgr (bapt), culot (mentor)
2013-04-08 12:26:46 +00:00
Eitan Adler
b0533230a5
Drop support for old versions of FreeBSD from unmaintained ports
...
Reviewed by: miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
334eb0fc61
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
...
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
2013-03-19 13:04:30 +00:00
Jason Helfman
4a853afdd0
- unbreak graphics/xsane by correcting path for PKG_CONFIG_LIBDIR
...
PR: 174961
Submitted by: eric@krausser-edv.de
2013-01-08 00:02:56 +00:00
Marcelo Araujo
0d5f28b877
- Update to 1.0.23.
...
- Add MAKE_JOBS_SAFE.
- Trim header.
PR: ports/172022
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2012-12-20 05:40:01 +00:00
Alex Dupre
455f246588
Fix inverted logic.
2012-06-27 10:35:47 +00:00
Baptiste Daroussin
9010280b85
Conver to new options framework
2012-06-12 21:42:32 +00:00
Doug Barton
018f02b917
Relative to the problem mentioned in the PR, fix the rc.d script
...
to avoid a circular dependency problem which adversely affects
other scripts, including those in the base.
Specifically, it's impossible to have both:
REQUIRE: LOGIN
and
BEFORE: NETWORKING
Since this services runs as an unprivileged user, LOGIN wins.
While I'm here, apply various other cleanups, including adding
KEYWORD: shutdown, putting the elements in more typical order,
fixing some syntax issues, etc.
Bump PORTREVISION due to the previous incarnation of the rc.d
script being actually pathological, rather than just slightly
wacky.
PR: ports/165928
Submitted by: Matt Dawson <matt@chronos.org.uk>
Feature safe: yes
2012-03-19 23:33:15 +00:00
Max Brazhnikov
5001803e15
Fix LIB_DEPENDS assignment when building with SNMP support
...
PR: ports/166009
Submitted by: Alex Bakhtin <Alex.Bakhtin at gmail.com>
Feature safe: yes
2012-03-14 13:50:27 +00:00
Max Khon
df90ef5a19
Ugh, fix last-minute change in the xerox_mfp patch.
2012-02-19 01:36:55 +00:00
Max Khon
c48443dc69
- Fix USB-attached devices in xerox_mfp driver [1]
...
- Recommend to use etc/devd/saned.conf instead of modifying /etc/devd.conf
- Provide a working example for etc/devd/saned.conf
- rc.d script requires LOGIN
- Bump PORTREVISION
Obtained from: upstream [1]
2012-02-19 01:34:56 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
e1c6649edf
- Remove WITH_FBSD10_FIX, is no longer needed
2011-11-09 15:26:04 +00:00
Beat Gaetzi
847d61df61
- Fix build on FreeBSD 10
...
Reported by: pointyhat
2011-10-29 10:14:34 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Emanuel Haupt
cc52c82a2d
Update to 1.0.22
...
PR: 159479
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 14:41:38 +00:00
Olli Hauer
30f9161773
-remove MD5
2011-07-03 14:12:22 +00:00
Koop Mast
306fea85f2
Fix the genesys backend on 64 bit machines by:
...
Specify missing return type of function, pointers cannot be casted to int.
Submitted by: hselasky@
2011-06-07 12:11:36 +00:00
Max Brazhnikov
6bac43162d
Enable pthread to unbreak scanning with saned + hpaio
...
while here, fix build with NOPORTDOCS
PR: based on ports/151157
Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
2010-10-16 14:59:26 +00:00
Stefan Walter
5d7da8667f
Add 'saned' user/group the Right Way.
...
PR: 147948
Submitted by: David DEMELIER <demelier.david@gmail.com>
Feature safe: yes
2010-06-28 07:10:53 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Martin Wilke
16563512f1
- Update tp 1.0.21
...
PR: 146674
Submitted by: Ports Fury
2010-05-21 11:08:49 +00:00
Bruce M Simpson
e8f6999c1b
Add an RC script for saned, and borrow machinery for creating
...
a dedicated sandbox user account from the nullmailer port.
Also add a pkg-message which describes how to tie down a USB
scanner to this sandbox using devd(8) in FreeBSD 8, as well as
describing what config files likely need editing.
Note: This text probably belongs in the FreeBSD Handbook.
Bump PORTREVISION.
Reviewed by: dougb (with edits to saned.in)
2010-02-07 20:34:20 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Alexander Logvinov
339316f52d
- Add IPV6 option
...
PR: ports/137976
Submitted by: Richard F. Ostrow Jr. <rich AT warfaresdl.com>
Approved by: tabthorpe, glarkin (mentors, implicit)
2009-09-11 14:15:26 +00:00
Marc Fonvieille
bea94f499d
Unbreak for real the build with libusb support under 8.X. Now one can
...
use USB scanners under 8.X
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
Reviewed by: rink
Approved by: miwi
Tested by: blackend (with some CanoScan LIDE scanners)
2009-07-26 20:13:38 +00:00
Dirk Meyer
3bbc108312
- update to jpeg7
...
Tested by: pav on pointyhat
2009-07-18 11:11:29 +00:00
Jeremy Messenger
967de25f65
Disable usb support by default in -CURRENT instead of mark it as BROKEN. It's
...
a bit silly to mark it as BROKEN when it can be disable without stop port
that I am trying to install.
2009-07-01 03:36:17 +00:00
Pav Lucistnik
8387bf5b1a
- Mark BROKEN with USB on CURRENT
...
Reported by: pointyhat
2009-06-12 19:23:19 +00:00
Philip M. Gollucci
62efc0d75f
Mark MAKE_JOBS_UNSAFE=yes reported by P6 TB
2009-06-11 20:48:25 +00:00
Oliver Lehmann
af5f949e9e
fix compilation if the old sane version is still installed
2009-05-27 18:08:41 +00:00
Martin Wilke
b423b81588
- Fix build with portupgrade
2009-05-24 09:46:08 +00:00
Martin Wilke
fe2b3410a6
- Update to 1.0.20
...
PR: 134627
Submitted by: Ports Fury
2009-05-23 14:24:05 +00:00
Li-Wen Hsu
fc59e80242
- Unbreak on -CURRENT
...
Submitted by: thompsa
2009-03-19 20:36:41 +00:00
Stanislav Sedov
f5d05ea54d
- Chase libusb20 rename in r189585.
...
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
2009-03-09 17:15:43 +00:00
Dmitry Marakasov
20f0099b53
- Add patch to fix build error (couldn't reproduce it though; submitter mail bounces, so I can't get any details)
...
PR: 130622
Submitted by: Mel <mel at rachie dot is-a-geek dot net>
2009-01-20 15:44:28 +00:00