Commit graph

43 commits

Author SHA1 Message Date
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +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
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
8739598e7b Don't bother with finishing library installation. 2009-09-03 12:55:36 +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
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
a73293016c Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
heinz
aa95679e4f Added support for installation into DESTDIR. 2007-05-16 15:33:59 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +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
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
adam
9995b837d8 Fix buildling on Darwin/MacOSX 2006-02-10 12:09:24 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
573890ec53 Fixed patch-ac 2005-03-11 08:51:58 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
tv
358226a3e5 TEST_TARGET is broken; comment it out. 2005-01-26 17:34:57 +00:00
adam
5bef440303 Changes 0.11.5:
* Use compressed GIF support from libgd
2005-01-19 09:05:44 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
snj
e8404bec45 Convert to buildlink3. 2004-05-05 03:02:01 +00:00
snj
807294a6fc Convert to buildlink3. 2004-04-25 04:40:48 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
0720ecc46a Bump PKGREVISION, since previous version compiled but was unusable. 2003-06-24 08:20:59 +00:00
adam
dff6ae19b0 Shared library now compiles correctly - no constants defined extern 2003-06-24 08:04:24 +00:00
wiz
a836f2b6fa Define TEST_TARGET; make the examples compilation use libtool, and
correct the library name on the example link line (!).
XXX: 'make test' fails.
2003-06-23 15:56:10 +00:00
adam
28b6e8e2b5 Update gdchart to 0.11.4. Bug fixes and performance improvements in PIE charts. 2003-06-23 10:19:32 +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
7897826581 Now that we build a gdchart shared library, we should ensure that the
correct libraries (-lgd) are added to the link command to produce the
correct inter-library dependencies.  Bump the PKGREVISION of graphics/gd
to 3.
2003-01-24 12:41:17 +00:00
jlam
78e62e03a6 The gdchart shared libraries have interlibrary dependencies on the jpeg
shared libraries, so include jpeg/buildlink2.mk in gdchart/buildlink2.mk.
2003-01-24 11:40:04 +00:00
jmmv
9a852145dd Libtoolize this package so we get shared libraries (they are required by
net/ntop2).  While here, also enable jpeg support.  Bump PKGREVISION to 2.
Reviewed by wiz.
2003-01-17 13:49:07 +00:00
wiz
96e9c2ffc5 Add buildlink2.mk 2002-10-07 20:12:13 +00:00
wiz
9628ce0fda Convert to buildlink2. 2002-10-07 20:12:00 +00:00
wiz
a92afce3bc Unused. 2002-10-07 20:05:25 +00:00
agc
5cc6d0471a Add a buildlink file for this package. 2002-07-24 08:22:03 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
949c83c065 Buildlinkify, don't use perl, sed is good enough, install examples into
share/examples hierarchy, standardize patch names, remove FreeBSDisms
from PLIST.
2001-10-18 11:39:23 +00:00
darcy
3efe7a9482 Adding new package gdchart.
GDChart is an easy to use, high performance library/C API for creating charts
and graphs in GIF, PNG, JPEG and WBMP format.

WWW: http://www.fred.net/brv/chart/

- Anders Nordby <anders@fix.no>
2001-10-18 11:13:56 +00:00