Commit Graph

116 Commits

Author SHA1 Message Date
Jeremy Lea
57a1bd47b9 Add missing run depends. 2000-10-03 00:56:07 +00:00
Justin M. Seger
e1657265b5 Upgrade to ImageMagick-5.2.3 2000-08-23 21:20:20 +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
Ade Lovett
4b967bcca1 Do not try to use XML support since:
(a)  ImageMagick needs libxml2, not libxml
	(b)  libxml2 does not co-exist AT ALL with libxml
	(c)  libxml is a required component of GNOME
 	(d)  the extra functionality for ImageMagick is minimal

Thus, if you installed GNOME, and then this port, or vice-versa
Really Bad[tm] things will happen.

As and when libxml2 is used by GNOME (and libxml is buried
with partial military honors), then it will be possible to
turn this support back on.

Discovered by:	my crashbox going nuts after an install of GNOME
		and then ImageMagick.  There were no survivors :)
2000-08-02 01:52:41 +00:00
Justin M. Seger
e16dd81b26 Upgrade to 5.2.2.
Host a snapshot of this changing distfile in my directory.
2000-07-26 03:02:22 +00:00
Akinori MUSHA
0590e43412 Sorry, seems I committed the files in the old work dir.
This one is correct.

- png.3 -> png.4
- Put a copy of the distfile in my space at ftp.FreeBSD.org.
- Modify patch-aj as aclocal.m4 was changed in this silent update.
2000-07-19 14:18:38 +00:00
Akinori MUSHA
25375e24c5 Update to 5.2.1.
PR:		ports/19944
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
2000-07-19 13:08:38 +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
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Justin M. Seger
944c6a9545 Fix ImageMagick configure issue with XFree86-4
PR:		ports/17838
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-04-24 17:58:37 +00:00
David E. O'Brien
5fc663a1ad PORTNAME / PORTVERSION syntax conversion 2000-04-13 06:28:28 +00:00
Satoshi Asami
a5500138cb Temporarily provide the distfile from my homepage (again) to fix
checksum problems on rapidly-changing distfile.
2000-03-27 19:13:42 +00:00
R. Imura
220dc1e40e Our system is not Solaris 7.
Remove config.cache before configure.
2000-03-09 23:36:52 +00:00
Andrey A. Chernov
f25bd9e19f checksum changed 2000-03-09 03:32:42 +00:00
Andrey A. Chernov
de83520289 Integrate parts of PR 16864: HDF support, XLIB, PLIST's ldconfig
Add BZLIB support

PR:		16864
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	asami
2000-03-05 15:38:27 +00:00
Andrey A. Chernov
5be1f1bbaf Upgrade to 5.1.1
Disable LZW by default

PR:		16913
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
Approved by:	asami
2000-03-05 13:47:22 +00:00
Michael Haro
88b9a9d54e add WWW:
PR:		16264, 16265, 16266, 16267
Submitted by:	joseph.scott@owp.csus.edu
2000-01-22 09:11:48 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Jim Mock
6900279156 Remove dead MASTER_SITE.
Submitted by:	Jeroen Ruigrok van der Werven <asmodai@bart.nl>
1999-11-18 19:11:25 +00:00
Justin M. Seger
156548e889 Upgrade to ImageMagick-4.2.9.tar.gz 1999-10-12 21:25:59 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Justin M. Seger
777d1fbc58 Upgrade to ImageMagick-4.2.8 1999-09-02 17:56:01 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Justin M. Seger
30de0ec337 Upgrade to ImageMagick-4.2.7 1999-07-11 23:28:31 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Justin M. Seger
b68449fd58 Upgrade to ImageMagick 4.2.6. 1999-06-14 00:55:56 +00:00
Justin M. Seger
a0c8c463e9 Upgrade to ImageMagick-4.2.5.
Also fix compilation on current.
1999-05-30 11:45:07 +00:00
Justin M. Seger
77ae9f019e Upgrade to ImageMagick-4.2.2 1999-04-19 17:33:37 +00:00
Justin M. Seger
f94c853f26 Upgrade to ImageMagick 4.2.1 1999-03-08 01:39:40 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Andrey A. Chernov
1cc21e1743 It not use -lmpeg anymore but external utility mpeg2{encode,decode} instead 1999-01-05 14:00:47 +00:00
Justin M. Seger
94e40fa99e Remove inappropriate BROKEN tag. 1998-12-14 20:03:28 +00:00
David E. O'Brien
c2a69db7fd BROKEN= 'depends on BROKEN freetype' 1998-12-14 02:48:24 +00:00
Justin M. Seger
5afa6e9101 Upgrade to 4.1.6 1998-12-13 02:07:13 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +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
Justin M. Seger
c4d45c8fca Upgrade to version 4.1.4 1998-11-23 12:48:53 +00:00
Justin M. Seger
6814c00a66 Make sure that this properly finds all installed libraries and headers.
Submitted by:	ache
1998-11-03 01:21:47 +00:00
Justin M. Seger
eaa1bc9b2a Upgrade to version 4.1.3. 1998-10-31 15:34:42 +00:00
Scott Mace
39da008a99 Convert to ELF. 1998-09-22 20:05:25 +00:00
Scott Mace
f1260d2917 Convert to ELF.
1.  jbig is elfed
2.  use PERL5 variable
3.  fix ldconfig

Note: PerlMagick is still broken is some respects
1998-09-22 20:04:41 +00:00
Satoshi Asami
81b27d4ffd libmpeg now supports ELF. 1998-09-21 08:54:25 +00:00
Satoshi Asami
5d9c9602fa freetype (libttf) is now converted to ELF. 1998-09-21 08:41:46 +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