diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-01 14:04:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-01 14:04:20 +0000 |
commit | ce216f3e59f420584434222cf1c86cc826bccbb9 (patch) | |
tree | 1dfb775ea779cba0648260ed0d49de560d4b6254 /multimedia/mplayerxp/files/patch-ae | |
parent | o add the codecs from mplayer-codecs, this port will hold all win32 (diff) |
o update to 0.50 pre 1
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST
Submitted by: MAINTAINER et al
Notes
Notes:
svn path=/head/; revision=48312
Diffstat (limited to 'multimedia/mplayerxp/files/patch-ae')
-rw-r--r-- | multimedia/mplayerxp/files/patch-ae | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/multimedia/mplayerxp/files/patch-ae b/multimedia/mplayerxp/files/patch-ae index 38fcf5b69e44..80b04bc7ede0 100644 --- a/multimedia/mplayerxp/files/patch-ae +++ b/multimedia/mplayerxp/files/patch-ae @@ -1,25 +1,20 @@ ---- Makefile Sun Jul 8 02:21:20 2001 -+++ Makefile.freebsd Wed Aug 15 19:23:54 2001 -@@ -85,14 +85,14 @@ - $(PRG_CFG): version.h codec-cfg.c codec-cfg.h +--- Makefile.orig Fri Sep 28 19:37:12 2001 ++++ Makefile Fri Sep 28 19:41:53 2001 +@@ -113,15 +113,8 @@ $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML --install: $(PRG) $(PRG_FIBMAP) -- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) -- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 + install: $(PRG) $(PRG_FIBMAP) +- install -d $(BINDIR) +- install -m 755 -s $(PRG) $(BINDIR)/$(PRG) +- install -d $(prefix)/man/man1 +- install -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 - @echo "Following task requires root privs. If it fails don't panic" - @echo "however it means you can't use fibmap_mplayer." - @echo "Without this (or without running mplayer as root) you won't be" -- @echo "able to play DVDs." -- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) -+install: $(PRG) +- @echo "able to play encrypted DVDs." +- install -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) + install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG) + install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 -+# @echo "Following task requires root privs. If it fails don't panic" -+# @echo "however it means you can't use fibmap_mplayer." -+# @echo "Without this (or without running mplayer as root) you won't be" -+# @echo "able to play DVDs." -+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) clean: rm -f *.o *~ $(OBJS) |