Date: Mon, 1 Aug 2005 03:00:18 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84402: Update port: games/xeyesplus to 2.0.2 Message-ID: <20050801030018.7f0af758.tkato432@yahoo.com> Resent-Message-ID: <200507311810.j6VIAGZr072872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84402 >Category: ports >Synopsis: Update port: games/xeyesplus to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 18:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to versoin 2.0.2 Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xeyesplus/Makefile games/xeyesplus/Makefile --- /usr/ports/games/xeyesplus/Makefile Sat Jul 30 16:05:41 2005 +++ games/xeyesplus/Makefile Sun Jul 31 00:07:41 2005 @@ -6,24 +6,24 @@ # PORTNAME= xeyes+ -PORTVERSION= 2.01 +PORTVERSION= 2.02 CATEGORIES= games -MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/ -DISTNAME= xeyes+${PORTVERSION} -EXTRACT_SUFX= .tar.Z - -DEPRECATED= no longer available from author's site -EXPIRATION_DATE=2005-08-31 +MASTER_SITES= http://www.asahi-net.or.jp/~fj9y-ynym/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Horrible eyes looking at your mouse cursor -PLIST_FILES= bin/xeyes+ -USE_IMAKE= yes +USE_X_PREFIX= yes USE_XPM= yes -post-install: - @${CHMOD} 755 ${PREFIX}/bin/xeyes+ - @${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/xeyes+ +PLIST_FILES= bin/xeyes+ + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -I${X11BASE}/include -DXPM -DUSLEEP \ + -o xeyes+ xeyes+.c -L${X11BASE}/lib -lX11 -lXpm -lm + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin .include <bsd.port.mk> diff -urN /usr/ports/games/xeyesplus/distinfo games/xeyesplus/distinfo --- /usr/ports/games/xeyesplus/distinfo Thu Jan 29 20:25:31 2004 +++ games/xeyesplus/distinfo Sat Jul 30 23:59:54 2005 @@ -1,2 +1,2 @@ -MD5 (xeyes+2.01.tar.Z) = 1ca1807e521985bb49ad5e219849c88d -SIZE (xeyes+2.01.tar.Z) = 33450 +MD5 (xeyes+2.02.tar.gz) = ac6a86a8e73734879dbea28f1ec45564 +SIZE (xeyes+2.02.tar.gz) = 24297 diff -urN /usr/ports/games/xeyesplus/files/patch-aa games/xeyesplus/files/patch-aa --- /usr/ports/games/xeyesplus/files/patch-aa Wed Jan 10 04:35:59 2001 +++ games/xeyesplus/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- Imakefile.orig Thu May 5 16:58:34 1994 -+++ Imakefile Wed Nov 1 09:33:26 2000 -@@ -4,6 +4,8 @@ - # gcc - #CC = gcc - # CFLAGS = -O2 -Wall -DXPM -DUSLEEP --CFLAGS =-DXPM -I/usr/local/X11R5/include/ --CDEBUGFLAGS = --ComplexProgramTarget(xeyes+) -+XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/ -+XCOMM CDEBUGFLAGS = -+DEFINES = -DXPM -+INCLUDES = -I$(INCDIR)/X11 -+ComplexProgramTargetNoMan(xeyes+) diff -urN /usr/ports/games/xeyesplus/pkg-descr games/xeyesplus/pkg-descr --- /usr/ports/games/xeyesplus/pkg-descr Thu Oct 10 14:12:01 1996 +++ games/xeyesplus/pkg-descr Sun Jul 31 00:17:21 2005 @@ -1,4 +1,4 @@ -Xeyes+ 2.01, horrible eyes looking at your mouse cursor. +Xeyes+, horrible eyes looking at your mouse cursor. Usage: xeyes+ [-root] [-wm] [-speed n] [-smooth] [-display <display>] >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050801030018.7f0af758.tkato432>