From owner-cvs-all@FreeBSD.ORG Wed Nov 30 10:14:01 2011 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 9A662106564A; Wed, 30 Nov 2011 10:14:01 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 725118FC15; Wed, 30 Nov 2011 10:14:01 +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 pAUAE1GJ024778; Wed, 30 Nov 2011 10:14:01 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAUAE1OH024777; Wed, 30 Nov 2011 10:14:01 GMT (envelope-from danfe) Message-Id: <201111301014.pAUAE1OH024777@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 30 Nov 2011 10:14:01 +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/ufraw 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: Wed, 30 Nov 2011 10:14:01 -0000 danfe 2011-11-30 10:14:01 UTC FreeBSD ports repository Modified files: graphics/ufraw Makefile pkg-plist Log: - Build extra (dcraw, nikon-curve) executables to better adhere to port description and simply provide more functionality by default (install dcraw as ufraw-dcraw to avoid conflict with `graphics/dcraw' port) - Make heavy (due to `graphics/gimp-app' dependency) GIMP plugin off by default: this port is most often used for quick command line raw conversion, and GIMP pulls way too much stuff unfortunately - Make Gtk+2 GUI optional (X-less users should appreciate) - Remove explicit USE_GNOME components (inherited though the mandatory dependencies) - Disable LensFun support by default since processing Canon CR2 files results in segmentation fault in lf_lens_interpolate_vignetting() - Ensure that users' selection of OPTIONS is upheld (remove exists(...) checks) - Rephrase some options' texts, pass --disable-silent-rules option to configure script so that build logs could be more useful - Bump PORTREVISION due to numerous important changes Feature safe: yes Revision Changes Path 1.51 +33 -23 ports/graphics/ufraw/Makefile 1.16 +2 -1 ports/graphics/ufraw/pkg-plist