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 /graphics/mplayer/files/patch-ac | |
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 'graphics/mplayer/files/patch-ac')
-rw-r--r-- | graphics/mplayer/files/patch-ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/mplayer/files/patch-ac b/graphics/mplayer/files/patch-ac deleted file mode 100644 index 88ba8cb70b7e..000000000000 --- a/graphics/mplayer/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** ../MPlayer-0.18pre5.old/loader/config.h Sat Feb 24 22:30:26 2001 ---- loader/config.h Fri Aug 17 10:14:46 2001 -*************** -*** 56,62 **** - #define HAVE_LIMITS_H 1 - - /* Define if you have the <malloc.h> header file. */ -! #define HAVE_MALLOC_H 1 - - /* Define if you have the <sys/ioctl.h> header file. */ - #define HAVE_SYS_IOCTL_H 1 ---- 56,62 ---- - #define HAVE_LIMITS_H 1 - - /* Define if you have the <malloc.h> header file. */ -! /* #undef HAVE_MALLOC_H */ - - /* Define if you have the <sys/ioctl.h> header file. */ - #define HAVE_SYS_IOCTL_H 1 |