From owner-cvs-ports@FreeBSD.ORG Tue Jul 10 21:28:23 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F21B106566C; Tue, 10 Jul 2012 21:28:22 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAC058FC17; Tue, 10 Jul 2012 21:28:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q6ALSMfH038541; Tue, 10 Jul 2012 21:28:22 GMT (envelope-from bf@repoman.freebsd.org) Received: (from bf@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q6ALSMec038540; Tue, 10 Jul 2012 21:28:22 GMT (envelope-from bf) Message-Id: <201207102128.q6ALSMec038540@repoman.freebsd.org> From: Brendan Fabeny Date: Tue, 10 Jul 2012 21:28:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/taucs Makefile pkg-plist ports/math/taucs/files extra-patch-build-FreeBSD-makefile patch-config+FreeBSD.mk patch-src__taucs_timer.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 21:28:23 -0000 bf 2012-07-10 21:28:22 UTC FreeBSD ports repository Modified files: math/taucs Makefile pkg-plist math/taucs/files patch-config+FreeBSD.mk Added files: math/taucs/files patch-src__taucs_timer.c Removed files: math/taucs/files extra-patch-build-FreeBSD-makefile Log: fix library search paths and switch from the legacy ftime() to gettimeofday() in order to solve problems with the construction of shared libraries [1] ; configure only once; build only those (dynamically-linked) executables that will be installed; set USE_LDCONFIG; remove an unnecessary patch; don't mix toolchains; make flags more uniform and remove obsolete flags; add test targets PR: 159189 [1] Submitted by: stephen (different version) [1] Revision Changes Path 1.19 +65 -30 ports/math/taucs/Makefile 1.2 +0 -11 ports/math/taucs/files/extra-patch-build-FreeBSD-makefile (dead) 1.4 +16 -20 ports/math/taucs/files/patch-config+FreeBSD.mk 1.1 +50 -0 ports/math/taucs/files/patch-src__taucs_timer.c (new) 1.4 +1 -0 ports/math/taucs/pkg-plist