aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* graphics/sane-backends: Remove obsolete post-extract targetJohn Marino2014-05-291-4/+0
| | | | | | | | This was needed with the crazy distfile scheme from the previous version, but not it doesn't do anything. Notes: svn path=/head/; revision=355670
* - Update from 1.0.23 to 1.0.24Danilo Egea Gondolfo2014-01-131-24/+12
| | | | | | | | | | | while here: - Use options helpers properly PR: ports/185513 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=339601
* - Add dependency on multimedia/libv4l, package links to itPawel Pekala2013-10-191-56/+27
| | | | | | | | | | | when available on system - Add missing options to OPTIONS_DEFINE - Change GPHOTO2 option to global GPHOTO - Use options helpers - Add support for STAGEDIR Notes: svn path=/head/; revision=330917
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Fix typo preventing extractionBaptiste Daroussin2013-04-291-1/+1
| | | | Notes: svn path=/head/; revision=316839
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=316786
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-261-4/+4
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316343
* - Fix inverted logic for USB optionWilliam Grzybowski2013-04-081-1/+1
| | | | | | | | | PR: ports/177621 Submitted by: Eric Krausser <eric@krausser-edv.de> Approved by: portmgr (bapt), culot (mentor) Notes: svn path=/head/; revision=315759
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-4/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* - unbreak graphics/xsane by correcting path for PKG_CONFIG_LIBDIRJason Helfman2013-01-081-0/+3
| | | | | | | | PR: 174961 Submitted by: eric@krausser-edv.de Notes: svn path=/head/; revision=310057
* - Update to 1.0.23.Marcelo Araujo2012-12-201-24/+42
| | | | | | | | | | | - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/172022 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=309282
* Fix inverted logic.Alex Dupre2012-06-271-1/+1
| | | | Notes: svn path=/head/; revision=300085
* Conver to new options frameworkBaptiste Daroussin2012-06-121-20/+19
| | | | Notes: svn path=/head/; revision=299156
* Relative to the problem mentioned in the PR, fix the rc.d scriptDoug Barton2012-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=293589
* Fix LIB_DEPENDS assignment when building with SNMP supportMax Brazhnikov2012-03-141-1/+1
| | | | | | | | | PR: ports/166009 Submitted by: Alex Bakhtin <Alex.Bakhtin at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293292
* - Fix USB-attached devices in xerox_mfp driver [1]Max Khon2012-02-191-0/+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] Notes: svn path=/head/; revision=291771
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284623
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Update to 1.0.22Emanuel Haupt2011-08-081-14/+19
| | | | | | | | PR: 159479 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279242
* Fix the genesys backend on 64 bit machines by:Koop Mast2011-06-071-1/+1
| | | | | | | | | Specify missing return type of function, pointers cannot be casted to int. Submitted by: hselasky@ Notes: svn path=/head/; revision=275187
* Enable pthread to unbreak scanning with saned + hpaioMax Brazhnikov2010-10-161-4/+8
| | | | | | | | | | while here, fix build with NOPORTDOCS PR: based on ports/151157 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Notes: svn path=/head/; revision=263104
* Add 'saned' user/group the Right Way.Stefan Walter2010-06-281-5/+4
| | | | | | | | | PR: 147948 Submitted by: David DEMELIER <demelier.david@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=257093
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update tp 1.0.21Martin Wilke2010-05-211-7/+5
| | | | | | | | PR: 146674 Submitted by: Ports Fury Notes: svn path=/head/; revision=254716
* Add an RC script for saned, and borrow machinery for creatingBruce M Simpson2010-02-071-1/+11
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=249398
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Add IPV6 optionAlexander Logvinov2009-09-111-2/+7
| | | | | | | | | PR: ports/137976 Submitted by: Richard F. Ostrow Jr. <rich AT warfaresdl.com> Approved by: tabthorpe, glarkin (mentors, implicit) Notes: svn path=/head/; revision=241234
* Unbreak for real the build with libusb support under 8.X. Now one canMarc Fonvieille2009-07-261-2/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=238398
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Disable usb support by default in -CURRENT instead of mark it as BROKEN. It'sJeremy Messenger2009-07-011-3/+1
| | | | | | | | a bit silly to mark it as BROKEN when it can be disable without stop port that I am trying to install. Notes: svn path=/head/; revision=236838
* - Mark BROKEN with USB on CURRENTPav Lucistnik2009-06-121-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=235662
* Mark MAKE_JOBS_UNSAFE=yes reported by P6 TBPhilip M. Gollucci2009-06-111-0/+2
| | | | Notes: svn path=/head/; revision=235598
* - Fix build with portupgradeMartin Wilke2009-05-241-0/+1
| | | | Notes: svn path=/head/; revision=234478
* - Update to 1.0.20Martin Wilke2009-05-231-7/+20
| | | | | | | | PR: 134627 Submitted by: Ports Fury Notes: svn path=/head/; revision=234451
* - Unbreak on -CURRENTLi-Wen Hsu2009-03-191-4/+2
| | | | | | | Submitted by: thompsa Notes: svn path=/head/; revision=230438
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-0/+4
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.0.19Martin Wilke2008-02-181-5/+5
| | | | | | | | PR: 120817 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207561
* Remove the pre-everithing (sic) target. It obviously didn't do what it wasMichael Nottebrock2007-08-131-8/+0
| | | | | | | | meant to since the typo got committed and the message it should have displayed is now obsolete. Notes: svn path=/head/; revision=197571
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix build after objformat removalTilman Keskinoz2007-03-171-2/+2
| | | | Notes: svn path=/head/; revision=187593
* - Update to 1.0.18Rong-En Fan2006-09-261-12/+14
| | | | | | | | PR: ports/103638 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=173891
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Fix package build: Make installation from port and package equivalent again.Volker Stolz2006-04-071-3/+3
| | | | | | | | | The package was missing the default dll.conf which also caused build failures further down the stream, eg. in graphics/hpoj. Bump PORTREV accordingly. Fix some grammar while here. Notes: svn path=/head/; revision=159054
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749