Index: head/games/xqf/Makefile =================================================================== --- head/games/xqf/Makefile (revision 564947) +++ head/games/xqf/Makefile (revision 564948) @@ -1,42 +1,39 @@ # Created by: steve farrell # $FreeBSD$ PORTNAME= xqf PORTVERSION= 1.0.5 PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Server browser for many popular 3D action games -BROKEN_FreeBSD_13= duplicate symbol: current_server_filter -BROKEN_FreeBSD_14= duplicate symbol: current_server_filter - RUN_DEPENDS= qstat:games/qstat USES= gettext gmake gnome pkgconfig xorg USE_GNOME= intlhack USE_XORG= x11 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= GTK2 BZIP2 DOCS OPTIONS_DEFAULT=GTK2 BZIP2 GTK2_USE= GNOME=gtk20 GTK2_USE_OFF= GNOME=gdkpixbuf GTK2_CONFIGURE_ENABLE= gtk2 BZIP2_CONFIGURE_ENABLE= bzip2 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR} .include Index: head/games/xqf/files/patch-src_filter.c =================================================================== --- head/games/xqf/files/patch-src_filter.c (nonexistent) +++ head/games/xqf/files/patch-src_filter.c (revision 564948) @@ -0,0 +1,10 @@ +--- src/filter.c.orig 2005-08-14 11:01:59 UTC ++++ src/filter.c +@@ -144,6 +144,7 @@ static unsigned filter_current_time = 1; + + unsigned server_filter_dialog_current_filter = 0; + ++unsigned current_server_filter; + + static GtkWidget *filter_option_menu; + static GtkWidget *filter_retries_spinner; Property changes on: head/games/xqf/files/patch-src_filter.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: head/games/xqf/files/patch-src_filter.h =================================================================== --- head/games/xqf/files/patch-src_filter.h (nonexistent) +++ head/games/xqf/files/patch-src_filter.h (revision 564948) @@ -0,0 +1,10 @@ +--- src/filter.h.orig 2004-07-24 20:32:39 UTC ++++ src/filter.h +@@ -89,7 +89,6 @@ extern unsigned char cur_filter; + + extern GArray* server_filters; + +-unsigned int current_server_filter; + extern unsigned int current_server_filter; + + Property changes on: head/games/xqf/files/patch-src_filter.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 Index: head/games/xrally/Makefile =================================================================== --- head/games/xrally/Makefile (revision 564947) +++ head/games/xrally/Makefile (revision 564948) @@ -1,26 +1,23 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= xrally PORTVERSION= 1.1.1 PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= ${PORTNAME}-1.1 MAINTAINER= ports@FreeBSD.org COMMENT= Clone of the classic Rally X arcade game -BROKEN_FreeBSD_13= duplicate symbol: radar -BROKEN_FreeBSD_14= duplicate symbol: radar - WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USES= gmake tar:bzip2 xorg USE_XORG= x11 xi xpm CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= INCLUDES="-I${LOCALBASE}/include" .include Index: head/games/xrally/files/patch-game.c =================================================================== --- head/games/xrally/files/patch-game.c (revision 564947) +++ head/games/xrally/files/patch-game.c (revision 564948) @@ -1,10 +1,19 @@ ---- game.c.orig 2013-10-18 03:58:23.000000000 +1100 -+++ game.c 2013-10-18 04:00:19.000000000 +1100 -@@ -59,7 +59,6 @@ +--- game.c.orig 2001-01-01 18:42:51 UTC ++++ game.c +@@ -28,7 +28,7 @@ + + // Radar + +-radarStruct radar; ++extern radarStruct radar; + + // Pixmaps + Pixmap *tile; +@@ -59,7 +59,6 @@ extern bool ENDMAP; extern int mapResult; extern bool crashed; extern aiStruct AI; -extern FILE *log; extern char livesString[10]; extern char mapString[15]; extern char *hiString; Index: head/games/xrick/Makefile =================================================================== --- head/games/xrick/Makefile (revision 564947) +++ head/games/xrick/Makefile (revision 564948) @@ -1,34 +1,35 @@ -# Created by: David Siebörger +# Created by: David Siebörger # $FreeBSD$ PORTNAME= xrick PORTVERSION= 021212 PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://www.bigorno.net/xrick/ MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Rick Dangerous -BROKEN_FreeBSD_13= duplicate symbol: IMG_SPLASH -BROKEN_FreeBSD_14= duplicate symbol: IMG_SPLASH - RESTRICTED= Copyright status of the graphics and sounds is uncertain USES= gmake jpeg sdl tar:tgz USE_SDL= sdl PLIST_FILES= bin/xrick man/man6/xrick.6.gz share/xrick/data.zip PLIST_DIRS= share/xrick post-patch: @${REINPLACE_CMD} -e 's|sysarg_args_data = NULL|sysarg_args_data = "${PREFIX}/share/xrick/data.zip"|' ${WRKSRC}/src/sysarg.c @${REINPLACE_CMD} 's|gcc|${CC}|; s|-g||; s|-O2|${CFLAGS}|' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/IMG_SPLASH/s,^,extern ,' \ + ${WRKSRC}/include/img.h + @${REINPLACE_CMD} -E '/WAV_(BOMBSHHT|BONUS|BOX|BULLET|JUMP|WALK);/ \ + s,^,//,' ${WRKSRC}/src/game.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrick ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xrick.6.gz ${STAGEDIR}${PREFIX}/man/man6 @${MKDIR} ${STAGEDIR}${PREFIX}/share/xrick ${INSTALL_DATA} ${WRKSRC}/data.zip ${STAGEDIR}${PREFIX}/share/xrick .include Index: head/games/xrot/Makefile =================================================================== --- head/games/xrot/Makefile (revision 564947) +++ head/games/xrot/Makefile (revision 564948) @@ -1,34 +1,31 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= xrot PORTVERSION= 1.3.2 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= Falling ball puzzle game for X -BROKEN_FreeBSD_13= duplicate symbol: act -BROKEN_FreeBSD_14= duplicate symbol: act - WRKSRC= ${WRKDIR}/xrot USES= imake xorg -USE_XORG= xpm +USE_XORG= x11 xext xpm ALL_TARGET= xrot CFLAGS+= -Wno-return-type do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}/var/games ${TOUCH} ${STAGEDIR}/var/games/xrot.scores.sample .include Index: head/games/xrot/files/patch-title.c =================================================================== --- head/games/xrot/files/patch-title.c (nonexistent) +++ head/games/xrot/files/patch-title.c (revision 564948) @@ -0,0 +1,26 @@ +--- title.c.orig 1998-07-04 01:35:00 UTC ++++ title.c +@@ -20,12 +20,12 @@ Pixmap p_title; + XImage *title_image; + char *tdata; + +-XEvent ev; ++extern XEvent ev; + + Pixel *ti_col; + unsigned int ti_num; + +-XpmAttributes xpatt; ++extern XpmAttributes xpatt; + + int torg_x, torg_y; + int t_oy; +@@ -55,7 +55,7 @@ static char *keys[] = { + static int key_msg = 10; + + #ifndef SIG_SET +-struct sigaction act; ++extern struct sigaction act; + #endif + + void title() Property changes on: head/games/xrot/files/patch-title.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: head/graphics/xfractint/Makefile =================================================================== --- head/graphics/xfractint/Makefile (revision 564947) +++ head/graphics/xfractint/Makefile (revision 564948) @@ -1,34 +1,31 @@ # Created by: cacho@mexicano.gdl.iteso.mx # $FreeBSD$ PORTNAME= xfractint PORTVERSION= 20.04p14 CATEGORIES= graphics MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \ http://twegner.dyndns.org/fractint/ftp/current/linux/ MAINTAINER= onemda@gmail.com COMMENT= Unix port of FractInt -BROKEN_FreeBSD_13= duplicate symbol: b_const -BROKEN_FreeBSD_14= duplicate symbol: b_const - USES= gmake xorg USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} DESKTOP_ENTRIES= "Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man \ ${STAGEDIR}${MANPREFIX}/man/man1/xfractint.1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR} .for dir in formulas ifs lsystem maps pars cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor .include Index: head/graphics/xfractint/files/patch-common__fractals.c =================================================================== --- head/graphics/xfractint/files/patch-common__fractals.c (revision 564947) +++ head/graphics/xfractint/files/patch-common__fractals.c (revision 564948) @@ -1,11 +1,20 @@ ---- common/fractals.c.orig 2011-05-08 11:47:58.000000000 -0500 -+++ common/fractals.c 2012-03-10 16:33:40.000000000 -0500 -@@ -43,7 +43,7 @@ +--- common/fractals.c.orig 2015-01-19 18:35:16 UTC ++++ common/fractals.c +@@ -43,7 +43,7 @@ an appropriate setup, per_image, per_pixel, and orbit #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif /* see Fractint.c for a description of the "include" hierarchy */ +@@ -3437,7 +3437,7 @@ MandelbrotMix4fpFractal(void) /* from formula by Jim M + #undef K + #undef L + +-double b_const; ++extern double b_const; + + int DivideBrot5Setup(void) + { Index: head/graphics/xfractint/files/patch-unix_video.c =================================================================== --- head/graphics/xfractint/files/patch-unix_video.c (nonexistent) +++ head/graphics/xfractint/files/patch-unix_video.c (revision 564948) @@ -0,0 +1,20 @@ +--- unix/video.c.orig 2014-05-03 13:12:33 UTC ++++ unix/video.c +@@ -11,7 +11,7 @@ + * Copyright 1992 Ken Shirriff + */ + +-WINDOW *curwin; ++extern WINDOW *curwin; + + extern unsigned char *xgetfont (void); + extern int startdisk (void); +@@ -44,7 +44,7 @@ int color_dark = 0; /* darkest color in palette */ + int color_bright = 0; /* brightest color in palette */ + int color_medium = 0; /* nearest to medbright grey in palette + Zoom-Box values (2K x 2K screens max) */ +-int boxcolor = 0; /* Zoom-Box color */ ++extern int boxcolor; /* Zoom-Box color */ + int reallyega = 0; /* 1 if its an EGA posing as a VGA */ + int gotrealdac = 0; /* 1 if loaddac has a dacbox */ + int rowcount = 0; /* row-counter for decoder and out_line */ Property changes on: head/graphics/xfractint/files/patch-unix_video.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