From owner-svn-ports-all@freebsd.org Sun Dec 24 17:00:30 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 A6A1FE9DF47; Sun, 24 Dec 2017 17:00:30 +0000 (UTC) (envelope-from tijl@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 70ECA2058; Sun, 24 Dec 2017 17:00:30 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBOH0Tq9079677; Sun, 24 Dec 2017 17:00:29 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBOH0TZo079675; Sun, 24 Dec 2017 17:00:29 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712241700.vBOH0TZo079675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 24 Dec 2017 17:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457179 - in head/cad/pcb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/cad/pcb: . files X-SVN-Commit-Revision: 457179 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.25 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: Sun, 24 Dec 2017 17:00:30 -0000 Author: tijl Date: Sun Dec 24 17:00:29 2017 New Revision: 457179 URL: https://svnweb.freebsd.org/changeset/ports/457179 Log: Remove a patch for configure.ac so we can remove USE_AUTOTOOLS. The patch added two variables that weren't used anywhere. Deleted: head/cad/pcb/files/patch-configure.ac Modified: head/cad/pcb/Makefile head/cad/pcb/files/patch-Makefile.in Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Sun Dec 24 16:41:38 2017 (r457178) +++ head/cad/pcb/Makefile Sun Dec 24 17:00:29 2017 (r457179) @@ -20,7 +20,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= gts-[0-9]* -USE_AUTOTOOLS= autoconf USES= gmake pkgconfig tk:run shared-mime-info desktop-file-utils USE_GNOME= intltool INSTALLS_ICONS= yes Modified: head/cad/pcb/files/patch-Makefile.in ============================================================================== --- head/cad/pcb/files/patch-Makefile.in Sun Dec 24 16:41:38 2017 (r457178) +++ head/cad/pcb/files/patch-Makefile.in Sun Dec 24 17:00:29 2017 (r457179) @@ -1,22 +1,6 @@ ---- Makefile.in.orig 2011-09-19 05:06:21.000000000 +0900 -+++ Makefile.in 2012-03-17 19:18:58.000000000 +0900 -@@ -156,6 +156,7 @@ - ECHO_N = @ECHO_N@ - ECHO_T = @ECHO_T@ - EGREP = @EGREP@ -+EXAMPLE = @EXAMPLE@ - EXEEXT = @EXEEXT@ - FONTFILENAME = @FONTFILENAME@ - GDLIB_CONFIG = @GDLIB_CONFIG@ -@@ -259,6 +260,7 @@ - STRIP = @STRIP@ - TEXI2DVI = @TEXI2DVI@ - TOPDIRS = @TOPDIRS@ -+TUTORIAL = @TUTORIAL@ - UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ - UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ - USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -@@ -330,11 +332,11 @@ +--- Makefile.in.orig 2014-03-17 03:14:44 UTC ++++ Makefile.in +@@ -362,11 +362,11 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@