aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-2/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Upgrade from 1.4.9 to 1.4.12. The relevant upstream improvementsMikhail Teterin2021-01-041-1/+2
| | | | | | | | | | | | | are: * Fixes in handling of BMP and XBM formats; * Fixes in handling of all 16-bit images. Reported by: portscout Sponsored by: United Marsupials Notes: svn path=/head/; revision=560347
* Upgrade from 1.4.7 to 1.4.9. Some new image-formats added, etc.Mikhail Teterin2020-01-211-12/+9
| | | | | | | | | | As before, we force the use of the already installed libraries for JPEG, TIFF, and others. This causes some tests to fail, because the newer versions of these libraries yield slightly different files -- mark such tests as non-portable. Notes: svn path=/head/; revision=523700
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* - Switch to new test frameworkDmitry Marakasov2018-06-131-8/+4
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=472295
* Upgrade from 1.4.6 to 1.4.7. Minor fixes and enhancements.Mikhail Teterin2017-12-311-3/+5
| | | | | | | | | Bundled tests still partially broken. Reported by: portscout Notes: svn path=/head/; revision=457712
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Rename the license to match strings found in lang/tcl86. When theMikhail Teterin2016-07-121-2/+2
| | | | | | | | | | TclTk is added to the licensing database, it will be a little easier to clean up the ports, which currently have to define it themselves. PR: 211040 Notes: svn path=/head/; revision=418432
* Upgrade from 1.4.2 to 1.4.6. Respect EXAMPLES-option, addMikhail Teterin2016-07-121-13/+27
| | | | | | | | | license-definition and define TEST_TARGET. Reported by: trasz Notes: svn path=/head/; revision=418431
* Don't remove X11 linkage; this breaks the upcoming LinuxCNC port.Edward Tomasz Napierala2016-06-141-5/+5
| | | | | | | | PR: 210212 Approved by: maintainer (earlier version) Notes: svn path=/head/; revision=416906
* Convert more ports to USES=(tcl|tk):teaPietro Cerutti2016-04-211-3/+1
| | | | Notes: svn path=/head/; revision=413747
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Antoine Brodin2014-12-241-2/+2
| | | | Notes: svn path=/head/; revision=375496
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Fix plist... Do not link with X-libraries directly -- no calls are madeMikhail Teterin2014-06-091-1/+6
| | | | | | | from this software into X11, it is all handled by Tk. Notes: svn path=/head/; revision=357206
* Upgrade from 1.2.4 to 1.4.2. Allow for staging.Mikhail Teterin2014-06-091-34/+29
| | | | Notes: svn path=/head/; revision=357202
* - Convert to new LIB_DEPENDS formatPietro Cerutti2014-06-031-8/+5
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=356320
* - Convert to USES=tkPietro Cerutti2014-02-181-2/+1
| | | | Notes: svn path=/head/; revision=344907
* 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
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-6/+2
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-8/+4
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Although the default remains 8.5, this changes allows compiling againstMikhail Teterin2011-09-191-0/+1
| | | | | | | | Tk-8.6 as well. Also set MAKE_JOBS_SAFE to "yes" -- we rely on bsd.lib.mk, which has been parallel-safe for ever. Notes: svn path=/head/; revision=282025
* Actually do take over maintainership. Bump PORTREVISION.Mikhail Teterin2011-09-191-2/+2
| | | | Notes: svn path=/head/; revision=282023
* Restore the ability to build against Tk-8.5. Take over maintainership.Mikhail Teterin2011-09-191-18/+20
| | | | Notes: svn path=/head/; revision=282022
* - Revert previous commitChris Rees2011-09-181-21/+19
| | | | | | | | | | | (which was actually approved by me; no misconduct by mi) . Port no longer breaks on amd64, but could still be updated to work with tk85 - Drop maintainership Pointyhat: mi, crees Notes: svn path=/head/; revision=281949
* Re-enable build with Tk-8.3 (if requested).Mikhail Teterin2011-09-141-18/+20
| | | | | | | Allow building with Tk-8.5 (the default). Fix some more warnings. Notes: svn path=/head/; revision=281764
* - Update maintainer addressChris Rees2011-06-171-1/+1
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=275712
* Update MASTER_SITES and undeprecateMax Brazhnikov2011-04-091-5/+2
| | | | | | | | | | | Pass maintainership to submitter Remove md5 sum PR: ports/156281 Submitted by: Chris Rees <utisoft at gmail.com> Notes: svn path=/head/; revision=272440
* Deprecate unmaintained ports from graphics where upstream disapear and/orBaptiste Daroussin2011-03-151-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270962
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove expired tkstep80 related portsPav Lucistnik2008-04-091-9/+1
| | | | Notes: svn path=/head/; revision=210933
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Ready for incoming slaves ports.Martin Wilke2007-03-131-12/+41
| | | | | | | | | | | | | - Pass maintainership to submitter - Respect DOC's - Add graphics/tiff as dependency - Bump PORTREVISION PR: 110221 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=187291
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-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> Notes: svn path=/head/; revision=170640
* A number of enhancements:Mikhail Teterin2005-06-101-8/+7
| | | | | | | | | | | | | | | | | | . compile cleanly against 8.4 with -Wall on i386 and amd64; . use OS' run-time linker instead of dlopen-ing libpng, libjpeg, libtiff inside; . stop using TIFF's _internal_ headers for anything. This changes are quite radical, but seem to work with anything I have. Vendor's own tests pass except for some differences in PNG images -- most likely due to changes in PNG library since 2002. Stop requiring specific versions of jpeg, tiff, png -- we don't really care. Bump up PORTREVISION. Notes: svn path=/head/; revision=137132
* - Fix MASTER_SITES.Florent Thoumie2005-03-081-1/+2
| | | | | | | | | | | - Distfile rerolled due to inclusion in SF CVS repository. PR: ports/77944 Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: pav (mentor) Notes: svn path=/head/; revision=130657
* Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock()Joerg Wunsch2003-12-091-2/+3
| | | | | | | | | | function now has one more parameter to pass, I collected all the individual file patches in a single patch for that purpose, so if/when the original software is up to Tk 8.4, this patch file can easily be removed again. Notes: svn path=/head/; revision=95507
* de-pkg-commentAkinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808