1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Maxim Sobolev
bc64f8fe69 - take over maintainership;
- use `-sf' ln(1) option when creating symlinks to shared libraries to avoid
  failure when some of those symlinks already exist.

PR:		21286 (partially)
Submitted by:	Martti Kuparinen <martti.kuparinen@nomadiclab.com>
2000-09-18 18:15:04 +00:00
Michael Haro
20634b45b2 update to 3.5.5
PR:		17717
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-31 23:45:43 +00:00
Chris D. Faulhaber
0b95c6ad0f Fix port to not create a rogue /tiff.sw.tools directory
during installation

PR:		16079
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-23 20:44:27 +00:00
Chris Piazza
0df81524e7 Update to ver 3.5.2 and revise COMMENT
PR:		15078
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-24 23:37:02 +00:00
Steve Price
2ed9d78dde Use 'ln -sf' to fix a build failure on some 3.2-STABLE boxes.
Submitted by:	hollywar@holywar.net
1999-06-19 17:53:49 +00:00
Jun Kuriyama
3c74f89d58 Correct handling for manpages.
PR:		ports/8521
Submitted by:	Zach Heilig <zach@gaffaneys.com>
1999-06-12 12:57:24 +00:00
Steve Price
92c1a433ea Update to version 3.4-beta37.
PR:		9641
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-10 19:57:21 +00:00
Jun-ichiro itojun Hagino
e2532612a7 fix manpage installation procedure.
Submitter says:
 > I noticed that the construction of the man pages for the tiff-3.4 port are
 > broken.  In the Makefile for the 'man' directory, it assumes that the
 > value of the makefile variable "MANPATH" is null, and doesn't explicitly
 > set it.  This isn't the case on FreeBSD where it's set in
 > /usr/share/mk/bsd.own.mk, which is invoked by /usr/share/mk/sys.mk.
 >
 > The patch I suggest is to explicitly set the MANPATH variable to null
 > so that the .so commands are later built correctly.

Submitted by:	"Louis A. Mamakos" <louie@TransSys.COM>
1999-01-04 01:59:12 +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
Scott Mace
230fa89564 COnvert to Elf.
Two DSO types for tiff34 are now supported: FREEBSD_AOUTdso and FREEBSD_ELFdso
1998-09-18 22:05:47 +00:00
Vanilla I. Shu
581d6e3887 Fix the path of c++rt0.o on current.
Reviewed by:	ports/7343
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-07-23 06:33:47 +00:00
Thomas Gellekum
8ff8ee6908 Forgot to cvs add. I should get this tatoo'd on my forehead. <:-) 1997-12-01 07:51:27 +00:00
Thomas Gellekum
56706af05f Decouple tiff and tiff34. tiff34 now installs its headers into
${PREFIX}/include/tiff34, it no longer renames them.
1997-12-01 07:49:16 +00:00
Jun-ichiro itojun Hagino
4ee82443c3 Modified shared library generation method.
To make libtiff34.so available for use with dlopen().

Submitted by:	alta@ryozan.rim.or.jp
1997-08-21 16:19:36 +00:00
Satoshi Asami
93c083c7e0 Fix bug in shared library paths.
PR:		3736
Submitted by:	itojun@itojun.org
1997-06-03 07:04:50 +00:00
Satoshi Asami
1702298462 Change shlib version number to "1.0". There was no reason to start
from "4.0".
1997-05-29 04:33:33 +00:00
Satoshi Asami
30ec2f0016 Update to 3.4 release. Also make it peacefully coexist with older
tiff versions.  It is no longer marked BROKEN.

PR:		3517
Submitted by:	itojun@itojun.org
1997-05-26 02:16:39 +00:00
Masafumi Max NAKANE
0b79a54b9c Port of TIFF 3.4. This port was originally submitted by Richard Hwang
<rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>.
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these
ports and modified it.

TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so
we decided to make separate port for this version.

Special thanks goes to tg, for reviewing and intensively testing.
(Closing PR #2057.)
1997-01-09 10:48:53 +00:00