aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jasper
Commit message (Collapse)AuthorAgeFilesLines
* - Security fixdinoex2013-04-212-2/+2
| | | | | | | Security: CVE-2011-4517 execute arbitrary code on decodes images Submitted by: naddy (Christian Weisgerber) Obtained from: Fedora Feature safe: yes
* graphics/jasperdinoex2013-04-1825-8/+913
| | | | | | | | | | | | | | - Security fixes Multiple integer overflows Buffer overflow in the jas_stream_printf execute arbitrary code on decodes images Security: CVE-2008-3520 Security: CVE-2008-3522 Security: CVE-2011-4516 Security: CVE-2011-4517 PR: 163718 Obtained from: Fedora Feature safe: yes
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - cleanup headerdinoex2013-01-271-5/+1
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - remove OPTIONS_DEFAULTdinoex2012-06-161-1/+0
| | | | Submitted by: sunpoet
* - use OPTIONS_DEFINEdinoex2012-06-161-6/+7
|
* - fix assertion on some JPEG2000 pictures encoded in (RGBA)dinoex2011-11-262-1/+18
| | | | | | | PR: 162812 Sumbitted by: Sebastian Klemke Obtained from: Debian, Mathew Eis Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* LICENSE MITdinoex2010-06-041-0/+2
|
* - new option WITH_UUIDdinoex2010-05-052-1/+248
| | | | | PR: 146290 Submitted by: Sunpoet Po-Chuan Hsieh
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* - update to jpeg7dinoex2009-07-181-1/+1
| | | | Tested by: pav on pointyhat
* - take maintainershipdinoex2009-07-057-2/+4
| | | | - cleanup
* - Mark MAKE_JOBS_SAFE for SMP compilationmm2009-03-251-0/+1
|
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - 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).
* - Disable parallel build which broke jasper on two of my boxessat2007-08-071-1/+0
| | | | | | (7/i386/UP and 7/amd64/SMP) - Note that parallel builds still require much testing (and research)
* Add a patch, which disables a call to atexit() to register libjasper'smi2007-08-062-1/+33
| | | | | | | | | | | | | | | | | | | | | 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.
* - Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did notrafan2007-07-091-2/+2
| | | | | | | notice this is wrong :( PR: ports/114430 Submitted by: Shane Bell <decept0 at gmail.com>
* - Add OPTIONS knobs for openglmiwi2007-07-082-4/+16
| | | | | Submitted by: ports@ ml Reviewed by: rafan (thanks)
* - Fix pkg-plistmiwi2007-07-071-1/+2
|
* - Add missing file to pkg-plistmiwi2007-07-042-1/+2
| | | | | PR: 114226 Submitted by: Stefan Sperling <stsp@stsp.name>
* Replace a tmpnam/open combo with mkstemp. A more aggressive change, whichmi2007-06-122-1/+21
| | | | uses tmpfile is being evaluated.
* - Update to 1.9001miwi2007-02-096-23/+35
| | | | | PR: 108869 Submitted by: Martin Matuska <martin@matuska.org>
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-021-1/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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-111-1/+1
|
* - Update to version 1.701.0krion2004-04-032-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-185-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-075-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-204-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-211-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.