Index: branches/2017Q2/games/acm/Makefile =================================================================== --- branches/2017Q2/games/acm/Makefile (revision 440736) +++ branches/2017Q2/games/acm/Makefile (revision 440737) @@ -1,37 +1,37 @@ # Created by: joerg # $FreeBSD$ PORTNAME= acm PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Aerial combat simulator for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 USE_XORG= x11 xext HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \ ac_cv_lib_gdbm_dbm_fetch=no USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas .include .if empty(PORT_OPTIONS:MSOUND) CONFIGURE_ENV+= ac_cv_lib_audio_AuCloseServer=no .endif .include Index: branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c =================================================================== --- branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c (nonexistent) +++ branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.c (revision 440737) @@ -0,0 +1,16 @@ +--- V/lib/InitAWin.c.orig 1998-08-14 21:09:02 UTC ++++ V/lib/InitAWin.c +@@ -69,6 +69,13 @@ InitializeX11AWindow(Display * dpy, int screen, Drawab + w->csPool1 = (ColorSegment *) malloc(w->CSSize1 * sizeof(ColorSegment)); + memset(w->csPool1, 0, w->CSSize1 * sizeof(ColorSegment)); + ++ // Initialize csPool2 so program doesn't crash later, ++ // when trying to free it. ++ { ++ w->CSSize2 = 0; ++ w->csPool2 = (ColorSegment *) NULL; ++ } ++ + w->scanLine = (ScanLine *) malloc((w->height + 1) * sizeof(ScanLine)); + w->lastScanLine = (ScanLine *) malloc((w->height + 1) * sizeof(ScanLine)); + w->otherLastScanLine = NULL; Property changes on: branches/2017Q2/games/acm/files/patch-V_lib_InitAWin.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 Index: branches/2017Q2 =================================================================== --- branches/2017Q2 (revision 440736) +++ branches/2017Q2 (revision 440737) Property changes on: branches/2017Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r440736