Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 22:11:27 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513425 - head/x11-toolkits/lesstif
Message-ID:  <201909302211.x8UMBRbQ043175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Sep 30 22:11:27 2019
New Revision: 513425
URL: https://svnweb.freebsd.org/changeset/ports/513425

Log:
  - disable support for libXp
  PR:		240923
  Submitted by:	Niclas Zeising

Modified:
  head/x11-toolkits/lesstif/Makefile
  head/x11-toolkits/lesstif/pkg-plist

Modified: head/x11-toolkits/lesstif/Makefile
==============================================================================
--- head/x11-toolkits/lesstif/Makefile	Mon Sep 30 22:09:34 2019	(r513424)
+++ head/x11-toolkits/lesstif/Makefile	Mon Sep 30 22:11:27 2019	(r513425)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lesstif
 PORTVERSION=	0.95.2
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF
@@ -18,14 +18,16 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 
 CONFLICTS?=	open-motif-*
 
-USES=		tar:bzip2 libtool
-USE_XORG=	sm ice xt xp xext x11 xorgproto xrender xft
+USES=		tar:bzip2 libtool xorg
+USE_XORG=	sm ice xt x11 xext xorgproto xrender xft
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	lt_cv_libxp=no
 CONFIGURE_ARGS=	--enable-static --enable-shared --enable-production \
 		--disable-maintainer-mode \
 		--with-fontconfig-lib=${LOCALBASE}/lib \
 		--with-freetype-lib=${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} 's,freetype/freetype.h,freetype.h,' \

Modified: head/x11-toolkits/lesstif/pkg-plist
==============================================================================
--- head/x11-toolkits/lesstif/pkg-plist	Mon Sep 30 22:09:34 2019	(r513424)
+++ head/x11-toolkits/lesstif/pkg-plist	Mon Sep 30 22:11:27 2019	(r513425)
@@ -153,7 +153,6 @@ bin/mwm
 bin/mxmkmf
 bin/uil
 bin/xmbind
-include/Dt/Print.h
 include/Mrm/MrmAppl.h
 include/Mrm/MrmDecls.h
 include/Mrm/MrmPrivate.h
@@ -331,10 +330,6 @@ lib/X11/app-defaults/Mwm
 lib/X11/mwm/README
 lib/X11/mwm/alt.map
 lib/X11/mwm/system.mwmrc
-lib/libDtPrint.a
-lib/libDtPrint.so
-lib/libDtPrint.so.1
-lib/libDtPrint.so.1.0.0
 lib/libMrm.a
 lib/libMrm.so
 lib/libMrm.so.2



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