1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Markus Brueffer
e92df606a1 - Fix serial port detection on FreeBSD 6.0 and above
- Bump PORTREVISION
2006-01-20 11:55:20 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Mikhail Teterin
1dbc908d19 Oops, somehow my previous commit did not pick up the actual patch. Which
is good, because I forgot to bump the PORTREVISION anyway.
2005-09-16 05:48:14 +00:00
Mikhail Teterin
96ce47ca76 Add a patch from the vendor's CVS to limit the number of pictures cached
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.
2005-09-16 05:46:48 +00:00
Roman Bogorodskiy
12793cc2e5 Update to 2.1.6.
PR:		83157
Submitted by:	Ports Fury
2005-07-08 18:59:52 +00:00
Yen-Ming Lee
7fdd27b92c - update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:		79084
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2005-04-13 10:22:22 +00:00
Cheng-Lung Sung
fae489c307 - exif library version now became .12
- bump PORTREVISION
2005-04-04 05:31:09 +00:00
Kirill Ponomarev
55a7a22e90 Update to version 2.1.5
PR:		ports/75267
Submitted by:	Ports Fury
2004-12-20 08:49:23 +00:00
Koop Mast
06d09ddd0d Add suport for the Canon powershot A85.
Bump Portrevision.

PR:		71857
Submitted by:	Michael Lestinsky <michael AT lestinsky dot de>
Approved by:	pav (mentor)
2004-11-02 22:41:03 +00:00
Pav Lucistnik
c9dbd2ef81 - Add support for new Canon cameras
Submitted by:	Roman Shterenzon <ports@oven.org>
Obtained from:	gphoto CVS
2004-08-21 22:21:48 +00:00
Pav Lucistnik
85e5f64da5 - Fix downloading of full size pictures from camera on 64-bit platforms.
PR:		ports/69521
Submitted by:	Francois Tigeot <ftigeot@wolfpond.org>
Obtained from:	libgphoto2 CVS (rev. 1.68 of libgphoto2/gphoto2-filesys.c)
2004-07-25 12:02:55 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Alexander Nedotsukov
70ad794c0a Update to 2.1.4 2004-01-26 06:55:59 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
3ea793adc7 - Update to version 2.1.3
PR:		58627
Submitted by:	Ports Fury
2003-10-28 22:14:07 +00:00
Andreas Klemm
95849a2bcf Fix to support Canon PowerShot G5
Situation:
- The PTP2 driver doesn't work for G5
- The G3 driver can't be used a G5
- So the canon native driver has been tought the G5's id etc ...

- Bumped port revision, since the G5 PTP2 support was in
  test status and the G5 canon native driver support
  - fixes G5 PTP2 flaws and
  - is kind of new functionality

These patches have been sent to the gphoto devel team and
have been included into CVS today. Since yestarday 2.1.3
has been releases this fix will show up in later versions of
libgphoto.

Note 1: when using gphoto --auto-detect unluckily the buggy PTP2 driver
will be autodetected. You then have to choose manually the correct
driver. Easiest way is to use digikam->Setup and to Choose driver called
"Canon PowerShot G5 (normal mode)".

Note 2: If you want to use digikam as non-root user, you have to tweak
permissions of /dev/ugenX and /dev/ugenX.{1,2,3}

I succeded by using the following commands which I put into /etc/rc.local,
thanks to Poul-Henning Kamp:
/sbin/devfs ruleset 10
/sbin/devfs rule applyset
/sbin/devfs rule add path ugen1* mode 666
/sbin/devfs rule show

A working solution for /etc/devfs.rules I didn't find yet.

Approved by:	 portmgr@freebsd.org (Joe)
2003-10-20 17:49:40 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Sergey A. Osokin
3575667139 Update to 2.1.2. [1]
Add PLIST_SUB, that decrease diffs against libgphoto2
port in next update-time. [2]

Submitted by:	Jeremy Prior <jez@chagford.netcraft.com> [1],
		osa [2]
PR:		55602
2003-08-15 15:52:19 +00:00
Michael Reifenberger
35fb880a9c Fix dependence on libexif:
exif.9 -> exif.10
2003-08-12 09:12:40 +00:00
Tilman Keskinoz
425fe02c5a Utilize USE_GNOME.
PR:		55055
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-01 13:11:45 +00:00
Joe Marcus Clarke
5a30725d76 Chase the libexif shared lib version. 2003-07-29 21:05:52 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Ying-Chieh Liao
777e3e2d77 add libgphoto2 2.1.1
A universal digital camera picture control tool

PR:		46596
Submitted by:	Ports Fury
2003-01-03 20:27:22 +00:00