summaryrefslogtreecommitdiff
path: root/graphics/imlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement USE_GTK, part 1.Jeremy Lea2000-10-052-11/+5
| | | | Notes: svn path=/head/; revision=33424
* Remove hardcoded /usr/local, and correct pkg/PLISTVanilla I. Shu2000-07-162-19/+8
| | | | | | | | PR: ports/19166 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30679
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Remove BUILD_DEPENDS on ImageMagick.Vanilla I. Shu2000-06-031-1/+0
| | | | Notes: svn path=/head/; revision=29157
* Say hello to GNOME 1.2Ade Lovett2000-06-012-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release. Notes: svn path=/head/; revision=29055
* Add two .la files.Satoshi Asami2000-06-011-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29035
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Remove dynamic loader support, it cause some problem.Vanilla I. Shu2000-04-033-14/+26
| | | | Notes: svn path=/head/; revision=27295
* Add -L${LOCALBASE}/lib in front of -ltiff and stuff in imlib-config;Satoshi Asami2000-03-032-0/+14
| | | | | | | | | without it, ports (like astro/xplanet) that only require X-related stuff will fail (since they will only put -L${X11BASE}/lib in the linker command line). Notes: svn path=/head/; revision=26509
* Fix packaging, .la files aren't installed anymore.Satoshi Asami2000-02-291-10/+0
| | | | | | | | PR: 17076 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26448
* Remove redundant LIB_DEPENDS,Vanilla I. Shu2000-02-272-46/+12
| | | | | | | | | | Use GLIB_CONFIG instead of hardcoded glib12-config PR: ports/16379 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26321
* Use libungif (support for it was already present in theAde Lovett2000-02-161-2/+2
| | | | | | | configure script). GNOME packages should build again now. Notes: svn path=/head/; revision=25877
* Correct pkg/PLIST.Vanilla I. Shu2000-01-161-0/+10
| | | | Notes: svn path=/head/; revision=24773
* New location on MASTER_SITE.Steve Price1999-12-041-3/+1
| | | | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
* Add another MASTER_SITE so the distfile is actually fetchable.Jim Mock1999-10-301-1/+2
| | | | Notes: svn path=/head/; revision=22726
* Update to 1.9.8Yukihiro Nakai1999-10-293-11/+11
| | | | | | | Submitted by: Clive Lin <clive@GnatS.CirX.ORG> Notes: svn path=/head/; revision=22720
* Update to 1.9.7Yukihiro Nakai1999-10-085-34/+47
| | | | Notes: svn path=/head/; revision=22242
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
| | | | Notes: svn path=/head/; revision=21701
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Add (back) the path to giflib's header files in CPPFLAGS.Steve Price1999-06-061-2/+2
| | | | Notes: svn path=/head/; revision=19236
* Use gtk version 1.2.3, bump minor version, and USE_LIBTOOL.Steve Price1999-05-293-28/+11
| | | | | | | | PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19056
* 1. Add missing continuation line.Jordan K. Hubbard1999-05-271-2/+2
| | | | | | | | 2. Sigh. 3. Start alpha release build again. :) Notes: svn path=/head/; revision=19026
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-3/+2
| | | | Notes: svn path=/head/; revision=19018
* DISTFILES moved on MASTER_SITE.Steve Price1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17741
* Fix the MASTER_SITE_SUBDIR.Vanilla I. Shu1999-03-271-2/+2
| | | | Notes: svn path=/head/; revision=17407
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.Jacques Vidrine1999-03-152-4/+4
| | | | | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 Notes: svn path=/head/; revision=17236
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-096-89/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Upgrade to 1.9.3.Vanilla I. Shu1999-02-184-47/+43
| | | | Notes: svn path=/head/; revision=16753
* Dont' remove tests for ImageMagick.Vanilla I. Shu1999-01-311-141/+0
| | | | | | | | PR: ports/9804 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16444
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Upgrade to 1.9.2.Vanilla I. Shu1999-01-214-51/+21
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16248
* Upgrade to 1.9.1.Vanilla I. Shu1999-01-205-73/+41
| | | | Notes: svn path=/head/; revision=16219
* Upgrade to 1.9.0.Vanilla I. Shu1999-01-146-67/+121
| | | | Notes: svn path=/head/; revision=16038
* Bump libglib11d's version to 2.0,Vanilla I. Shu1999-01-042-4/+22
| | | | | | | and fix some configure problem(include pkg/PLIST). Notes: svn path=/head/; revision=15819
* Correct some define on CONFIGURE_ENV.Vanilla I. Shu1998-12-261-2/+3
| | | | Notes: svn path=/head/; revision=15637
* Upgrade to 1.8.2.Vanilla I. Shu1998-12-266-40/+67
| | | | Notes: svn path=/head/; revision=15635
* Remove old tiff34's patch.Vanilla I. Shu1998-12-061-16/+8
| | | | Notes: svn path=/head/; revision=15155
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-253-25/+4
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Upgrade to 1.8.1Vanilla I. Shu1998-09-286-120/+54
| | | | Notes: svn path=/head/; revision=13524
* Convert to elf.Vanilla I. Shu1998-09-232-4/+4
| | | | Notes: svn path=/head/; revision=13365
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-191-3/+3
| | | | Notes: svn path=/head/; revision=13232
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148