Commit graph

34 commits

Author SHA1 Message Date
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
5b9315eb7e Improve patch for DragonFlyBSD -- fixes compilation.
No change for other platforms, so no PKGREVISION bump.

Patch from Steve O'Hara-Smith on pkgsrc-users.
2009-02-23 13:24:30 +00:00
abs
2902b40f8c Updated multimedia/libmpeg3 to 1.8
1.8 - Better table of contents generation & handling of ID3 tags.

pkgsrc changes:
	- Fix broken build on NetBSD by reworking the mares nest of
	  non Linux #ifdefs in mpeg3io.c - build was broken by a
	  previous __DragonFly__ or __APPLE_ build fix
	- Add new patch for 1.8 to avoid Linux DVD ioctls
2009-01-29 17:53:49 +00:00
tonio
1209bf736c Fixes the build under Darwin x86. This should also fixes build on MacOSX 10.5.2 PPC
Should Fix PR pkg/38721
2009-01-24 12:29:51 +00:00
drochner
cee37d42ea make this build on DragonFly, from Hasso Tepper per PR pkg/38997 2008-06-21 11:45:55 +00:00
tonio
8c50e2ac4a Yet another try to fix PR pkg/38733
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-25 14:34:13 +00:00
tonio
4d6db4497d Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64
is available.
This should fix PR pkg/38721
2008-05-24 07:24:59 +00:00
tonio
1a56906722 Fixes checksum for patch-aj: checksum for patches is sensible to comments.
Fixes PR pkg/38731
2008-05-23 16:38:34 +00:00
tonio
857634650f Fix build for Darwin
- use the same work around for mntent.h as for NetBSD and DragonFly
- deactivate oss output for Darwin

This fixes PR pkg/38721
2008-05-21 19:21:33 +00:00
joerg
ef21b50f84 Fix typo breaking the bulk build. 2008-04-03 09:41:25 +00:00
joerg
c9d0aa7ec1 Fix DESTDIR build. 2008-03-13 17:02:56 +00:00
jlam
f847dc9588 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:32:30 +00:00
xtraeme
53e53ad7e5 Update to 1.7:
Frames are cached when reading the first frame after a seek. This allows
faster reverse playback.
2008-02-20 09:56:44 +00:00
mrg
02ee12852d add some __attribute__((__used__)) if GCC 4. now some static variables
only referenced in asm() are no longer not-emited.
2006-08-09 17:55:51 +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
fd09e8e924 Fix build (gmake update related?). 2006-04-19 17:03:26 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +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
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
joerg
7fdb3ea9bf Use statfs on DragonFly as well. To make the code more readable, restore
natural order of checking for features instead of the reverse.
2005-12-06 17:47:56 +00:00
grant
2a1935046b remove more breakage introduced by NetBSD fixes... 2005-10-29 01:43:18 +00:00
grant
b96956f8ca sprinkle some #ifdef and simplify, instead of unconditionally adding
stuff for NetBSD that breaks this on all other platforms.
2005-10-29 01:36:42 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
wiz
f1bac910a7 Sort. 2005-07-13 13:17:03 +00:00
wiz
b83ca794ce Add DragonFlyBSD support, from Joerg Sonnenberger. 2005-07-13 13:16:36 +00:00
wiz
e9de543098 Add RCS Id. 2005-07-13 13:16:27 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hubertf
971cdb67b0 Bump to libmpeg3-1.3nb5: fix building on MacOS X:
* patch-ac: define bswap_16 and bswap_32 as appropriate for NetBSD,
             Linux and MacOS X
 * patch-ae: Pull in headers for 'struct stat'. Hello Linux!
2005-06-07 23:38:34 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
grant
92d15cff7f move libmpeg3 to multimedia/ 2004-06-26 18:00:21 +00:00