summaryrefslogtreecommitdiff
path: root/textproc/mgdiff/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/mgdiff: Fix segfault when with open file dialogue boxCy Schubert2024-07-161-6/+10
| | | | | | | | | | | | | | | Under open-motif we see a segfault when mgdiff calls regexec() in libgnuregexec's regexec.c at line 782. Let's avoid libgnuregexec entirely and use the regexec(3) provided by FreeBSD's libc instead. This resolves the segfault and as a bonus we reduce mgdiff's dependency list. We also remove a now incorrect comment in the patch. It was misleading since the EXTRA_LIBRARIES for Dell SVR4 had already been removed. PR: 280289 Approved by: portmaster@BSDforge.com (maintainer) MFH: 2024Q3
* textproc/mgdiff: Remove libXp dependencyNiclas Zeising2019-09-281-12/+4
| | | | | | | | | Remove libXp dependency from mgdiff, it is not needed, and libXp is deprecated. Remove deprecation from mgdiff. Notes: svn path=/head/; revision=513124
* Prevent collision with getline(3)Baptiste Daroussin2016-05-131-0/+92
| | | | Notes: svn path=/head/; revision=415145
* - Provide .desktop fileJan Beich2015-02-242-3/+561
| | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=379808
* UnbreakAntoine Brodin2014-07-302-27/+19
| | | | Notes: svn path=/head/; revision=363444
* Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363336
* Stagify.Vanilla I. Shu2014-06-111-0/+3
| | | | Notes: svn path=/head/; revision=357437
* Motif-based diff frontend.Satoshi Asami1996-11-151-0/+27
Submitted by: Andreas Lohr andreas@marvin.RoBIN.de Notes: svn path=/head/; revision=4476