Index: head/devel/idutils/Makefile =================================================================== --- head/devel/idutils/Makefile (revision 566676) +++ head/devel/idutils/Makefile (revision 566677) @@ -1,38 +1,38 @@ # Created by: pst@FreeBSD.org # $FreeBSD$ PORTNAME= idutils PORTVERSION= 4.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= peterjeremy@acm.org COMMENT= The classic Berkeley gid/lid tools for looking up variables in code LICENSE= GPLv3 OPTIONS_DEFINE= NLS USES= charsetfix tar:xz uniquefiles -# Also see files/patch-lisp_idutils.el +# Also see patch-src_defid and patch-lisp_idutils.el UNIQUE_PREFIX= g UNIQUE_PREFIX_FILES= bin/gid \ man/man1/gid.1 GNU_CONFIGURE= yes CONFIGURE_ENV= EMACS='no' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= idutils NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes post-install: ${INSTALL_DATA} ${WRKSRC}/lisp/idutils.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp .include Index: head/devel/idutils/files/patch-src_defid =================================================================== --- head/devel/idutils/files/patch-src_defid (nonexistent) +++ head/devel/idutils/files/patch-src_defid (revision 566677) @@ -0,0 +1,15 @@ +--- src/defid.orig 2021-02-27 08:16:36 UTC ++++ src/defid +@@ -2,10 +2,10 @@ + + case $1 in + --h|--he|--hel|--help|--v|--ve|--ver|--vers|--versi|--versio|--version) +- exec gid "$@";; ++ exec ggid "$@";; + esac + + for sym + do +- gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym ++ ggid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym + done Property changes on: head/devel/idutils/files/patch-src_defid ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property