From owner-svn-ports-head@freebsd.org Mon Sep 30 18:18:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB3D212E6BA; Mon, 30 Sep 2019 18:18:46 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hrJ64Sh8z4G1C; Mon, 30 Sep 2019 18:18:46 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D4B26A31; Mon, 30 Sep 2019 18:18:46 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8UIIk1K000485; Mon, 30 Sep 2019 18:18:46 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8UIIkQA000484; Mon, 30 Sep 2019 18:18:46 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909301818.x8UIIkQA000484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 30 Sep 2019 18:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513405 - in head/cad/alliance: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/cad/alliance: . files X-SVN-Commit-Revision: 513405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 18:18:46 -0000 Author: zeising Date: Mon Sep 30 18:18:45 2019 New Revision: 513405 URL: https://svnweb.freebsd.org/changeset/ports/513405 Log: cad/alliance: remove dependency on libXp remove the dependency on libXp from cad/alliance, it isn't needed. Fix the configure script to not detect libXp even if it is installed on the system. Added: head/cad/alliance/files/patch-autostuff (contents, props changed) Modified: head/cad/alliance/Makefile Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Mon Sep 30 18:14:52 2019 (r513404) +++ head/cad/alliance/Makefile Mon Sep 30 18:18:45 2019 (r513405) @@ -3,6 +3,7 @@ PORTNAME= alliance DISTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://asim.lip6.fr/pub/alliance/distribution/5.0/ \ ftp://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ Added: head/cad/alliance/files/patch-autostuff ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/alliance/files/patch-autostuff Mon Sep 30 18:18:45 2019 (r513405) @@ -0,0 +1,15 @@ +--- autostuff.orig 2019-09-30 12:32:32 UTC ++++ autostuff +@@ -237,12 +237,6 @@ XM_LIBS="" + XP_LIBS="" + if test "$motif_includes" != "no" && test "$motif_libraries" != "no" + then +-dnl Motif 2.1 wants `-lXp' (X11R6.3 print server) +-AC_CHECK_LIB(Xp, XpSelectInput, +- XP_LIBS="-lXp" +- AC_DEFINE(HAVE_XP),, +- ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${X11_LIBS} ${X_EXTRA_LIBS}) +-dnl + AC_CHECK_LIB(Xm, XmCreateOptionMenu, + XM_LIBS="-lXm" + AC_DEFINE(HAVE_MOTIF),,