From owner-cvs-all@FreeBSD.ORG Thu Dec 30 10:29:03 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 7593A106564A; Thu, 30 Dec 2010 10:29:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 663268FC18; Thu, 30 Dec 2010 10:29:03 +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 oBUAT3eg083004; Thu, 30 Dec 2010 10:29:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBUAT3tg083003; Thu, 30 Dec 2010 10:29:03 GMT (envelope-from garga) Message-Id: <201012301029.oBUAT3tg083003@repoman.freebsd.org> From: Renato Botelho Date: Thu, 30 Dec 2010 10:29:03 +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/databases/mongodb Makefile pkg-plist 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: Thu, 30 Dec 2010 10:29:03 -0000 garga 2010-12-30 10:29:03 UTC FreeBSD ports repository Modified files: databases/mongodb Makefile pkg-plist Log: - Fix build when PREFIX != /usr/local - Instead of replace all /usr/local occourences on SConstruct file, use --prefix argument - Get rid of manual installation and use scons install instead - Strip binaries on FreeBSD as scons were doing for solaris end linux - Add a new OPTION (off by default) called DEVEL to install library and header files, it's useful when you need to link binaries against libmongoclient - Bump PORTREVISION since pkg-plist has changed PR: ports/153525 Submitted by: garga@ Approved by: maintainer Revision Changes Path 1.18 +14 -10 ports/databases/mongodb/Makefile 1.4 +173 -2 ports/databases/mongodb/pkg-plist