Commit graph

143 commits

Author SHA1 Message Date
Clive Lin
9ff6940c8e Upgrade to 1.2.2
Done by : vanilla
Fix vinum for several days before bad scsi cable got fixed (Arrrgh !),
and finally lost all his /home and ssh key : vanilla
2001-08-18 06:03:21 +00:00
Maxim Sobolev
fc5bea7541 Undo 1.2.2 upgrade.
Requested by:	vanilla (maintainer)
2001-08-14 13:15:51 +00:00
Maxim Sobolev
835b09cfd8 Update to 1.2.2. 2001-08-13 17:14:24 +00:00
Akinori MUSHA
86efb8e8b9 Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Approved by:	vanilla (MAINTAINER)
2001-03-26 20:07:47 +00:00
Vanilla I. Shu
707e30d5d7 Gimp is 1.2 now, not 1.1.
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
2001-03-15 13:39:35 +00:00
Vanilla I. Shu
c8027fbc79 Dont strip script when use --install-admin-bin,
It will broken p5-Gimp installation.
2001-03-14 22:20:10 +00:00
Vanilla I. Shu
e3282fa4f8 Upgrade to 1.2.1. 2001-01-24 01:21:30 +00:00
Vanilla I. Shu
97ba68ff0b Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp (Yoshihiko SARUMARU). 2000-12-26 15:09:31 +00:00
Vanilla I. Shu
df366ceafe Upgrade to 1.1.30. 2000-12-10 09:01:41 +00:00
Vanilla I. Shu
763cddd5c5 Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon). 2000-11-13 01:20:57 +00:00
Vanilla I. Shu
ea81a2cd2b Upgrade to 1.1.27.
PR:		ports/21945
Submitted by:	trevor
2000-10-13 07:59:48 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Maxim Sobolev
a2a9f1fee7 Update to 1.1.26.
PR:			21560 (very incomplete)
Actual work done by:	sobomax
2000-09-26 16:15:45 +00:00
Maxim Sobolev
8d8b937e7a Update to 1.1.25. 2000-08-23 18:33:58 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
3f5cc53518 Update 1.1.24.
Also provide following enhancements:
- Remove PLIST.perl and merge its contents into main PLIST using Satoshi's
  %%PORTDOCS:%% hack;
- the same as previous for Gnome bits;
- automatically generate and substitute shared libraries version;
- slightly reorder Makefile to be more organised;
- remove mailformed pieces from configure patch (it is appears that somebody
  did diff after USE_LIBTOOL hack has been applied).
2000-06-26 16:06:17 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Maxim Sobolev
8b7c12b85c Correct PLIST.perl and update Makefile to reflect recent
WITHOUT_PERL --> WITH_PERL thansition.

PR:			18935
Partially submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
2000-06-01 16:11:58 +00:00
Maxim Sobolev
9d0f2d5862 Update to 1.1.23. Also remove mandatory libintl dependency (should be inherited
from gtk++).
2000-05-30 06:47:14 +00:00
Jim Mock
3d3e80a22e Update to version 1.1.22. From the information I have, vanilla might not
have a vacation for a while, so I figured I wouldn't let this get stale if
that's the case.
2000-05-19 21:14:20 +00:00
Jim Mock
f5e385e048 Update to version 1.1.20. Hopefully this will fix some of the build
problems people are having with 1.1.19.  Vanilla, if you have any problems
with this update, let me know and I'll back it out.
2000-04-26 21:49:45 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Jim Mock
380e26e02d Update to version 1.1.19.
Submitted by:	vanilla
2000-04-14 18:13:57 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Satoshi Asami
f552943e3a Fix a couple bogons to make this work.
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-07 09:35:30 +00:00
Vanilla I. Shu
5be080844d Upgrade to 1.1.18, and add myself as MAINTAINER.
(erich leave us long time ago).
2000-04-02 19:14:30 +00:00
Jeremy Lea
a146f9f784 Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
PR:		ports/16837, ports/16913
Reviewed by:	maintainers
2000-02-24 07:32:36 +00:00
Jim Mock
22ae52b403 Update to version 1.1.15.
Reviewed by:	various people from the ports@FreeBSD.org list
2000-01-19 19:57:14 +00:00
Jim Mock
a2b81e5119 Update to version 1.1.14.
Reviewed by:	Various people from the ports list
2000-01-03 19:42:31 +00:00
Jim Mock
1d6c540988 Update to version 1.1.11
PR:		14779
Submitted by:	Will Andrews <andrews@technologist.com>
1999-11-11 20:14:11 +00:00
Vanilla I. Shu
2923a6b6be Upgrade to 1.1.10
PR:		ports/14294
Submitted by:	Brian Handy <handy@physics.montana.edu>
1999-10-23 07:59:42 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Steve Price
37b5e22798 Update to version 1.1.5.
PR:		11845
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:17:00 +00:00
Michael Haro
b0b0e9d7b6 MASTERSITE path change 1999-04-22 19:15:39 +00:00
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
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
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
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
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
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
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
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
Eric L. Hernes
451355f015 upgrade to 0.99.14 (I hope this works) 1997-10-15 20:18:02 +00:00
Eric L. Hernes
55b39d3652 upgrade to 0.99.10, it's not perfect, but this is a developer's
release
1997-07-14 22:19:18 +00:00
Eric L. Hernes
ea49ae58d1 upgrade to 0.99.9, plus a bunch of patches from the list.
Obtained from: gimp-devel mailing list, in part
1997-05-01 18:25:47 +00:00
Eric L. Hernes
f29e998960 upgrade to 0.99.8 1997-04-18 21:26:41 +00:00
Eric L. Hernes
14b3f0512e upgrade to 0.99.7 1997-04-08 22:07:03 +00:00
Eric L. Hernes
bad0638740 upgrade to 0.99.6, plus a few patches from the gimp-developers list 1997-03-27 21:41:15 +00:00
Eric L. Hernes
093e12b880 holy christmas... talk about a moving target.
upgrade to 0.99.3
1997-03-02 19:44:48 +00:00
Eric L. Hernes
acc2847217 upgrade to 0.99.1 1997-02-28 19:19:40 +00:00
Satoshi Asami
300f10ff4d Change jpeg major. 1996-11-20 11:11:35 +00:00
Eric L. Hernes
13abfc0987 fix DISTNAME so this thing builds 1996-11-19 16:07:26 +00:00
Eric L. Hernes
e50f501574 new port for the gimp developer's release 1996-11-19 03:36:29 +00:00