Commit graph

88 commits

Author SHA1 Message Date
Martin Wilke
8d5f87c537 - Update to 2.5.3
PR:		ports/181073
Submitted by:	Ports Fury
2014-01-17 16:56:15 +00:00
Dmitry Marakasov
af674dce12 - Fix build on 10.x 2013-11-27 18:33:24 +00:00
Alexey Dokuchaev
65ad790bda Modernize LIB_DEPENDS syntax and stagify. 2013-10-19 19:32:28 +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
Alexey Dokuchaev
cbc8ab009e - Fix a stupid typo: AALIB_CONFIGURE_s/ARGS/OFF/
- Remove pthread-related hacks: everything works fine without them
2013-07-10 05:21:51 +00:00
Alexey Dokuchaev
171c14a2d4 - Drop the article from COMMENT line
- Define LICENSE (GPLv2)
- Convert USE_GMAKE to USES (gmake)
- Drop MAKE_JOBS_SAFE, it will soon be the default
- Provide better description for AALIB option
- Do not conditionally depend on graphics/jpeg; does not make sense as
  libgphoto2 always depends on it
- Convert two ${PORT_OPTIONS:M...} into smart syntax
- Do not use .for loop when installing just one file
2013-07-10 02:28:51 +00:00
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
Baptiste Daroussin
541cf0967e Convert pav's ports to new options framework
While here trim headers
Explicitly set USE_PKGCONFIG=build where needed

Approved by:	pav
2012-12-29 23:14:24 +00:00
Pav Lucistnik
ea1212ff07 - Update to 2.4.14 2012-08-24 09:07:08 +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
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Pav Lucistnik
56313cc731 - Update to 2.4.11 2011-06-02 20:43:31 +00:00
Pav Lucistnik
c5298edd7e - Update to 2.4.10 2010-09-02 13:19:32 +00:00
Pav Lucistnik
ad281131af - Update to 2.4.9 2010-06-03 11:46:08 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
b7daa8ecd7 - Update to 2.4.7
- Make aalib/jpeg dependency optional
2009-09-07 09:03:55 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Pav Lucistnik
5a6be62ed5 - Update to 2.4.5 2009-04-22 15:02:46 +00:00
Pav Lucistnik
e9f6d4b012 - Update to 2.4.4 2009-01-30 09:15:01 +00:00
Pav Lucistnik
de019f2420 - Update to 2.4.3
- 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>
2008-11-09 16:10:50 +00:00
Pav Lucistnik
8447c4e791 - Update to 2.4.2 2008-07-14 09:24:03 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
671c39f5a9 - Correct plist for NOPORTDOCS (test-hook.sh is installed always)
- Stop installing empty or content-free files

Reported by:	ionbot
2008-06-04 07:45:55 +00:00
Pav Lucistnik
bf18f81fac - Update to 2.4.1 2008-03-30 19:31:25 +00:00
Pav Lucistnik
e60d01ddc6 - Update to 2.4.0 2007-08-13 18:08:22 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
d307009aad - Mark BROKEN on FreeBSD 4
Reported by:	krismail
2007-01-10 17:58:13 +00:00
Pav Lucistnik
0cdc7572b3 - Update to 2.3.1 2006-12-28 22:14:53 +00:00
Pav Lucistnik
c9d7586b09 - Update to 2.3.0 2006-12-07 17:05:45 +00:00
Pav Lucistnik
ee5dedc438 - Update to 2.2.0
- Take maintainership
2006-06-19 21:13:03 +00:00
Pav Lucistnik
12ed8a0e2f - Update to 2.1.99
PR:		ports/94430
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-03-29 06:56:19 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Roman Bogorodskiy
0e28d6a737 Update to 2.1.6.
PR:		83156
Submitted by:	Ports Fury
2005-07-08 19:06:10 +00:00
Kirill Ponomarev
bab4175717 Update to version 2.1.5
PR:		ports/75266
Submitted by:	Ports Fury
2004-12-20 08:47:41 +00:00
Pav Lucistnik
7ed9c9c260 - Fix build with new libexif
PR:		ports/72209
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 21:22:18 +00:00
Kris Kennaway
078917806c Add missing file 2004-05-08 05:11:12 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +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
Kirill Ponomarev
2e59b5fcff - Update to version 2.1.3
PR:		58626
Submitted by:	Ports Fury
2003-10-28 22:16:05 +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
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Ying-Chieh Liao
080947a88b upgrade to 2.1.1
PR:		46596
Submitted by:	Ports Fury
2003-01-03 20:29:18 +00:00
Dirk Meyer
01ddd1f7d2 Fix build on -current
PR:		46407
Submitted by:	kcwu@kcwu.dyndns.org
2002-12-22 09:39:42 +00:00
Josef Karthauser
c1676856fd Use the latest libusb.
PR:	ports/46064
2002-12-08 23:52:19 +00:00