From owner-svn-ports-all@freebsd.org Sun Nov 6 21:48:56 2016 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 313EDC330A7; Sun, 6 Nov 2016 21:48:56 +0000 (UTC) (envelope-from hrs@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 DABD9142; Sun, 6 Nov 2016 21:48:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6Lmtph079891; Sun, 6 Nov 2016 21:48:55 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6Lms6G079889; Sun, 6 Nov 2016 21:48:54 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611062148.uA6Lms6G079889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 6 Nov 2016 21:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425588 - in head/cad/sp2sp: . files X-SVN-Group: ports-head 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: Sun, 06 Nov 2016 21:48:56 -0000 Author: hrs Date: Sun Nov 6 21:48:54 2016 New Revision: 425588 URL: https://svnweb.freebsd.org/changeset/ports/425588 Log: Fix broken dependencies. Modified: head/cad/sp2sp/Makefile head/cad/sp2sp/files/patch-configure.ac Modified: head/cad/sp2sp/Makefile ============================================================================== --- head/cad/sp2sp/Makefile Sun Nov 6 21:33:17 2016 (r425587) +++ head/cad/sp2sp/Makefile Sun Nov 6 21:48:54 2016 (r425588) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext-runtime +USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/sp2sp Modified: head/cad/sp2sp/files/patch-configure.ac ============================================================================== --- head/cad/sp2sp/files/patch-configure.ac Sun Nov 6 21:33:17 2016 (r425587) +++ head/cad/sp2sp/files/patch-configure.ac Sun Nov 6 21:48:54 2016 (r425588) @@ -1,9 +1,12 @@ --- configure.ac.orig 2009-02-13 14:00:57.000000000 +0900 -+++ configure.ac 2016-11-06 03:36:13.237251000 +0900 -@@ -16,20 +16,6 @@ - AC_PATH_PROGS(PERL, perl perl5, no) - AC_SUBST(PERL) - ++++ configure.ac 2016-11-07 06:46:23.065992000 +0900 +@@ -13,22 +13,6 @@ + AC_PROG_CC + AC_PROG_RANLIB + AC_PROG_LN_S +-AC_PATH_PROGS(PERL, perl perl5, no) +-AC_SUBST(PERL) +- -# this tries to find GNU graph only, not traditional berkeley/sysv graph, -# so we do the right thing on solaris, where an unusable one is in /usr/bin -# and the graph we want is usually in /usr/local/bin or some such. @@ -17,11 +20,10 @@ - AC_DEFINE_UNQUOTED(PROG_GRAPH, "$GRAPH", [If present, the pathname of graph, from GNU plotutils.]) - fi -fi -- + dnl do we need libtool? dnl even though we aren't building shared libraries, it seemed to help on HP-UX - dnl AM_PROG_LIBTOOL -@@ -51,62 +37,8 @@ +@@ -51,62 +35,8 @@ dnl check for gtk/glib features AC_CHECK_LIB(c, g_slice_set_config, AC_DEFINE(HAVE_G_SLICE_SET_CONFIG,1,[Define this if your version of glib2 has the slice allocator and g_slice_set_config]),,[$GTK_LIBS])