aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix segfault on certain usb devicesPav Lucistnik2011-01-162-0/+46
| | | | | | | | | PR: ports/154057 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=267892
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.4.10.1Pav Lucistnik2010-09-023-4/+8
| | | | Notes: svn path=/head/; revision=260426
* - Update to 2.4.9.1Pav Lucistnik2010-06-033-6/+22
| | | | Notes: svn path=/head/; revision=255654
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 2.4.7Pav Lucistnik2009-09-072-6/+6
| | | | Notes: svn path=/head/; revision=240970
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 2.4.6Pav Lucistnik2009-06-282-4/+4
| | | | Notes: svn path=/head/; revision=236740
* - Update to 2.4.5Pav Lucistnik2009-04-223-8/+5
| | | | Notes: svn path=/head/; revision=232511
* - Remove requirement on libusb from pkg-config file on USB2.0 enabled -CURRENTPav Lucistnik2009-03-211-0/+3
| | | | | | | Requested by: marcus Notes: svn path=/head/; revision=230607
* - extra patch is unneeded on current -currentPav Lucistnik2009-03-131-1/+0
| | | | | | | Submitted by: thompsa Notes: svn path=/head/; revision=229987
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-1/+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
* - Another round of usb20 patchesPav Lucistnik2009-03-082-1/+13
| | | | | | | | PR: ports/132420 Submitted by: Phillip N. <pneumann@gmail.com>, kan Notes: svn path=/head/; revision=229688
* - Fix include path on -currentPav Lucistnik2009-03-071-1/+1
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=229654
* - Fix build with USB 2.0 in CURRENT (untested)Pav Lucistnik2009-03-021-3/+10
| | | | | | | Submitted by: rnoland Notes: svn path=/head/; revision=229311
* - Update to 2.4.4Pav Lucistnik2009-01-303-4/+5
| | | | Notes: svn path=/head/; revision=227145
* - Unbreak WITHOUT_NLSPav Lucistnik2008-11-121-0/+10
| | | | | | | | PR: ports/128808 Reported by: Jimmie James <jimmiejaz@gmail.com> Notes: svn path=/head/; revision=222763
* - Update to 2.4.3Pav Lucistnik2008-11-095-16/+22
| | | | | | | | | | - Raise MAX_ENTRIES limit from 1024 to 8192 entries (a stopgap for 2.4.x series, 2.5.x will have adaptive list) PR: ports/127847 Requested by: Henrik Herranen <leopold@iki.fi> Notes: svn path=/head/; revision=222607
* Add quirk for the Apple iPhone 3G from upstream SVN.Henrik Brix Andersen2008-07-292-0/+12
| | | | | | | Approved by: pav (maintainer), erwin (mentor, implicit) Notes: svn path=/head/; revision=217814
* - Fix install in presence of gmkdirPav Lucistnik2008-07-141-1/+1
| | | | | | | Reported by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=216833
* - Update to 2.4.2Pav Lucistnik2008-07-144-22/+9
| | | | Notes: svn path=/head/; revision=216824
* 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
* - Put shlib major back into LIB_DEPENDS, otherwise it's picking up libusb.so.0Pav Lucistnik2008-05-181-2/+2
| | | | | | | | | from compat4x package Reported by: many Notes: svn path=/head/; revision=213273
* - Update to 2.4.1Pav Lucistnik2008-03-303-5/+8
| | | | Notes: svn path=/head/; revision=210175
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Disable DoxygenPav Lucistnik2008-01-082-62/+50
| | | | | | | | | | - Port now installs the docs by itself PR: ports/119451 Reported by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=205266
* - Update to 2.4.0Pav Lucistnik2007-08-134-9/+32
| | | | Notes: svn path=/head/; revision=197593
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* - Update to 2.3.1Pav Lucistnik2006-12-285-44/+7
| | | | Notes: svn path=/head/; revision=180928
* - Fix the fix: lofi's patch was using a buffer before initializing itPav Lucistnik2006-12-131-4/+5
| | | | | | | | Obtained from: gphoto SVN rev 9585 Pointy hat to: lofi Notes: svn path=/head/; revision=179639
* Fix build on 4.xMichael Nottebrock2006-12-122-0/+49
| | | | Notes: svn path=/head/; revision=179584
* - Update to 2.3.0Pav Lucistnik2006-12-077-60/+47
| | | | Notes: svn path=/head/; revision=179129
* - Add a patch to not close shared dbus connectionsPav Lucistnik2006-11-122-1/+11
| | | | | | | | | PR: ports/105436 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Obtained from: gphoto svn Notes: svn path=/head/; revision=177097
* - Fix build on FreeBSD 4Pav Lucistnik2006-06-231-0/+10
| | | | | | | | PR: ports/99377 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=166125
* - Build and install print-camera-listPav Lucistnik2006-06-212-2/+7
| | | | Notes: svn path=/head/; revision=165978
* - Fix build with WITHOUT_NLS optionPav Lucistnik2006-06-202-0/+21
| | | | | | | | Reported by: dougb Obtained from: vendor svn (r8923, r8925) Notes: svn path=/head/; revision=165883
* - Update to 2.2.1Pav Lucistnik2006-06-195-81/+27
| | | | | | | | - Use ltverhack - Take maintainership Notes: svn path=/head/; revision=165812
* - Update to 2.1.99Pav Lucistnik2006-03-296-422/+244
| | | | | | | | | | Even if this is a development release, authors prefer it over 2.1.6 PR: ports/94429 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=158367
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+114
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix serial port detection on FreeBSD 6.0 and aboveMarkus Brueffer2006-01-202-1/+15
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=153981
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Oops, somehow my previous commit did not pick up the actual patch. WhichMikhail Teterin2005-09-162-0/+242
| | | | | | | is good, because I forgot to bump the PORTREVISION anyway. Notes: svn path=/head/; revision=142885
* Add a patch from the vendor's CVS to limit the number of pictures cachedMikhail Teterin2005-09-161-2/+2
| | | | | | | | | | | | | by the library (to two by default). Previous versions had NO LIMIT, which prevented simple clients of the library (such "gphoto -P" itself) from downloading LARGE sequences of pictures -- the program would run out of memory and crash. While here, remove the explicit requirements for shared library versions of dependencies. Notes: svn path=/head/; revision=142883
* Update to 2.1.6.Roman Bogorodskiy2005-07-084-5/+7
| | | | | | | | PR: 83157 Submitted by: Ports Fury Notes: svn path=/head/; revision=138722
* - update to libusb-0.1.10aYen-Ming Lee2005-04-131-1/+1
| | | | | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=133226
* - exif library version now became .12Cheng-Lung Sung2005-04-041-1/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=132409
* Update to version 2.1.5Kirill Ponomarev2004-12-209-354/+55
| | | | | | | | PR: ports/75267 Submitted by: Ports Fury Notes: svn path=/head/; revision=124564
* Add suport for the Canon powershot A85.Koop Mast2004-11-022-21/+23
| | | | | | | | | | | Bump Portrevision. PR: 71857 Submitted by: Michael Lestinsky <michael AT lestinsky dot de> Approved by: pav (mentor) Notes: svn path=/head/; revision=120665