svn commit: r513405 - in head/cad/alliance: . files

Niclas Zeising zeising at FreeBSD.org
Mon Sep 30 18:18:46 UTC 2019


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),,


More information about the svn-ports-all mailing list