Index: head/editors/hexer/Makefile =================================================================== --- head/editors/hexer/Makefile (revision 550729) +++ head/editors/hexer/Makefile (revision 550730) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= hexer PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://devel.ringlet.net/files/editors/hexer/ \ LOCAL/ehaupt MAINTAINER= anastasios@mageirias.com COMMENT= Multi buffer editor for binary files LICENSE= DEMETRIO LICENSE_NAME= Sascha Demetrio Custom License LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept OPTIONS_DEFINE= MYC MYC_DESC= Builtin calculator OPTIONS_SUB= yes OPTIONS_DEFAULT=MYC ALL_TARGET= all MYC_ALL_TARGET= myc post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexer post-install-MYC-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/myc .include Index: head/editors/hexer/files/patch-tio.h =================================================================== --- head/editors/hexer/files/patch-tio.h (nonexistent) +++ head/editors/hexer/files/patch-tio.h (revision 550730) @@ -0,0 +1,11 @@ +--- tio.h.orig 2016-10-16 14:22:45 UTC ++++ tio.h +@@ -111,7 +111,7 @@ extern struct t_keynames_s { + char *name; + } t_keynames[]; + +-void (*error_msg)( const char *, ... ) __printflike(1, 2); ++extern void (*error_msg)( const char *, ... ) __printflike(1, 2); + /* Pointer to the error message function. + */ + Property changes on: head/editors/hexer/files/patch-tio.h ___________________________________________________________________ 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