From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 08:21:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B425F805; Wed, 13 Nov 2013 08:21:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95A6D2D7D; Wed, 13 Nov 2013 08:21:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAD8Lr8I037134; Wed, 13 Nov 2013 08:21:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAD8LrpZ037133; Wed, 13 Nov 2013 08:21:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311130821.rAD8LrpZ037133@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 13 Nov 2013 08:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333660 - head/www/ump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 08:21:53 -0000 Author: bapt Date: Wed Nov 13 08:21:53 2013 New Revision: 333660 URL: http://svnweb.freebsd.org/changeset/ports/333660 Log: Mark as broken: recache.c: In function 'resamp_cache_fetch': recache.c:108: warning: cast from pointer to integer of different size recache.c: In function 'resamp_cache_refer_on': recache.c:134: warning: cast from pointer to integer of different size readmidi.c: In function 'url_make_file_data': readmidi.c:4797: error: 'DeflateHandler' undeclared (first use in this function) readmidi.c:4797: error: (Each undeclared identifier is reported only once readmidi.c:4797: error: for each function it appears in.) readmidi.c:4797: error: expected ';' before 'compressor' readmidi.c:4802: error: 'compressor' undeclared (first use in this function) While here convert toUSES=webplugin, stageify Modified: head/www/ump/Makefile Modified: head/www/ump/Makefile ============================================================================== --- head/www/ump/Makefile Wed Nov 13 08:19:34 2013 (r333659) +++ head/www/ump/Makefile Wed Nov 13 08:21:53 2013 (r333660) @@ -6,7 +6,7 @@ PORTVERSION= 1.10 PORTREVISION= 12 CATEGORIES= www MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${TIMIDITY_VERSION}:timidity \ - http://pubweb.bnl.gov/people/hoff/midi/1.10/:ump \ + https://pubweb.bnl.gov/~hoff/midi/1.10/:ump \ ftp://ftp.fu-berlin.de/unix/network/www/netscape/sdk/plugin/unix/:plugin \ ftp://ftp.fh-wolfenbuettel.de/pub/www/netscape/sdk/plugin/unix/:plugin DISTFILES= ${BZ2DIST} ${ZDIST} @@ -18,22 +18,24 @@ PATCHFILES= ump-patch-1.gz ump-patch-2.g MAINTAINER= llwang@infor.org COMMENT= Unix MIDI Plugin based on TiMidity++ -LIB_DEPENDS= arc:${PORTSDIR}/archivers/libarc +LIB_DEPENDS= libarc.so:${PORTSDIR}/archivers/libarc RUN_DEPENDS= ${LOCALBASE}/share/timidity/timidity.cfg:${PORTSDIR}/audio/eawpats LATEST_LINK= UNIXMidiPlugin CONFLICTS= ump-0.8.[0-9]* +BROKEN= Does not build + BZ2DIST= TiMidity++-${TIMIDITY_VERSION}.tar.bz2:timidity ZDIST= unix-sdk-3.0b5.tar.Z:plugin ump_with_volume.tar.Z:ump timdiffs.tar.Z:ump TIMIDITY_VERSION= 2.13.2 +USES= gmake webplugin:native USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ump --with-default-path=${LOCALBASE}/share/timidity LDFLAGS+= -export-dynamic -USE_GMAKE= yes USE_XORG= xpm xmu WANT_GNOME= yes # CONFIGURE_ARGS+= --enable-motif @@ -45,15 +47,12 @@ EXTRACT_AFTER_ARGS= --exclude '*/libarc/ --exclude '*/utils/mblock.h' --exclude '*/utils/memb.h' ALL_TARGET= ump -USE_WEBPLUGINS= native -WEBPLUGINS_FILES=ump.so +WEBPLUGIN_FILES=ump.so # USE_MOTIF= yes # CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" -NO_STAGE= yes .include -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" .if ${HAVE_GNOME:Mesound}!="" USE_GNOME= esound @@ -80,7 +79,7 @@ post-configure: @cd ${WRKSRC}; ${SETENV} CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile ${SH} ./config.status do-install: - ${MKDIR} ${WEBPLUGINS_DIR} - ${INSTALL_DATA} ${WRKSRC}/ump/ump.so ${WEBPLUGINS_DIR} + ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} + ${INSTALL_DATA} ${WRKSRC}/ump/ump.so ${STAGEDIR}${WEBPLUGINS_DIR} .include