diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-28 12:04:05 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-28 12:04:05 +0000 |
commit | 44f22d6bf8f10623e94484c347ee8629207c4a54 (patch) | |
tree | 6922c9249ebb124eb50ab707a05d95be285c4014 | |
parent | 40d536a98b27f8aaeae5ac682de951512500c0e7 (diff) |
Notes
-rw-r--r-- | textproc/mgdiff/Makefile | 6 | ||||
-rw-r--r-- | textproc/mgdiff/files/patch-Imakefile | 16 |
2 files changed, 6 insertions, 16 deletions
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index d872737974b4..7132db9a7842 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -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" \ diff --git a/textproc/mgdiff/files/patch-Imakefile b/textproc/mgdiff/files/patch-Imakefile index 31b50eaae62f..19bd1d2e89a3 100644 --- a/textproc/mgdiff/files/patch-Imakefile +++ b/textproc/mgdiff/files/patch-Imakefile @@ -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 |