Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 18:18:46 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513405 - in head/cad/alliance: . files
Message-ID:  <201909301818.x8UIIkQA000484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301818.x8UIIkQA000484>