Commit graph

122 commits

Author SHA1 Message Date
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
wiz
76e2f92c0b Fix linking on Solaris 9, per Stefan in PR 44572.
Let's see if I got him right.
2011-02-14 20:37:40 +00:00
dholland
48d65cf62e Fix for png-1.5. Not extensively tested, but at least the simple cases of
loading and saving pngs work.

While here, fix a small string buffer that was truncating some libpng
messages, and avoid a linker warning by using getcwd instead of getwd
on BSDs.

No version bump as it hasn't been buildable since the previous bump.
2011-01-23 23:58:01 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
b63e39c3c9 Use standard format for MESSAGE. 2010-08-20 23:35:38 +00:00
is
1db46943ca Move the reminder about reading the docs to MESSAGE, and use ${PREFIX} there
so that the right path is advertized.
2010-08-20 13:15:43 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
obache
a128dcbb88 The patch file in jumbo-patches is extracted in ${WRKDIR}, use it for patch,
to avoid wildcards for tar portability issue reported in PR#43079.
2010-03-30 09:51:30 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
abs
39c297aed1 Add PKG_DESTDIR_SUPPORT.
Use PREFIX rather than LOCALBASE.
2009-05-03 22:58:31 +00:00
obache
a2d7eb73fa Need DISTFILES difinition, patch also include additional files. 2008-03-17 12:18:47 +00:00
obache
b77c22493f Remove redundant DISTFILES definition. 2008-03-17 12:12:45 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
joerg
0d90463f2c Don't use malloc.h. Don't override MANDIR, imake is special. 2007-07-27 23:42:17 +00:00
wiz
afbbb24866 Revert previous, requested by joerg for fixing DragonFly builds. 2007-07-15 19:11:25 +00:00
wiz
ffec9e4111 Add SITES for jumbo patch; problem noted and fix provided
by Andreas Gustafsson.
2007-07-10 22:04:14 +00:00
wiz
d2daeb6054 Update to xv-3.10a-jumbo-patches-20070520.
Merge patch-ad and patch-ah.
Use SUBST framework.
Add some tools (per pkglint).

Bump PKGREVISION.
2007-07-08 10:50:23 +00:00
dmcmahill
b544c0573c add -DNEED_ALLOCA_H on solaris 2007-01-23 02:50:19 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
schwarz
bc18c810e3 when using alloca() on IRIX 5 alloca.h has to be included 2006-05-14 21:16:00 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
minskim
57f462af98 Do not include malloc.h on Darwin, since it is not available. Patches
provided by John D. Baker in PR pkg/31871.
2006-03-15 19:27:31 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gdt
36a2868204 Define NO_SRC_ON_CDROM because the README says
Permission to copy and distribute XV in its entirety, for
  non-commercial purposes, is hereby granted without fee, provided that
  this license information and copyright notice appear in all copies.

  Note that distributing XV 'bundled' in with any product is considered
  to be a 'commercial purpose'.

Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.

  If you redistribute XV, the *entire* contents of this distribution
  must be distributed, including the README, and INSTALL files, the
  sources, and the complete contents of the 'docs' directory.

  The software may be modified for your own purposes, but modified
  versions may not be distributed without prior consent of the author.
2005-08-10 18:36:01 +00:00
he
351592d780 Instead of separately integrating several different patches, instead
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html.

As far as I can see this covers all our existing patches for added
functionality, although I cannot claim that I have tested each and
every one of them in the new version.

These patches disable a number of image formats that I think are less
common, which have potential heap overflows in the code due to in-
sufficient validation of image dimensions.

The version of the Jumbo patch used here is the 20050501 version.

Package revision bumped to nb10.
2005-08-10 16:50:18 +00:00
wiz
93e6a8686e Set LICENSE to xv-license. 2005-07-19 13:56:48 +00:00
wiz
d6813b3e0a Add RMD160 checksum. 2005-05-25 12:25:54 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
dillo
831d2fee13 drop maintainership, i no longer use this software 2004-11-13 11:15:31 +00:00
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
minskim
4a69730b0d Use strerror(3) instead of str_errlist on Interix. 2004-08-22 08:02:30 +00:00
dillo
edafe8588e Apply longname.patch and fix crash with long file names in visual schnauzer.
Bump package revision.

While here, convert to buildlink 3.
2004-03-29 00:50:41 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
dillo
bf301a2b98 take over maintainership 2003-11-03 00:36:02 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
abs
6fd36a636f Correctly build with gcc3 - no change to already compiled package configurations 2003-06-16 19:53:16 +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
grant
bd9ad7a336 use imake man page handling so this now works on Darwin, Linux, etc.
bump PKGREVISION.
2003-03-01 00:06:41 +00:00