Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 04:35:19 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513314 - head/x11-toolkits/open-motif
Message-ID:  <201909300435.x8U4ZJRi006914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Sep 30 04:35:19 2019
New Revision: 513314
URL: https://svnweb.freebsd.org/changeset/ports/513314

Log:
  Prepare for the deprecation of libXp, which has been deorbited by
  our upstream: remove the libXp dependency.
  
  Reported by:	zeising

Modified:
  head/x11-toolkits/open-motif/Makefile   (contents, props changed)

Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile	Mon Sep 30 04:34:36 2019	(r513313)
+++ head/x11-toolkits/open-motif/Makefile	Mon Sep 30 04:35:19 2019	(r513314)
@@ -2,6 +2,7 @@
 
 PORTNAME=	open-motif
 PORTVERSION=	2.3.8
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 # MASTER_SITES=	SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
 MASTER_SITES=	SF/motif/Motif%20${PORTVERSION}%20Source%20Code/
@@ -18,12 +19,12 @@ CONFLICTS=	lesstif-[0-9]*
 
 USES=		autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg
 USE_XORG=	x11 xaw xbitmaps xext xft xt xmu xrender sm ice
-LIB_DEPENDS=	libXp.so:x11/libXp \
-		libfontconfig.so:x11-fonts/fontconfig \
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--enable-printing=no
 CPPFLAGS+=	-DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include
 USE_CSTD=	gnu89
 INSTALL_TARGET=	install-strip



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