aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tiff
Commit message (Collapse)AuthorAgeFilesLines
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Use 'ln -sf' to fix a build failure on some 3.2-STABLE boxes.steve1999-06-201-2/+2
| | | | Submitted by: hollywar@holywar.net
* Correct handling for manpages.kuriyama1999-06-121-3/+124
| | | | | PR: ports/8521 Submitted by: Zach Heilig <zach@gaffaneys.com>
* Install the manpages in ${PREFIX}/man instead of always in /usr/local/man.steve1999-06-071-1/+2
| | | | | PR: 12055 Submitted by: n_hibma
* Update to version 3.4-beta37.steve1999-05-117-57/+75
| | | | | PR: 9641 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Change PKGNAME to "tiff-3.4a". Since we have shipped a "tiff-3.4"asami1999-03-291-2/+2
| | | | | | | | package before with different contents (shlib names), a package user can get errors if they installed a package linked against a new libtiff. PR: 10822
* I don't use this software recently... sorry.itojun1999-03-011-2/+2
|
* Add back the required .so symlink for OBJFORMAT == elf.steve1999-01-111-1/+3
|
* fix manpage installation procedure.itojun1999-01-041-0/+11
| | | | | | | | | | | | | | 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>
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-253-5/+5
| | | | would go backwards.
* Create libtiff.so symlink for a.out case.asami1998-11-251-2/+7
|
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-254-123/+17
| | | | Approved by: asami
* Move all manpages to the Makefile and use the MAN1 macro.steve1998-10-021-105/+0
|
* Convert to Elf.smace1998-09-191-3/+4
|
* COnvert to Elf.smace1998-09-192-19/+24
| | | | Two DSO types for tiff34 are now supported: FREEBSD_AOUTdso and FREEBSD_ELFdso
* Convert to Elfsmace1998-09-191-2/+2
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Fix the path of c++rt0.o on current.vanilla1998-07-231-1/+1
| | | | | Reviewed by: ports/7343 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-051-2/+2
| | | | | | | | | 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
* Use jpeg shared library version 8.jseger1998-04-161-2/+2
|
* Remove ftp.isri.unlv.edu; it hasn't been running an FTP serverfenner1998-02-091-3/+2
| | | | | | | since June 26, 1997. Even then, it didn't have the file we were looking for. Submitted by: distfile checker
* Forgot to cvs add. I should get this tatoo'd on my forehead. <:-)tg1997-12-012-0/+37
|
* Decouple tiff and tiff34. tiff34 now installs its headers intotg1997-12-014-98/+53
| | | | ${PREFIX}/include/tiff34, it no longer renames them.
* Include tiff34.h from tiffio34.h. Fix minor glitches found by portlint.tg1997-11-052-5/+6
|
* Modified shared library generation method.itojun1997-08-221-6/+7
| | | | | | To make libtiff34.so available for use with dlopen(). Submitted by: alta@ryozan.rim.or.jp
* Fix bug in shared library paths.asami1997-06-031-1/+1
| | | | | PR: 3736 Submitted by: itojun@itojun.org
* Change shlib version number to "1.0". There was no reason to startasami1997-05-292-2/+2
| | | | from "4.0".
* Update to 3.4 release. Also make it peacefully coexist with olderasami1997-05-267-126/+239
| | | | | | | tiff versions. It is no longer marked BROKEN. PR: 3517 Submitted by: itojun@itojun.org
* Mark this port as BROKEN since libtiff comes with this version may bemax1997-01-091-1/+2
| | | | | incompatible with old one. Suggested by: asami
* Port of TIFF 3.4. This port was originally submitted by Richard Hwangmax1997-01-098-0/+330
<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.)