Commit graph

54 commits

Author SHA1 Message Date
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
tv
9ac386988e nb2: Obey PKGDIRMODE, and install shlibs as executable. 2004-04-27 20:38:48 +00:00
tv
e0d96890ea Don't put plain comments in make commands. These can result in a nonzero
shell exit code, and thus a failure.

Move comments out of the list of commands.  (Alternately ${DO_NADA} could
have been used.)
2004-04-24 18:24:56 +00:00
abs
b055030838 Update tiff to tiff-3.6.1nb1:
Add a patch to fix fax3 tiff handling. Without this hylafax
	generates completely garbled tiff images unless error correction
	was disabled:  http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
2004-03-22 16:48:13 +00:00
jlam
38252eb956 bl3ify 2004-01-05 22:33:45 +00:00
reed
d4d8ee5999 Update to tiff-3.6.1. This is many changes and fixes.
The main changes include:
new utility tiff2pdf for converting a TIFF image to a PDF document
new utility raw2tiff for converting raw rasters into TIFF files
new tiff2ps options
new fax2tiff options
bug fixes for LZW, JPEG and OJPEG compression.
more documentation
and upgrade to libtiff.so.3.6
other changes at http://www.libtiff.org/v3.6.0.html

Removed patch-ab because
html/Makefile.in: added missing images per bug 92
Removed patch-ag because
http://bugzilla.remotesensing.org/show_bug.cgi?id=315

Other changes:
HOMEPAGE changed due to libtiff.org has been hijacked
INSTALL.OpenWindows updated (thank you to dieter)

tiff is backward compatible with older version,
but buildlink2.mk version is increased because libtiff
was broken for amd64 support.
2004-01-03 18:33:24 +00:00
salo
841ce6f5fb Fix manpages installation.
From Ben Collver via PR pkg/23047.
2003-10-03 15:38:46 +00:00
jlam
a203353b33 Make these INSTALL scripts safe for when pkgviews is merged. 2003-08-30 23:01:31 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
wiz
4d19cf473a Fix core dump when fax2tiff is started without arguments.
Patch from Ingolf Steinbach in PR 19306.
Bump PKGREVISION to 1.
2002-12-25 14:25:27 +00:00
jlam
d1991ca961 Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for how
to replace the complexity of the default INSTALL/DEINSTALL scripts with
something simpler when simple is all that's needed.  Also replace the
check for OpenWindows with one that's more sensible.
2002-10-20 09:15:23 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
grant
57fcd136f3 update MASTER_SITES. 2002-07-13 00:53:35 +00:00
jlam
e191bdff56 Rearrange so that buildlink.mk files come _after_ USE_BUILDLINK_ONLY. 2002-03-07 21:55:08 +00:00
martti
b36d79392e Fixed compilation when USE_GIF is set. 2002-03-05 19:33:16 +00:00
martti
bb80f781d4 Updated tiff to 3.5.7
* many bug fixes
* added support for 16bit minisblack/miniswhite images in RGBA interface
* integrated experimental OJPEG support
* updated tiffcp utility
* substantial changes to tiff2ps
2002-03-05 10:33:35 +00:00
tron
14e9242870 Add work arround for problem with Solaris's "sed" so that the "post-patch"
target works there.
2002-01-05 22:30:12 +00:00
tron
21d61aedde Replace TIFF library included in OpenWindows distribution with the one from
this package because OpenWindows and CDE programs work with it while
package sources program don't work with the OpenWindows library. The
original library is restored on deinstallation.
2001-07-08 13:01:44 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
e84ef3ccb1 Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to find
the required headers and libraries for jpeg and zlib.
2001-05-28 02:50:24 +00:00
skrll
f282fbbfb9 Pass CC down to configure script and make sure its used properly.
This fixes pkg/12797
2001-05-03 13:22:50 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
tron
b1e0dc75a1 Revert last change. "libtiff" works fine with Solaris 8's "zlib", but
"gnome-libs" wants a newer version. So always use the package to avoid
problems caused by different "zlib" versions.
2001-01-21 20:27:26 +00:00
tron
aaf328275a Solaris 8 includes "libz". 2001-01-21 18:25:50 +00:00
wiz
85e6cee74d Fix dependency on libjpeg and libm.
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-03 19:18:23 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
wiz
fa80616d54 Update tiff-library to 3.5.5. Changes from 3.5.4 are some bugfixes
and beginning support for 2-4GB files. Complete list of changes at
http://www.libtiff.org/v3.5.5.html
2000-04-01 00:05:27 +00:00
wiz
a0277bbdf1 tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is now
optional and controlled by USE_GIF in mk.conf, decompression is unchanged.
Comment for USE_GIF in mk.conf has been updated. Some HTML documentation
gets installed now, too.

Changes:
A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags,
and Adobe ZIP support, as well as removal of some compiler warnings
and minor fixes.
2000-01-06 01:25:22 +00:00
jlam
ddb1a260c1 Update tiff to version 3.5.2.
Changes in TIFF v3.5.1
* Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO)
* Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP)

Changes in TIFF v3.5.2
* Added TIFFReassignTagToIgnore() API on behalf of
  Bruce Cameron <cameron@petris.com>.  Man page still pending.

* Fixed problem with cvtcmap() in tif_getimage.c modifying the
  colormaps owned by the TIFF handle itself when trying to fixup wrong
  (eight bit) colormaps.  Corrected by maintaining a private copy of
  the colormap.

* Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
  tif_getimage.c.

* Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
  by Christopher Lawton <clawton@mathworks.com>

* Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.

* Applied Francois Dagand's patch to handle fax decompression bug.
  (sizes >= 65536 were failing)
1999-10-08 21:14:32 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
f5345b3a56 Pass "${CFLAGS}" instead of "-O" to configure script as suggested by
Adam Ciarcinski.
1999-04-27 16:28:08 +00:00
frueauf
e9979a94b4 Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 by
Johnny C. Lam.
1998-11-23 21:30:40 +00:00
agc
164fd008e6 Define USE_LIBTOOL. 1998-08-20 15:50:00 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
kleink
fb0fc19bb7 Fix a significant typo. 1998-07-31 14:32:15 +00:00
tv
d9b14f87bc Use libtool to create the shared library. Strip binaries using
BSD_INSTALL_PROGRAM.
1998-07-20 15:51:29 +00:00
agc
583dcca5f3 Use automatic shared object handling 1998-07-15 10:51:16 +00:00
tron
13c775afb2 Fix problem with compression of manual page links. 1998-07-05 02:45:13 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00
agc
5aa5bdafe4 Update package Makefiles for automatic manual page handling. 1998-06-22 12:32:17 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
tron
61b051d312 Fix "MAINTAINER". 1998-01-29 16:48:09 +00:00