summaryrefslogtreecommitdiff
path: root/textproc/mgdiff (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2021-03-04textproc/mgdiff: fix the build on -CURRENTKurt Jaeger1-0/+2
- libgnuregex has been removed in -CURRENT. Switch to using the newer version that's provided in ports as of ports r559542 PR: 252257 Submitted by: kevans Reviewed by: fernape Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19Switch MASTER_SITES and WWW to https in Chris' ports.Raphael Kubo da Costa1-1/+1
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-09-28textproc/mgdiff: Remove libXp dependencyNiclas Zeising2-16/+6
Remove libXp dependency from mgdiff, it is not needed, and libXp is deprecated. Remove deprecation from mgdiff.
2019-09-27Deprecate x11/libXp, it is deprecated upstreamNiclas Zeising1-1/+3
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not* yet set a removal date for x11/libXp, this will be decided later, once most dependencies are fixed. Deprecate all ports depending on x11/libXp. * astro/xephem * audio/xmcd * audio/xmmix * biology/ncbi-toolkit * deskutils/xmdiary * ftp/llnlxdir * ftp/llnlxftp * graphics/SciPlot * misc/xtar * multimedia/mpeg2play * science/afni * textproc/mgdiff Sprinkle USES=xorg as needed. Discussed with: bapt
2016-05-13Prevent collision with getline(3)Baptiste Daroussin1-0/+92
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2015-02-24- Provide .desktop fileJan Beich5-15/+583
- Drop pkg-message by moving icons under share/pixmaps - Add 48x48 color icon - Add WWW link - Define LICENSE - Fix spelling of UNIX - Pass maintainership PR: 197975 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
2014-11-15Cleanup plistAntoine Brodin1-1/+0
2014-07-30UnbreakAntoine Brodin2-27/+19
2014-07-29Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger2-1/+1
2014-06-11Stagify.Vanilla I. Shu4-8/+7
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
textproc)
2013-07-10Convert from USE_MOTIF to USES=motifBaptiste Daroussin1-2/+1
While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
2013-06-28Convert to USES=imakeBaptiste Daroussin1-7/+3
Trim headers Remove indefinite article
2011-07-03-remove MD5Olli Hauer1-1/+0
2011-05-02Bump PORTREVISION after open-mofit updateMax Brazhnikov1-1/+1
2009-06-09Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov1-1/+2
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
2005-11-25- Add SHA256Pav Lucistnik1-0/+1
2004-01-29SIZEify.Trevor Johnson1-0/+1
2003-11-02ports with possibly unreachable MAINTAINERsEdwin Groothuis1-1/+1
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
2001-01-16Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev1-2/+2
2000-11-07Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami1-1/+1
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami1-1/+1
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
2000-04-09Update with the new PORTNAME/PORTVERSION variablesChris Piazza1-3/+3
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
1998-10-20Move manpages from pkg/PLIST to Makefile.Steve Price2-2/+3
1997-04-27Move glimpse, isearch, ispell, mgdiff, rman and unroff to textproc.Satoshi Asami1-2/+2
1997-04-11Changed informational Echo's to a pkg/MESSAGE file so package usersDavid E. O'Brien2-3/+5
will get the same information as port users.
1996-11-17Converted to MAN[1-8]David E. O'Brien1-2/+2
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-15Motif-based diff frontend.Satoshi Asami6-0/+69
Submitted by: Andreas Lohr andreas@marvin.RoBIN.de