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

36 Commits

Author SHA1 Message Date
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
d427e266d8 - take maintainership
- cleanup
2009-07-05 09:50:02 +00:00
Martin Matuska
65ab38d950 - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-24 16:21:59 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Andrew Pantyukhin
9e2b45ceb0 - Disable parallel build which broke jasper on two of my boxes
(7/i386/UP and 7/amd64/SMP)
- Note that parallel builds still require much testing (and
  research)
2007-08-06 20:08:43 +00:00
Mikhail Teterin
9c8a79bceb Add a patch, which disables a call to atexit() to register libjasper's
own clean-up routine (jas_cleanup). The call would be of limited
use anyway, as freeing memory at exit is useful only for tracking
down memory leaks. Removing the atexit call eliminates crashes in
ImageMagick and GraphicsMagick, when they are compiled with modules
support -- when a library is dlclosed, calling its cleanup routine is
certain death...

When compiling with gcc, declare the routine with ``__attribute__
(destructor)'' as per kan's otherwise obnoxious and inflammatory
e-mails. This will make sure, the routine is invoked, when libjasper
is dlclosed(). The only known apps that do that are ImageMagick and
GraphicsMagick (when built with modules support). They both call
the routine explicitly anyway...

While here enable parallel build of jasper itself, and eliminate the
most threatening warnings.

Bump PORTREVISION.
2007-08-05 22:14:08 +00:00
Rong-En Fan
48a88d73be - Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did not
notice this is wrong :(

PR:		ports/114430
Submitted by:	Shane Bell <decept0 at gmail.com>
2007-07-09 10:29:29 +00:00
Martin Wilke
0d72b6f41f - Add OPTIONS knobs for opengl
Submitted by:	ports@ ml
Reviewed by:	rafan (thanks)
2007-07-08 08:02:51 +00:00
Martin Wilke
1afe83ffc2 - Fix pkg-plist 2007-07-06 22:28:47 +00:00
Martin Wilke
618c4e6f43 - Add missing file to pkg-plist
PR:		114226
Submitted by:	Stefan Sperling <stsp@stsp.name>
2007-07-04 11:46:12 +00:00
Mikhail Teterin
eb1485b28e Replace a tmpnam/open combo with mkstemp. A more aggressive change, which
uses tmpfile is being evaluated.
2007-06-12 15:47:04 +00:00
Martin Wilke
c935806fc1 - Update to 1.9001
PR:		108869
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-08 22:35:00 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Oliver Eikemeier
11e8fd3a77 avoid ending up with libjasper-1.701.so.4 2004-06-19 10:22:56 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Kirill Ponomarev
ce7fbff43d - Update to version 1.701.0
PR:		ports/65085
Submitted by:	Ports Fury
2004-04-02 19:04:43 +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
Kirill Ponomarev
7f23383278 - Utilize USE_GNOME
- Use DOCSDIR

PR:		ports/62531
Submitted by:	Ports Fury
2004-02-08 13:17:57 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Mikhail Teterin
289ced7fc4 Upgrade from 1.700.2 to 1.700.5 (released on Oct 4th). 2003-12-17 17:20:30 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Maxim Sobolev
1754e553bd Update to 1.700.2. 2003-05-06 16:27:48 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
3780b8d857 Fix a typo: log long --> long long.
Submitted by:	Stacey Roberts <stacey@vickiandstacey.com>
		BSD <bsd@xtremedev.com>
		Mike Hardling <mvh@ix.netcom.com>
2003-01-20 10:35:47 +00:00
Maxim Sobolev
090302fe0e Update to 1.600.0. 2003-01-19 20:26:58 +00:00
Akinori MUSHA
d495562517 The only master site is down. Add some ImageMagick sites that mirror
the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?)
2002-09-22 10:36:11 +00:00
Alan Eldridge
902041e909 Fix jas_types.h for stable. Maintainer 2 week timeout. 2002-09-20 17:57:05 +00:00
Maxim Sobolev
d27783d7bb Update to 1.500.4.
PR:		41357
Submitted by:	Ports Fury
2002-08-30 12:21:10 +00:00
Maxim Sobolev
0ae00ef685 Add Jasper - a reference implementation of the image codec specified in the
JPEG-2000 standard.
2001-11-15 10:07:32 +00:00