From owner-cvs-all@FreeBSD.ORG Fri Jul 23 22:05:11 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F4AC106564A; Fri, 23 Jul 2010 22:05:11 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFE58FC0C; Fri, 23 Jul 2010 22:05:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6NM5BfE032115; Fri, 23 Jul 2010 22:05:11 GMT (envelope-from makc@repoman.freebsd.org) Received: (from makc@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6NM5B3F032114; Fri, 23 Jul 2010 22:05:11 GMT (envelope-from makc) Message-Id: <201007232205.o6NM5B3F032114@repoman.freebsd.org> From: Max Brazhnikov Date: Fri, 23 Jul 2010 22:05:11 +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/graphics/zathura Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 22:05:11 -0000 makc 2010-07-23 22:05:11 UTC FreeBSD ports repository Modified files: graphics/zathura Makefile Log: - drop USE_GMAKE - respect DEBUG_FLAGS rather than DFLAGS, currently any flag (e.g. `-ggdb3') in DEBUG_FLAGS or CFLAGS is being overriden by DFLAGS' `-g' - use PTHREAD_LIBS instead of -lpthread - no need to specify -lc when no -nostdlib is used - make build target verbose, options target doesn't show what flags are used when linking - make install target verbose, so the user know what's being installed - use CFLAGS when linking, too; makes things like -flto in CFLAGS work - add extra tab to MAN1 (cosmetic) PR: ports/148607 Submitted by: Anonymous Approved by: Quentin Stievenart (maintainer) Revision Changes Path 1.2 +19 -4 ports/graphics/zathura/Makefile