Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 04:15:20 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94763: [PATCH] x11/xstroke: UNBREAK (fix fetching)
Message-ID:  <1142907320.87698@it.buh.tecnik93.com>
Resent-Message-ID: <200603210220.k2L2K9sh050824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94763
>Category:       ports
>Synopsis:       [PATCH] x11/xstroke: UNBREAK (fix fetching)
>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:   Tue Mar 21 02:20:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


The old MASTER_SITES domain doesn't have anything to do with this port [1]
so put in two new MASTER_STIES.
Drop USE_REINPLACE while here.
Try to find  new site for WWW. [2]

Reported by:		fenner's distfiles survey [1] [2]


>How-To-Repeat:





>Fix:


--- xstroke.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xstroke/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	10 Nov 2004 14:50:51 -0000	1.15
+++ Makefile	21 Mar 2006 02:10:15 -0000
@@ -9,7 +9,8 @@
 PORTVERSION=	0.5.12
 PORTREVISION=	4
 CATEGORIES=	x11
-MASTER_SITES=	http://xstroke.org/releases/
+MASTER_SITES=	ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \
+		http://www.handhelds.org/download/projects/xstroke/release-0.5/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fullscreen gesture recognition
@@ -17,7 +18,6 @@
 LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 
 USE_GETOPT_LONG=yes
-USE_REINPLACE=	yes
 USE_BISON=	yes
 USE_IMAKE=	yes
 CFLAGS+=	${PTHREAD_CFLAGS}
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/x11/xstroke/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	19 Oct 2003 11:10:56 -0000	1.2
+++ pkg-descr	21 Mar 2006 02:10:15 -0000
@@ -7,4 +7,4 @@
 gestures, but it can also emulate mouse button "clicks", launch programs,
 and other fun things.
 
-WWW: http://www.xstroke.org/
+WWW: http://www.handhelds.org/geeklog/index.php
--- xstroke.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142907320.87698>