From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 06:22:56 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 350D491; Tue, 15 Jul 2014 06:22:56 +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 222532046; Tue, 15 Jul 2014 06:22:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6F6MukP065090; Tue, 15 Jul 2014 06:22:56 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6F6Mt1T065088; Tue, 15 Jul 2014 06:22:55 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201407150622.s6F6Mt1T065088@svn.freebsd.org> From: Hiroki Sato Date: Tue, 15 Jul 2014 06:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361874 - in head/security/trousers: . files 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: Tue, 15 Jul 2014 06:22:56 -0000 Author: hrs Date: Tue Jul 15 06:22:55 2014 New Revision: 361874 URL: http://svnweb.freebsd.org/changeset/ports/361874 QAT: https://qat.redports.org/buildarchive/r361874/ Log: - Fix build (ranlib: fatal: Failed to open 'libtddl.a') [*]. - Fix build when EMULATOR is enabled. Reported by: John Hein[*] and Andrzej Tobola[*] Modified: head/security/trousers/Makefile head/security/trousers/files/extra-patch-src-tcsd-Makefile.am Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Tue Jul 15 06:20:43 2014 (r361873) +++ head/security/trousers/Makefile Tue Jul 15 06:22:55 2014 (r361874) @@ -23,7 +23,7 @@ USE_RC_SUBR= tcsd GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-gui=none --enable-static \ --localstatedir=${PREFIX}/var \ - --with-tssuser=${USERS} --with-tssgroup=${GROUPS} + --with-tssuser=${USERS} --with-tssgroup=${GROUPS} RANLIB=: MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} ICONV_LIB=${ICONV_LIB} \ ICONV_PREFIX=${ICONV_PREFIX} SUB_FILES= pkg-message Modified: head/security/trousers/files/extra-patch-src-tcsd-Makefile.am ============================================================================== --- head/security/trousers/files/extra-patch-src-tcsd-Makefile.am Tue Jul 15 06:20:43 2014 (r361873) +++ head/security/trousers/files/extra-patch-src-tcsd-Makefile.am Tue Jul 15 06:22:55 2014 (r361874) @@ -5,7 +5,7 @@ tcsd_CFLAGS=-DAPPID=\"TCSD\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\" -I${top_srcdir}/src/include -fPIE -DPIE -tcsd_LDADD=${top_builddir}/src/tcs/libtcs.a ${top_builddir}/src/tddl/libtddl.a -lpthread @CRYPTOLIB@ -+tcsd_LDADD=${LOCALBASE}/lib/libtcs.a ${LOCALBASE}/lib/libtddl.a ${PTHREAD_LIBS} @CRYPTOLIB@ ++tcsd_LDADD=${top_builddir}/src/tcs/libtcs.a -ltddl -L${LOCALBASE}/lib ${PTHREAD_LIBS} @CRYPTOLIB@ tcsd_LDFLAGS=-pie -Wl,-z,relro -Wl,-z,now tcsd_SOURCES=svrside.c tcsd_conf.c tcsd_threads.c platform.c