Commit graph

22 commits

Author SHA1 Message Date
ahoka
2c61c9b0b3 I missed this change in my previous commit. Should build OK on PPC now. 2008-07-30 21:46:04 +00:00
ahoka
1d92901f64 Include altivec.h on NetBSD/ppc. This will unbreak the build for that
platform. Closes PR pkg/38470.
2008-07-30 21:03:17 +00:00
joerg
e1a6feb45e Fix compilation on Solaris, which lacks isinfinite as reported by
Daniel Vergien.
2008-07-10 15:11:53 +00:00
joerg
36adbde0fa Fix build on Solaris: install -d must be called with only one directory. 2008-07-10 13:40:40 +00:00
tron
45d5fa7ce4 Try harder to disable AltiVec support under Mac OS X PPC (because it cannot
be used in a shared library). Applications linked against "libx264" can now
actually be started without crashing immediately because the symbol
"_x264_deblock_h_luma_altivec" couldn't be found.

Bump package revision because of this fix.
2008-04-09 18:33:37 +00:00
tron
ef61654e88 Completely disable PowerPC assembler code under Mac OS X. It requires to
ignore linker warnings under Tiger and doesn't work at all under
Leopard with Xcode tools 3.0.
2008-03-31 16:16:00 +00:00
tron
a8b4a54400 Fix build under Mac OS X Intel by stripping out the "-fno-common" that
"yasm" doesn't understand. Also improve the similar hack used under
NetBSD to strip out "-fpic".
2008-03-18 15:05:03 +00:00
tron
9dbe14055f Fix build under Mac OS X PPC. 2008-03-11 13:20:29 +00:00
drochner
dfdcafab50 now that that we rely on the fact that we get correct PIC from yasm
we can as well use libtool, to get a proper .so which can be
dynamically loaded, tested by Mihai Chelaru,
bump PKGREVISION
2008-03-10 11:59:26 +00:00
kefren
f6001dacf8 build PIC
This way multimedia/ffmpeg-devel gets build on NetBSD/amd64
2008-03-07 21:50:41 +00:00
joerg
f363319856 Use yasm on i386 as well. From Matthias Drochner. 2008-01-07 13:33:27 +00:00
joerg
e89e344787 Update to x264-20071218. No changelog, patch is from Adam Hoka. 2008-01-04 18:41:54 +00:00
joerg
3c27cd356c Supports DESTDIR. 2007-12-27 22:33:51 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +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
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
joerg
1314259e08 Add DragonFly support. 2006-02-23 18:11:27 +00:00
joerg
0ba30a9294 Add build time dependency on nasm / yasm for i386 and amd64. 2006-02-21 23:20:38 +00:00
joerg
9aba3fc232 Recognize amd64 as equivalent of x86_64 as shown by bulk build. 2006-02-18 16:50:39 +00:00
joerg
70c788d626 Initial import of the development version of x264.
From DESCR:
  Development version of x264, a high quality H.264 codec.
2006-02-12 14:11:22 +00:00