Commit Graph

65 Commits

Author SHA1 Message Date
Jacques Vidrine
c1acc95b5a Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.

PR:		 ports/10647
Submitted by:	 Jeremy Lea <reg@shale.csir.co.za>
1999-03-19 04:40:10 +00:00
Seiichirou Hiraoka
7bf6ecab81 Merge i18n extention.
If you use GIMP first, execute 'gimp.setfont'
PR: 10372
Submitted by: nobutaka@nobutaka.com
1999-03-14 02:48:05 +00:00
Vanilla I. Shu
a4911efa2e Upgrade to 1.1.2.
Agreed by:	asami
1999-02-20 19:31:51 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Satoshi Asami
041e910f95 The xd plugin is not building. (This thing has broken way too many
times...time for a reality check? :<)
1999-01-21 07:14:05 +00:00
Satoshi Asami
0a6c60d056 Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
1998-11-25 09:01:25 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Satoshi Asami
c6574786e9 Make this match reality. I guess you didn't notice the shlib minor changing
because you tested it on an ELF system.
1998-10-20 08:40:31 +00:00
Vanilla I. Shu
9a597b20cd Upgrade to 1.0.2. 1998-10-19 14:14:19 +00:00
Vanilla I. Shu
9a0242343b Upgrade to 1.0.1. 1998-09-30 14:52:27 +00:00
Vanilla I. Shu
18df054235 Convert gimp1's library to elf, and activate xdelta plugin. 1998-09-23 00:51:58 +00:00
Satoshi Asami
457679eee3 gtk and gtk11 are now ELFized. 1998-09-22 22:55:56 +00:00
Satoshi Asami
8e535babbf aalib now supports ELF. 1998-09-22 16:19:14 +00:00
Satoshi Asami
81b27d4ffd libmpeg now supports ELF. 1998-09-21 08:54:25 +00:00
Steve Price
a712d50fe2 Remove regexp support for libtiff34 as it is now ELF'able. 1998-09-19 05:46:07 +00:00
Satoshi Asami
27ba461c8e Roll back libpng major to 2. 1998-09-17 00:50:52 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
4610ae86c9 libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:57:51 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
c32eae1535 Wow. Checkout the number of manpages that are in EZWGL. I think that's
too many, so I'll remove half of them.
1998-08-18 17:55:07 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Vanilla I. Shu
77ff6aafc9 Change the library version of Gtk. 1998-07-30 05:39:26 +00:00
Vanilla I. Shu
ac0d56a7c6 1. Upgrade to 1.0.0.
2. Portlint.
PR:	ports/6878
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-06-07 03:58:40 +00:00
Vanilla I. Shu
f2fca9968a 1. Merge patch-ah & patch-ai to one file.
2. Add two manpages (gimptool.1 & gpc.3)
3. Remove tiff34 configure patch.
4. Correct pkg/PLIST.
5. Remove LIB_DEPENDS on xdelta, because we can't compile it on current.
1998-05-27 18:36:05 +00:00
Matthew Hunt
9e9626419b Upgrade to 0.99.31.
PR:		6672
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-05-21 21:28:54 +00:00
John Polstra
c65897b39d Add patches to call fpsetmask(0) at startup time, for gimp itself
and for the plug-ins.  Linux defaults to this (I think), but FreeBSD
does not.  Thus SIGFPEs happen at inopportune times under FreeBSD.
GIMP catches the signals, but prompts at the standard input asking
what to do about them.  On my system, I start GIMP from a window
manager menu, and this prompt to standard input caused the window
manager and every child of it to enter the STOPPED state.  Not
nice at all.  Why the other processes got stopped too, I don't
understand.
1998-05-19 03:16:48 +00:00
John Polstra
937f05d736 Change the shared library version number in the "gtk" dependency
from 1.0 to just 1.  The current version of the gtk port installs
version 1.1 of the library, and it seems to work fine with gimp.
1998-05-19 03:09:09 +00:00
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00
Vanilla I. Shu
d6fcd7b2c5 Upgrade to 0.99.28.
PR:		ports/6442
Submitted by:	Donald Burr <dburr@POBoxes.com>
1998-04-29 21:02:00 +00:00
Andreas Klemm
2eda704c1f correct library dependency.
we indeed have libjpeg.so.8.0, my fault.
1998-04-19 17:03:57 +00:00
Andreas Klemm
d36424d2f3 - tabify Makefile
- configure doesn't detect libaa, added lib dependency for libaa
- lib dependency for jpeg lib corrected, we still have libjpeg.so.7 not 8
- PLIST updated
1998-04-19 11:37:18 +00:00
Eric L. Hernes
966f17d160 upgrade to 0.99.26 1998-04-17 13:31:19 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +00:00
Andrey A. Chernov
574f6deb06 upgrade png major 1998-03-28 19:49:58 +00:00
Satoshi Asami
5b22912c08 Thanks to Eivind, we now have the distfiles. 1998-03-22 00:07:36 +00:00
Satoshi Asami
b781388c67 Mark this port broken, can't fetch. 1998-03-21 09:26:10 +00:00
Eric L. Hernes
d24c98297a upgrade to 0.99.21, there'll be another port containing the ``unstable''
plug-ins soon.
1998-03-17 22:52:44 +00:00
Bill Fenner
f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00
John Polstra
fb0424338a Remove a reference to the gimp port, which no longer exists. 1998-02-05 16:10:51 +00:00
Eric L. Hernes
d2217c7ef3 upgrade to 0.99.18
also add lib depends for xdelta, a binary file diff/patch/rcs type
utilitiy
1998-01-28 15:39:58 +00:00
Eric L. Hernes
301b271aa6 set LD for that stoopid libtool crap 1998-01-07 13:34:07 +00:00
Eric L. Hernes
3ba4c4d009 upgrade to 0.99.17 1998-01-05 17:56:55 +00:00
Eric L. Hernes
e94e7c7e4e use tiff34 and fix path to sendmail
Submitted by:	Vanilla
1997-12-18 20:40:24 +00:00
Eric L. Hernes
eaae9e00b4 install data stuffs in the right place 1997-12-16 23:25:38 +00:00
Eric L. Hernes
6401ad5dce upgrade to 0.99.16 1997-12-16 22:06:42 +00:00
Thomas Gellekum
79fef7002a Use new location for tiff34 headers. 1997-12-01 08:07:14 +00:00
Eric L. Hernes
1eca22557e fix one distfile
Approved by: Satoshi
1997-10-17 01:33:13 +00:00
Thomas Gellekum
0fa8533c72 Add ${LOCALBASE}/include/{tcl8.0,tk8.0} to CPPFLAGS.
Use install-info in PLIST. This seems to need a bit more work,
but I don't get errors from the pkg_* tools so I left it in.

OK'd by:	The Portsmeister
1997-10-16 09:04:37 +00:00