Date: Sun, 18 Jun 2000 20:00:01 -0700 (PDT) From: Kelly Yancey <kbyanc@posi.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/19370: new port: emulators/gsnes9x Message-ID: <200006190300.UAA30602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19370; it has been noted by GNATS. From: Kelly Yancey <kbyanc@posi.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/19370: new port: emulators/gsnes9x Date: Sun, 18 Jun 2000 19:57:17 -0700 (PDT) I was a little too hasty with that port submission. Here is a patch that fixes some ommissions on my part. Kelly diff -ruN emulators/gsnes9x.orig/patches/patch-ad emulators/gsnes9x/patches/patch-ad --- emulators/gsnes9x.orig/patches/patch-ad Wed Dec 31 16:00:00 1969 +++ emulators/gsnes9x/patches/patch-ad Sun Jun 18 19:44:28 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Jun 18 19:43:21 2000 ++++ src/Makefile.in Sun Jun 18 19:43:35 2000 +@@ -101,7 +101,7 @@ + + bin_PROGRAMS = GSnes9x + +-INCLUDES = $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GSnes9x\" -I$(top_srcdir)/intl -DLOCALEDIR=\"$(datadir)/locale\" -DPIXMAPDIR=\"$(datadir)/pixmaps\" ++INCLUDES = $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GSnes9x\" -I$(top_srcdir)/intl -DLOCALEDIR=\"$(datadir)/locale\" -DPIXMAPDIR=\"$(datadir)/gnome/pixmaps\" + + + CFLAGS = -Wall @CFLAGS@ diff -ruN emulators/gsnes9x.orig/pkg/PLIST emulators/gsnes9x/pkg/PLIST --- emulators/gsnes9x.orig/pkg/PLIST Sun Jun 18 19:42:30 2000 +++ emulators/gsnes9x/pkg/PLIST Wed Dec 31 16:00:00 1969 @@ -1,31 +0,0 @@ -bin/GSnes9x -share/gnome/help/GSnes9x/C/index.html -share/gnome/help/GSnes9x/C/topic.dat -share/gnome/help/GSnes9x/C/addrom.png -share/gnome/help/GSnes9x/C/cheat.png -share/gnome/help/GSnes9x/C/codes.png -share/gnome/help/GSnes9x/C/format.png -share/gnome/help/GSnes9x/C/info.png -share/gnome/help/GSnes9x/C/joystick.png -share/gnome/help/GSnes9x/C/main.png -share/gnome/help/GSnes9x/C/pop.png -share/gnome/help/GSnes9x/C/system.png -share/gnome/help/GSnes9x/C/tooltips.png -share/gnome/help/GSnes9x/es/index.html -share/gnome/help/GSnes9x/es/topic.dat -share/gnome/help/GSnes9x/es/addrom.png -share/gnome/help/GSnes9x/es/cheat.png -share/gnome/help/GSnes9x/es/codes.png -share/gnome/help/GSnes9x/es/format.png -share/gnome/help/GSnes9x/es/info.png -share/gnome/help/GSnes9x/es/joystick.png -share/gnome/help/GSnes9x/es/main.png -share/gnome/help/GSnes9x/es/pop.png -share/gnome/help/GSnes9x/es/system.png -share/gnome/help/GSnes9x/es/tooltips.png -share/gnome/apps/Games/gsnes9x.desktop -share/gnome/pixmaps/gsnesdefault.png -share/gnome/pixmaps/gsnes9x-icon.png -@dirrm share/gnome/help/GSnes9x/C -@dirrm share/gnome/help/GSnes9x/es -@dirrm share/gnome/help/GSnes9x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006190300.UAA30602>