Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 10:29:03 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/mongodb Makefile pkg-plist
Message-ID:  <201012301029.oBUAT3tg083003@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012301029.oBUAT3tg083003>