From owner-svn-ports-all@freebsd.org Thu Oct 5 06:36:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DCECE2E34B; Thu, 5 Oct 2017 06:36:46 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE7142869; Thu, 5 Oct 2017 06:36:45 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v956aiEx091285; Thu, 5 Oct 2017 06:36:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v956aifE091284; Thu, 5 Oct 2017 06:36:44 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710050636.v956aifE091284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 5 Oct 2017 06:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451272 - head/x11-wm/fvwm2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/x11-wm/fvwm2 X-SVN-Commit-Revision: 451272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 06:36:46 -0000 Author: cy Date: Thu Oct 5 06:36:44 2017 New Revision: 451272 URL: https://svnweb.freebsd.org/changeset/ports/451272 Log: Properly register fvwm1 conflict. Reported by: rodrigo Modified: head/x11-wm/fvwm2/Makefile (contents, props changed) Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Thu Oct 5 06:22:34 2017 (r451271) +++ head/x11-wm/fvwm2/Makefile Thu Oct 5 06:36:44 2017 (r451272) @@ -19,7 +19,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 # Other ports this port cannot coexist with -CONFLICTS?= fvwm-1.* fvwm-2.[457].* +CONFLICTS?= fvwm1-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk