From owner-svn-ports-all@FreeBSD.ORG Mon May 5 11:15:45 2014 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 0BCCB8F8; Mon, 5 May 2014 11:15:45 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D30D910AF; Mon, 5 May 2014 11:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45BFisA040872; Mon, 5 May 2014 11:15:44 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45BFiDd040867; Mon, 5 May 2014 11:15:44 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405051115.s45BFiDd040867@svn.freebsd.org> From: John Marino Date: Mon, 5 May 2014 11:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352992 - in head: audio/esperanza games/tinymux x11-wm/qlwm 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.18 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: Mon, 05 May 2014 11:15:45 -0000 Author: marino Date: Mon May 5 11:15:43 2014 New Revision: 352992 URL: http://svnweb.freebsd.org/changeset/ports/352992 QAT: https://qat.redports.org/buildarchive/r352992/ Log: Sync dports patches on 3 unmaintained ports * audio/esperanza * x11-wm/qlwm * games/tinymux Modified: head/audio/esperanza/Makefile head/games/tinymux/Makefile head/x11-wm/qlwm/Makefile Modified: head/audio/esperanza/Makefile ============================================================================== --- head/audio/esperanza/Makefile Mon May 5 10:46:25 2014 (r352991) +++ head/audio/esperanza/Makefile Mon May 5 11:15:43 2014 (r352992) @@ -29,4 +29,7 @@ MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" PLIST_FILES= bin/esperanza DESKTOP_ENTRIES="Esperanza" "" "" "${PORTNAME}" "Audio;Player;" false +post-patch: + @${ECHO} "QMAKE_LFLAGS= -lX11" >> /${WRKSRC}/src/ui/ui.pro + .include Modified: head/games/tinymux/Makefile ============================================================================== --- head/games/tinymux/Makefile Mon May 5 10:46:25 2014 (r352991) +++ head/games/tinymux/Makefile Mon May 5 11:15:43 2014 (r352992) @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lcrypto PATCHLEVEL= 12 @@ -42,11 +42,11 @@ OPTIONS_RADIO= MYSQL OPTIONS_RADIO_MYSQL= ASYNCHRONOUS_SQL INLINE_SQL ASYNCHRONOUS_SQL_DESC= MySQL asynchronous support is unique to TinyMUX -FIRANMUX_DESC= Firan MUX via Firan's database (need MEMORY_BASED) +FIRANMUX_DESC= Firan MUX via Firan database (need MEMORY_BASED) INLINE_SQL_DESC= MySQL support compatible with PennMUSH, TinyMUSH 3.x MEMORY_BASED_DESC= Memory Based Database support REALITY_LVLS_DESC= Reality Levels support -SELFCHECK_DESC= Enable expensive self-checking +SELFCHECK_DESC= Enable expensive self-checking WOD_REALMS_DESC= World of Darkness Realms support ASYNCHRONOUS_SQL_CONFIGURE_ENABLE= stubslave Modified: head/x11-wm/qlwm/Makefile ============================================================================== --- head/x11-wm/qlwm/Makefile Mon May 5 10:46:25 2014 (r352991) +++ head/x11-wm/qlwm/Makefile Mon May 5 11:15:43 2014 (r352992) @@ -38,6 +38,7 @@ PLIST_DIRS= lib/qlwm/files \ SUB_FILES= qlwm post-patch: + @${ECHO} "QMAKE_LFLAGS= -lXext -lX11" >> /${WRKSRC}/src/qlwm.pro @${REINPLACE_CMD} -e 's|/usr/local/qlwm|${PREFIX}/lib/qlwm|g ; \ s|/usr/local/man|${MANPREFIX}/man|g' ${WRKSRC}/Makefile