Satoshi Asami
d26d740559
Rename PLIST.nodocs to pkg-plist.nodocs.
2000-10-08 01:19:38 +00:00
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
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
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +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
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
Steve Price
75292c7334
Update to version 3.5.4.
...
PR: 15718
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-27 15:50:25 +00:00
Steve Price
bcbdc0ee21
* Supported MLINKS
...
* Fixed pkg/PLIST.nodocs
PR: 15467
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:18:38 +00:00
Chris Piazza
cb51575fed
Update to version 3.5.3
...
PR: 15224
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-04 23:06:47 +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
a5924ebefc
Sort PLIST.
...
PR: 13677 (6 of 10)
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-11-01 01:52:44 +00:00
Satoshi Asami
f9d33d038c
The ftp site and http site have tarballs with different checksums, so
...
list them both here.
1999-09-09 06:18:06 +00:00
Thomas Gellekum
56c7d91f5a
Distfile changed, update checksum.
1999-09-08 13:58:44 +00:00
Satoshi Asami
1b6edca458
Checksum changed, seems they deleted one html file.
1999-09-08 05:29:36 +00:00
Steve Price
76ee352c22
Update to version 3.5.1 after repository copy.
...
PR: 13565
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-07 10:37:59 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +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
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
006f428a14
Install the manpages in ${PREFIX}/man instead of always in /usr/local/man.
...
PR: 12055
Submitted by: n_hibma
1999-06-06 23:20:18 +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
Satoshi Asami
415ca795fc
Change PKGNAME to "tiff-3.4a". Since we have shipped a "tiff-3.4"
...
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
1999-03-29 06:41:43 +00:00
Jun-ichiro itojun Hagino
2bec704420
I don't use this software recently... sorry.
1999-03-01 15:42:35 +00:00
Steve Price
2b7f9c45cb
Add back the required .so symlink for OBJFORMAT == elf.
1999-01-10 17:57:37 +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
Satoshi Asami
bf3dd6d159
Create libtiff.so symlink for a.out case.
1998-11-25 06:13:41 +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
Steve Price
053827ec56
Move all manpages to the Makefile and use the MAN1 macro.
1998-10-02 02:01:37 +00:00
Scott Mace
7d94f4ab78
Convert to Elf.
1998-09-18 22:05:56 +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
Scott Mace
77d4ce0fa7
Convert to Elf
1998-09-18 22:04:16 +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
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
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +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
Justin M. Seger
0fc2b8bdd1
Use jpeg shared library version 8.
1998-04-15 21:41:13 +00:00
Bill Fenner
1958e9b759
Remove ftp.isri.unlv.edu; it hasn't been running an FTP server
...
since June 26, 1997. Even then, it didn't have the file we
were looking for.
Submitted by: distfile checker
1998-02-09 07:26:49 +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
Thomas Gellekum
2e1b921d38
Include tiff34.h from tiffio34.h. Fix minor glitches found by portlint.
1997-11-05 09:34:56 +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
1c396f8570
Mark this port as BROKEN since libtiff comes with this version may be
...
incompatible with old one.
Suggested by: asami
1997-01-09 12:52:52 +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