Commit graph

90 commits

Author SHA1 Message Date
Dirk Meyer
63c9fecfe5 - add regression-test
Submitted by:	Mikhail Teterin
Feature safe:	yes
2012-03-25 15:57:42 +00:00
Dirk Meyer
411068c9c6 - add patch for FreeBSD-10 2011-10-17 19:11:46 +00:00
Dirk Meyer
14a3524d1b - add patch for FreeBSD-10 2011-10-17 19:03:03 +00:00
Dirk Meyer
032eba1e2d - drop uunet mirror 2011-08-06 08:53:55 +00:00
Dirk Meyer
215eae00b7 - fix build after updated jpegexiforient
Sources veryfied to have no functional changes
2011-03-19 09:27:06 +00:00
Ion-Mihai Tetcu
2cc8b25b87 Add ${DIST_SUBDIR} to the cp done in post-extract and unbreak.
Reported by:	new QAT insteance testeing
Approved by:	portmgr@ (self, to many ports depend on this one)
2011-01-06 01:35:36 +00:00
Dirk Meyer
c44bdf6b8e - make portlint happy
- fix changed distfile
  and use DIST_SUBDIR to force refetch
PR:		153683
2011-01-05 17:14:22 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dirk Meyer
abdfd6f70f - fix spelling 2010-08-27 04:43:45 +00:00
Dirk Meyer
8a083fc425 - update description
Submitted by:	Christoph Mallon
2010-08-26 20:42:41 +00:00
Dirk Meyer
607084d297 - update to 8b 2010-06-07 17:31:10 +00:00
Dirk Meyer
ff107b26c5 - use DISTVERSION 2010-06-06 08:31:24 +00:00
Rene Ladan
250ed99fd0 Bump PORTREVISION to force registration of the conflict with
graphics/libjpeg-turbo in the package (they install overlapping files).

Submitted by:	makc
Approved by:	tabthorpe (mentor)
2010-04-29 18:31:32 +00:00
Rene Ladan
f45a192c12 Register mutual CONFLICTS.
Submitted by:	makc
Approved by:	tabthorpe (mentor, implicit)
2010-04-28 06:18:17 +00:00
Dirk Meyer
4c4473616b - update to 8a 2010-03-09 15:10:26 +00:00
Dirk Meyer
041a0cd936 - cleanup comment, ggostscript5 is gone 2010-02-05 11:58:18 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dirk Meyer
333cb860b3 - add missing patch 2008-08-13 08:23:08 +00:00
Dirk Meyer
ede7f64b63 - fix autoconf problems with jconfig.h
Submitted by:	Jeremy Messenger
2008-08-12 14:06:38 +00:00
Dirk Meyer
cc036ede51 - fix HAVE_STDLIB_H macrosA
Reported by: 	Jeremy Messenger
2008-08-10 07:14:59 +00:00
Dirk Meyer
24bb8d7c78 - use USE_LDCONFIG 2007-01-13 04:53:26 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
2353e6967f - add support for some C++ programs
PR:		86304
Submitted by:	Craig Rodrigues
2005-09-22 07:01:29 +00:00
Michael Johnson
8dd2085064 Use libtool15
Approved by:	dinoex (maintainer)
		pav (co mentor)
2004-11-09 13:18:13 +00:00
Dirk Meyer
c547c5493f - extend manpage jpegtran.1
PR:		72455
Submitted by:	Michael Johnson
2004-10-12 04:12:12 +00:00
Dirk Meyer
dbbda266a1 - merged cropping patch and drop patch
Submitted by:	Mike Johnson
2004-06-05 08:11:31 +00:00
Dirk Meyer
7a318b355a - Patches from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 ,
http://sylvana.net/jpegcrop/exifpatch.html
Which add EXIF support to jpegtran (lossless JPEG transforms) and to
rdjpgcom to add reporting of EXIF orientation in verbose mode.

- Tools from http://sylvana.net/jpegcrop/exif_orientation.html
which allow automatic JPEG orientation using the EXIF tag from the camera.
(I think it should be done with DISTFILES rather than with PATCH_SITES,
though).

Roman Shterenzon

(some cleanup done)
2004-03-18 14:53:47 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Dirk Meyer
c600b83191 - add SIZE 2004-02-26 05:26:15 +00:00
Dirk Meyer
c996690901 - make portlint happy
- use PORTDOCS
2003-11-18 13:08:47 +00:00
Dirk Meyer
ca27c348e1 - take maintainership 2003-11-17 19:33:49 +00:00
Joe Marcus Clarke
809094a5de Make sure libraries are built with -fPIC to fix dependent port builds on
amd64.

Reported by:	bento via kris
2003-08-05 01:51:25 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
ab1f5e5a35 add one more site 2002-06-23 18:06:32 +00:00
Ying-Chieh Liao
6e0715a849 add WWW 2002-06-23 18:04:59 +00:00
Ying-Chieh Liao
4d0de81699 add "--enable-maxmem" configure option
PR:		36013
Submitted by:	Seva Gluschenko <gvs@rinet.ru>
2002-03-18 03:36:35 +00:00
Mario Sergio Fujikawa Ferreira
57eb3d104b o Install two additional header files required by soon to be added
libmovtar port
o bump PORTREVISION due to that
2001-11-16 03:33:54 +00:00
Mario Sergio Fujikawa Ferreira
a893315ba1 un"echo" installation (less noise) 2001-10-16 03:01:43 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Mikhail Teterin
c8e7eb76ad Prepend %%PORTDOCS%% were needed. 2001-04-09 23:08:32 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Jeremy Lea
949601261b Correct USE_LIBTOOL usage. 2000-10-03 00:54:04 +00:00
Satoshi Asami
36811d3a77 test uses = for equality, not ==. 2000-08-30 05:24:47 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00