aboutsummaryrefslogtreecommitdiff
path: root/graphics/jasper
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-08-262-2/+2
| | | | Notes: svn path=/head/; revision=478143
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Clean up MakefileSunpoet Po-Chuan Hsieh2017-01-152-26/+12
| | | | | | | | | | | | - Use USES=localbase - Sort USES - Convert to options variable helper - Update WWW - Add GitHub repository to WWW - Take maintainership Notes: svn path=/head/; revision=431514
* - drop maintainershipDirk Meyer2016-09-251-1/+1
| | | | Notes: svn path=/head/; revision=422753
* - make option UUID defaultDirk Meyer2016-02-2011-71/+464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix double-free in in jas_iccattrval_destroy() Obtained from: RedHat Security: CVE-2014-8137 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173157 - fix heap overflow in jp2_decode() Obtained from: RedHat Security: CVE-2014-8138 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173162 - dec->numtiles off-by-one check in jpc_dec_process_sot() Obtained from: RedHat, Fedora Security: CVE-2014-8157 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282 - multiple stack-based buffer overflows Obtained from: RedHat, Fedora Security: CVE-2014-8158 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282 - fix Heap overflows in libjasper Obtained from: RedHat Security: CVE-2014-9029 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1167537 - fix Use-after-free (and double-free) Security: CVE-2015-5221 Security: http://www.openwall.com/lists/oss-security/2015/08/20/4 PR: 203504 - patch (rows_ NULL check) Obtained from: RedHat Security: CVE-2016-2089 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1302636 Notes: svn path=/head/; revision=409237
* - cleanupDirk Meyer2015-10-081-4/+2
| | | | Notes: svn path=/head/; revision=398804
* - Security patch for CVE-2015-5203Dirk Meyer2015-08-296-7/+178
| | | | | | | | | | PR: 202697 Submitted by: wxl@bikefriday.com Reviewed y: Security: CVE-2015-5203 Notes: svn path=/head/; revision=395527
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+1
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove dead RINGSERVERBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382777
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* - fix order in USESDirk Meyer2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363922
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361950
* Convert to USES=libtool.Tijl Coosemans2014-04-242-5/+4
| | | | Notes: svn path=/head/; revision=352032
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* - update LIB_DEPENDSDirk Meyer2013-12-111-1/+1
| | | | Notes: svn path=/head/; revision=336227
* - cleanup manpage handlingDirk Meyer2013-11-222-13/+1
| | | | Notes: svn path=/head/; revision=334610
* - use STAGEDIRDirk Meyer2013-11-222-12/+8
| | | | | | | - drop NO_INSTALL_MANPAGES Notes: svn path=/head/; revision=334609
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Security fixDirk Meyer2013-04-202-2/+2
| | | | | | | | | | Security: CVE-2011-4517 execute arbitrary code on decodes images Submitted by: naddy (Christian Weisgerber) Obtained from: Fedora Feature safe: yes Notes: svn path=/head/; revision=316157
* graphics/jasperDirk Meyer2013-04-1725-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 Notes: svn path=/head/; revision=316008
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - cleanup headerDirk Meyer2013-01-261-5/+1
| | | | Notes: svn path=/head/; revision=311027
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-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. Notes: svn path=/head/; revision=302037
* - remove OPTIONS_DEFAULTDirk Meyer2012-06-161-1/+0
| | | | | | | Submitted by: sunpoet Notes: svn path=/head/; revision=299386
* - use OPTIONS_DEFINEDirk Meyer2012-06-151-6/+7
| | | | Notes: svn path=/head/; revision=299364
* - fix assertion on some JPEG2000 pictures encoded in (RGBA)Dirk Meyer2011-11-262-1/+18
| | | | | | | | | | PR: 162812 Sumbitted by: Sebastian Klemke Obtained from: Debian, Mathew Eis Feature safe: yes Notes: svn path=/head/; revision=286459
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* LICENSE MITDirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255722
* - new option WITH_UUIDDirk Meyer2010-05-052-1/+248
| | | | | | | | PR: 146290 Submitted by: Sunpoet Po-Chuan Hsieh Notes: svn path=/head/; revision=253761
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - take maintainershipDirk Meyer2009-07-057-2/+4
| | | | | | | - cleanup Notes: svn path=/head/; revision=237171
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230867
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-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). Notes: svn path=/head/; revision=226727
* - Disable parallel build which broke jasper on two of my boxesAndrew Pantyukhin2007-08-061-1/+0
| | | | | | | | | (7/i386/UP and 7/amd64/SMP) - Note that parallel builds still require much testing (and research) Notes: svn path=/head/; revision=197237
* Add a patch, which disables a call to atexit() to register libjasper'sMikhail Teterin2007-08-052-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. Notes: svn path=/head/; revision=197182
* - Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did notRong-En Fan2007-07-091-2/+2
| | | | | | | | | | notice this is wrong :( PR: ports/114430 Submitted by: Shane Bell <decept0 at gmail.com> Notes: svn path=/head/; revision=195292
* - Add OPTIONS knobs for openglMartin Wilke2007-07-082-4/+16
| | | | | | | | Submitted by: ports@ ml Reviewed by: rafan (thanks) Notes: svn path=/head/; revision=195208
* - Fix pkg-plistMartin Wilke2007-07-061-1/+2
| | | | Notes: svn path=/head/; revision=195108
* - Add missing file to pkg-plistMartin Wilke2007-07-042-1/+2
| | | | | | | | PR: 114226 Submitted by: Stefan Sperling <stsp@stsp.name> Notes: svn path=/head/; revision=194896
* Replace a tmpnam/open combo with mkstemp. A more aggressive change, whichMikhail Teterin2007-06-122-1/+21
| | | | | | | uses tmpfile is being evaluated. Notes: svn path=/head/; revision=193334
* - Update to 1.9001Martin Wilke2007-02-086-23/+35
| | | | | | | | PR: 108869 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=184625