- Update to 18.4

This commit is contained in:
Steve Wills 2012-09-02 17:05:38 +00:00
parent b2acff3195
commit 36825cf8f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303562
3 changed files with 17 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= jmref
PORTVERSION= 18.3
PORTVERSION= 18.4
CATEGORIES= multimedia
MASTER_SITES= http://iphome.hhi.de/suehring/tml/download/
DISTNAME= jm${PORTVERSION}
@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/JM
PLIST_FILES= bin/ldecod bin/lencod \
bin/rtp_loss bin/rtpdump
USE_DOS2UNIX= Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/ldecod.exe ${PREFIX}/bin/ldecod
${INSTALL_PROGRAM} ${WRKSRC}/bin/lencod.exe ${PREFIX}/bin/lencod

View file

@ -1,2 +1,2 @@
SHA256 (jm18.3.zip) = 4ac2c13b458bdff9e43e812d63cd74ccd438b82a53e29ba7777abddf89cfb441
SIZE (jm18.3.zip) = 2931041
SHA256 (jm18.4.zip) = 3601f04eabe2ac4b415cfee8d3d681901955e8d5dfb83743e20e902d6e315e07
SIZE (jm18.4.zip) = 2949945

View file

@ -0,0 +1,11 @@
--- Makefile.orig 2012-09-02 12:58:20.533707959 -0400
+++ Makefile 2012-09-02 12:58:32.071710098 -0400
@@ -20,8 +20,6 @@
LLVM = $(shell $(CC) --version | grep LLVM)
ifneq ($(LLVM),)
CFLAGS+=-Qunused-arguments
-else
- CFLAGS+=-Wno-unused-but-set-variable
endif
export DBG