summaryrefslogtreecommitdiffstats
path: root/graphics/jasper
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* avoid ending up with libjasper-1.701.so.4eik2004-06-191-2/+3
|
* Tidy up whitespace.trevor2004-04-101-1/+1
|
* - Update to version 1.701.0krion2004-04-022-5/+5
| | | | | PR: ports/65085 Submitted by: Ports Fury
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* - Utilize USE_GNOMEkrion2004-02-083-22/+11
| | | | | | | - Use DOCSDIR PR: ports/62531 Submitted by: Ports Fury
* SIZEify.trevor2004-01-291-0/+1
|
* Upgrade from 1.700.2 to 1.700.5 (released on Oct 4th).mi2003-12-175-18/+23
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Update to 1.700.2.sobomax2003-05-065-8/+26
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix a typo: log long --> long long.sobomax2003-01-201-1/+1
| | | | | | Submitted by: Stacey Roberts <stacey@vickiandstacey.com> BSD <bsd@xtremedev.com> Mike Hardling <mvh@ix.netcom.com>
* Update to 1.600.0.sobomax2003-01-194-31/+31
|
* The only master site is down. Add some ImageMagick sites that mirrorknu2002-09-221-1/+5
| | | | the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?)
* Fix jas_types.h for stable. Maintainer 2 week timeout.alane2002-09-201-0/+43
|
* Update to 1.500.4.sobomax2002-08-304-7/+7
| | | | | PR: 41357 Submitted by: Ports Fury
* Add Jasper - a reference implementation of the image codec specified in thesobomax2001-11-155-0/+63
JPEG-2000 standard.
OpenPOWER on IntegriCloud