diff options
author | shaun <shaun@FreeBSD.org> | 2011-07-26 03:19:03 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2011-07-26 03:19:03 +0800 |
commit | 486e363764d8b6f88f88870c3ecf12d17aecb3fb (patch) | |
tree | 996085aa5341d61490e0f5f59537daf96da6f986 /multimedia/mpeg | |
parent | 65eade41a8bef59adaf47f9db7381f24d71ad60e (diff) | |
download | freebsd-ports-graphics-486e363764d8b6f88f88870c3ecf12d17aecb3fb.tar.gz freebsd-ports-graphics-486e363764d8b6f88f88870c3ecf12d17aecb3fb.tar.zst freebsd-ports-graphics-486e363764d8b6f88f88870c3ecf12d17aecb3fb.zip |
- Remove dead master sites.
- Distfile was re-rolled - content is the same as the old one.
- Fix build with clang.
Diffstat (limited to 'multimedia/mpeg')
-rw-r--r-- | multimedia/mpeg/Makefile | 9 | ||||
-rw-r--r-- | multimedia/mpeg/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/mpeg/Makefile b/multimedia/mpeg/Makefile index 09ba0839d9b..18725fb64b5 100644 --- a/multimedia/mpeg/Makefile +++ b/multimedia/mpeg/Makefile @@ -9,9 +9,7 @@ PORTNAME= mpeg PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.uni-koeln.de/graph/mpeg/ \ - ftp://ftp.mni.mcgill.ca/pub/mpeg/ \ - ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/ +MASTER_SITES= ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/ DISTNAME= MPEGv${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,8 +18,11 @@ COMMENT= PVRG's MPEG video stream encoder WRKSRC= ${WRKDIR}/mpegdir MAN1= mpeg.1 -pre-build: +post-patch: @-${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's/cc/${CC}/g' ${WRKSRC}/Makefile + +pre-build: cd ${WRKSRC} && lex -lt lexer.l >lexer.c do-install: diff --git a/multimedia/mpeg/distinfo b/multimedia/mpeg/distinfo index 52c002d8055..6f753637dde 100644 --- a/multimedia/mpeg/distinfo +++ b/multimedia/mpeg/distinfo @@ -1,2 +1,2 @@ -SHA256 (MPEGv1.2.2.tar.gz) = 78ddeab22e12ba64296560519e02f00168dfa853833073c11c982622dcb1cb9e -SIZE (MPEGv1.2.2.tar.gz) = 252712 +SHA256 (MPEGv1.2.2.tar.gz) = 8a69a0bd406a8de7b6df76db2030333796908f4a24e22ca18f4c2f6a17377e55 +SIZE (MPEGv1.2.2.tar.gz) = 254373 |