Index: head/x11-wm/fvwm/Makefile =================================================================== --- head/x11-wm/fvwm/Makefile (revision 434193) +++ head/x11-wm/fvwm/Makefile (revision 434194) @@ -1,30 +1,28 @@ # Created by: me # $FreeBSD$ PORTNAME= fvwm PORTVERSION= 1.24r -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ PKGNAMESUFFIX= 1${PKGNAMESUFFIX2} MAINTAINER= ports@FreeBSD.org COMMENT= Fvwm window manager USES= imake USE_XORG= xbitmaps xpm xext x11 xmu - -CFLAGS_aarch64= -fPIC pre-configure: ${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure.h \ ${WRKSRC}/sample.fvwmrc/system.fvwmrc post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps ${INSTALL_DATA} ${WRKSRC}/fvwm_icons/*.xpm \ ${STAGEDIR}${PREFIX}/include/X11/pixmaps .include Index: head/x11-wm/fvwm/files/patch-fvwm-functions.c =================================================================== --- head/x11-wm/fvwm/files/patch-fvwm-functions.c (nonexistent) +++ head/x11-wm/fvwm/files/patch-fvwm-functions.c (revision 434194) @@ -0,0 +1,20 @@ +--- fvwm/functions.c.orig 1994-11-15 14:18:26 UTC ++++ fvwm/functions.c +@@ -52,7 +52,7 @@ + extern XEvent Event; + extern FvwmWindow *Tmp_win; + extern int menuFromFrameOrWindowOrTitlebar; +-extern DoHandlePageing; ++extern Bool DoHandlePageing; + + extern char **g_argv; + +@@ -1643,7 +1643,7 @@ void MapIt(FvwmWindow *t) + + void QuickRestart(void) + { +- extern char *m4_options; ++ extern char m4_options[]; + extern char *display_name; + int i; + FvwmWindow *tmp,*next; Property changes on: head/x11-wm/fvwm/files/patch-fvwm-functions.c ___________________________________________________________________ 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