Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 12:04:05 +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: r513124 - in head/textproc/mgdiff: . files
Message-ID:  <201909281204.x8SC45uE050687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Sep 28 12:04:05 2019
New Revision: 513124
URL: https://svnweb.freebsd.org/changeset/ports/513124

Log:
  textproc/mgdiff: Remove libXp dependency
  
  Remove libXp dependency from mgdiff, it is not needed, and libXp is
  deprecated.
  Remove deprecation from mgdiff.

Modified:
  head/textproc/mgdiff/Makefile
  head/textproc/mgdiff/files/patch-Imakefile

Modified: head/textproc/mgdiff/Makefile
==============================================================================
--- head/textproc/mgdiff/Makefile	Sat Sep 28 11:53:58 2019	(r513123)
+++ head/textproc/mgdiff/Makefile	Sat Sep 28 12:04:05 2019	(r513124)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mgdiff
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	XCONTRIB/applications
 DISTNAME=	${PORTNAME}
@@ -11,12 +11,10 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Graphical front end to the UNIX diff command
 
-DEPRECATED=	Depends on deprecated libXp
-
 LICENSE=	MIT
 
 USES=		imake motif xorg
-USE_XORG=	ice sm x11 xext xmu xp xt
+USE_XORG=	ice sm x11 xext xmu xt
 
 DESKTOP_ENTRIES=	"mgdiff" "GUI front end to the UNIX diff command" \
 			"mgdiff-48x48" \

Modified: head/textproc/mgdiff/files/patch-Imakefile
==============================================================================
--- head/textproc/mgdiff/files/patch-Imakefile	Sat Sep 28 11:53:58 2019	(r513123)
+++ head/textproc/mgdiff/files/patch-Imakefile	Sat Sep 28 12:04:05 2019	(r513124)
@@ -1,18 +1,10 @@
---- ./Imakefile.orig	1994-05-19 02:01:00.000000000 +0000
-+++ ./Imakefile	2014-07-30 06:12:52.000000000 +0000
-@@ -4,11 +4,13 @@
- 
- XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp
- 
--XMLIB = -lXm
-+XMLIB = ${MOTIFLIB}
-+
+--- Imakefile.orig	2019-09-28 11:43:48 UTC
++++ Imakefile
+@@ -8,7 +8,7 @@ XMLIB = -lXm
  XCOMM
--XCOMM for Dell SVR4
-+XCOMM The gnuregex library is needed for the Motif file selection box widget.
+ XCOMM for Dell SVR4
  XCOMM
 -EXTRA_LIBRARIES = -lc -lucb
-+XCOMM 
 +EXTRA_LIBRARIES = -lgnuregex
  
  SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c



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