aboutsummaryrefslogtreecommitdiff
path: root/graphics/imlib
Commit message (Collapse)AuthorAgeFilesLines
* - Switch from libungif to giflibSteve Wills2012-02-201-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=291930
* - 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 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
* imlib can't handle 32-bit visuals, so only use 24 as maximum.Koop Mast2010-08-242-1/+45
| | | | | | | | | PR: ports/149843 Submitted by: Yuri <yuri@tsoft.com> Obtained from: Ubuntu Notes: svn path=/head/; revision=259923
* - fix build for png-1.4.1Dirk Meyer2010-03-282-1/+12
| | | | Notes: svn path=/head/; revision=251639
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | 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
* -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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-2/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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
* - 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
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Add USE_XLIB to fix other ports build when X11BASE is changed.Jeremy Messenger2006-11-301-0/+2
| | | | | | | | PR: ports/106082 Submitted by: rafan Notes: svn path=/head/; revision=178389
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+20
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Fix WWW.Joe Marcus Clarke2005-12-211-1/+1
| | | | | | | | PR: 90757 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=151782
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Update or add WWW: linesMichael Johnson2005-06-101-1/+1
| | | | Notes: svn path=/head/; revision=137139
* Correct serious bugs in imlib's xpm loader.Jacques Vidrine2005-01-212-1/+511
| | | | | | | | Obtained from: Pavel Kankovsky Security: http://vuxml.freebsd.org/2001103a-6bbd-11d9-851d-000a95bc6fae.html Notes: svn path=/head/; revision=127022
* Add LOCALBASE in library path for imlib-config for jpeg, png, and other ↵Michael Johnson2004-11-151-1/+2
| | | | | | | | | | | | librariesl Bump PORTREVISION Pointed out by: kris via pointyhat Approved by: pav (co mentor) Notes: svn path=/head/; revision=121722
* Update to 1.9.15, bugfix releaseMichael Johnson2004-11-1211-446/+17
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121462
* The SuSE QA team noticed that imlib actually has *two* instances of BMPJacques Vidrine2004-09-022-1/+147
| | | | | | | | | loader code, nearly identical. Previously only one instance was corrected. Correct the other one. http://vuxml.freebsd.org/00644f03-fb58-11d8-9837-000c41e2cdad.html Notes: svn path=/head/; revision=117929
* Correct BMP decoder heap buffer overflow.Jacques Vidrine2004-08-312-1/+179
| | | | | | | | | <http://vuxml.freebsd.org/00644f03-fb58-11d8-9837-000c41e2cdad.html> Obtained from: Gnome Bugzilla (Dmitry V. Levin created patch) Notes: svn path=/head/; revision=117741
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* More useful description.Adam Weinberger2002-12-131-1/+6
| | | | Notes: svn path=/head/; revision=71588
* Undo some bogus changes that made it in the last commit.Joe Marcus Clarke2002-09-201-0/+1
| | | | Notes: svn path=/head/; revision=66863
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-2/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Add USE_REINPLACE.Joe Marcus Clarke2002-07-051-0/+1
| | | | | | | Reported by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=62453
* Convert to USE_GNOMENG.Maxim Sobolev2002-07-041-2/+3
| | | | Notes: svn path=/head/; revision=62434
* Correct the library search path in imlib-config.Joe Marcus Clarke2002-05-032-1/+2
| | | | | | | | PR: 37305 Reported by: Marko Schuetz <MarkoSchuetz@web.de> Notes: svn path=/head/; revision=58517
* Update to 1.9.14.Maxim Sobolev2002-04-044-10/+10
| | | | Notes: svn path=/head/; revision=57308
* Update to 1.9.13.Maxim Sobolev2002-03-154-17/+16
| | | | Notes: svn path=/head/; revision=56128
* Make generated imlib-config LOCALBASE-safe.Ade Lovett2002-03-112-1/+2
| | | | | | | | PR: 34904 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> Notes: svn path=/head/; revision=55893
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Explicitly pass --x-{includes,libraries} to the configure script, so that theMaxim Sobolev2001-12-111-1/+3
| | | | | | | | | port works even for the non-standard X11BASE's (like /opt or such). Prompted by: mi Notes: svn path=/head/; revision=51357
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Update to 1.9.11.Maxim Sobolev2001-08-035-13/+46
| | | | Notes: svn path=/head/; revision=45763
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-21/+12
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-045-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257