diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-22 19:46:45 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-22 19:46:45 +0800 |
commit | 8e76258260591feba8c1af15c1ca6664ed23c5c7 (patch) | |
tree | 6d1a5aa0965f5392bbc49122cf3833c044e424b0 /games/xeyesplus | |
parent | fe634d0115acb9af3ad90191efcd3274f380d426 (diff) | |
download | freebsd-ports-graphics-8e76258260591feba8c1af15c1ca6664ed23c5c7.tar.gz freebsd-ports-graphics-8e76258260591feba8c1af15c1ca6664ed23c5c7.tar.zst freebsd-ports-graphics-8e76258260591feba8c1af15c1ca6664ed23c5c7.zip |
Fix and updates from KATO Tsuguru.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/Makefile | 3 | ||||
-rw-r--r-- | games/xeyesplus/distinfo | 2 | ||||
-rw-r--r-- | games/xeyesplus/files/patch-aa | 14 |
3 files changed, 11 insertions, 8 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index f6d812b6372..e7682b6be89 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -9,7 +9,8 @@ DISTNAME= xeyes+2.01 PKGNAME= xeyes+-2.01 CATEGORIES= games -MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/contrib/misc/ +MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/ +EXTRACT_SUFX= .tar.Z MAINTAINER= nakai@FreeBSD.org diff --git a/games/xeyesplus/distinfo b/games/xeyesplus/distinfo index 89786a1632c..e35443eb71b 100644 --- a/games/xeyesplus/distinfo +++ b/games/xeyesplus/distinfo @@ -1 +1 @@ -MD5 (xeyes+2.01.tar.gz) = 72e8da2c65c8653388dd2fbd3ff5f113 +MD5 (xeyes+2.01.tar.Z) = 1ca1807e521985bb49ad5e219849c88d diff --git a/games/xeyesplus/files/patch-aa b/games/xeyesplus/files/patch-aa index a6ce8ba0f0b..45e7a7ab13e 100644 --- a/games/xeyesplus/files/patch-aa +++ b/games/xeyesplus/files/patch-aa @@ -1,17 +1,19 @@ -*** Imakefile.orig Thu May 5 07:58:34 1994 ---- Imakefile Tue Oct 8 01:52:47 1996 +*** Imakefile.orig Thu May 5 16:58:34 1994 +--- Imakefile Thu Jan 15 00:00:00 2000 *************** *** 4,9 **** # gcc #CC = gcc # CFLAGS = -O2 -Wall -DXPM -DUSLEEP ! CFLAGS =-DXPM -I/usr/local/X11R5/include/ - CDEBUGFLAGS = +! CDEBUGFLAGS = ComplexProgramTarget(xeyes+) ---- 4,9 ---- +--- 4,11 ---- # gcc #CC = gcc # CFLAGS = -O2 -Wall -DXPM -DUSLEEP -! CFLAGS =-DXPM -I/usr/X11R6/include/ -L/usr/X11R6/lib - CDEBUGFLAGS = +! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/ +! XCOMM CDEBUGFLAGS = +! DEFINES = -DXPM +! INCLUDES = -I$(INCDIR)/X11 ComplexProgramTarget(xeyes+) |