Date: Sat, 18 Mar 2000 07:13:36 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/17467: Update port: sysutils/xfsm Message-ID: <200003181513.HAA55583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 17467 >Category: ports >Synopsis: Update port: sysutils/xfsm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 07:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support CC/CFLAGS properly New file: patches/patch-ab patches/patch-ac Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/xfsm/Makefile sysutils/xfsm/Makefile --- /usr/ports/sysutils/xfsm/Makefile Tue Aug 31 21:09:55 1999 +++ sysutils/xfsm/Makefile Wed Mar 15 03:06:35 2000 @@ -8,7 +8,8 @@ DISTNAME= xfsm-1.99 CATEGORIES= sysutils -MASTER_SITES= http://www.peoplesoft.com/peoplepages/g/robert_gasch/src/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/status/xstatus EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.org diff -urN /usr/ports/sysutils/xfsm/patches/patch-aa sysutils/xfsm/patches/patch-aa --- /usr/ports/sysutils/xfsm/patches/patch-aa Thu Jun 4 00:00:00 1998 +++ sysutils/xfsm/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,31 +0,0 @@ ---- Imakefile.orig Wed Jun 3 14:21:51 1998 -+++ Imakefile Wed Jun 3 14:22:08 1998 -@@ -26,7 +26,7 @@ - # uncomment the DEFINES definition appropriate for your machine - # HP will take care of itself ... - # CCOPTIONS = -O -DSUNOS --CCOPTIONS = -O2 -DLINUX -+#CCOPTIONS = -O2 -DLINUX - # CCOPTIONS = -O -DSVR4 - # CCOPTIONS = -O -DAIX - #ifdef HPArchitecture -@@ -39,7 +39,7 @@ - # CCOPTIONS = -O -DCONVEXOS - # CCOPTIONS = -O -DTOS - # CCOPTIONS = -O -DSCO --# CCOPTIONS = -O -DFreeBSD -+CCOPTIONS = -DFreeBSD - # CCOPTIONS = -O -DBSDI - # CCOPTIONS = -O -DSGI -n32 - # CCOPTIONS = -O -DDGUX ---- xfsm_util.c.orig Wed Jun 3 14:22:29 1998 -+++ xfsm_util.c Wed Jun 3 14:25:33 1998 -@@ -152,7 +152,7 @@ - /* *** FreeBSD has fsize which is the physical block size *** */ - /* *** and bsize which is the optimal transfer block size *** */ - /* *** and which depends on the filesystem parameter. *** */ -- calc_bsize=stats[i].f_fsize; -+ calc_bsize=stats[i].f_bsize; - #endif /* FreeBSD */ - - /* *** take the longer of the two 'problematic' strings *** */ diff -urN /usr/ports/sysutils/xfsm/patches/patch-ab sysutils/xfsm/patches/patch-ab --- /usr/ports/sysutils/xfsm/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ sysutils/xfsm/patches/patch-ab Wed Mar 15 03:55:24 2000 @@ -0,0 +1,23 @@ +--- Imakefile.orig Tue Feb 2 05:17:28 1999 ++++ Imakefile Wed Mar 15 03:55:07 2000 +@@ -26,7 +26,7 @@ + # uncomment the DEFINES definition appropriate for your machine + # HP will take care of itself ... + # CCOPTIONS = -O -DSUNOS +-CCOPTIONS = -O2 -DLINUX ++# CCOPTIONS = -O2 -DLINUX + # CCOPTIONS = -O -DSVR4 + # CCOPTIONS = -O -DAIX + #ifdef HPArchitecture +@@ -45,9 +45,9 @@ + # CCOPTIONS = -O -DDGUX + + +-EXTRA_DEFINES = -DAPP_DEFAULTS_DIR=\"$(XAPPLOADDIR)/\" ++EXTRA_DEFINES = -DFreeBSD -DAPP_DEFAULTS_DIR=\"$(XAPPLOADDIR)/\" + +-CC = cc ++# CC = cc + + + ############################################################################## diff -urN /usr/ports/sysutils/xfsm/patches/patch-ac sysutils/xfsm/patches/patch-ac --- /usr/ports/sysutils/xfsm/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ sysutils/xfsm/patches/patch-ac Wed Mar 15 03:12:33 2000 @@ -0,0 +1,11 @@ +--- xfsm_util.c.orig Thu Feb 18 04:35:38 1999 ++++ xfsm_util.c Wed Mar 15 03:08:33 2000 +@@ -152,7 +152,7 @@ + /* *** FreeBSD has fsize which is the physical block size *** */ + /* *** and bsize which is the optimal transfer block size *** */ + /* *** and which depends on the filesystem parameter. *** */ +- calc_bsize=stats[i].f_fsize; ++ calc_bsize=stats[i].f_bsize; + #endif /* FreeBSD */ + + /* *** take the longer of the two 'problematic' strings *** */ >Release-Note: >Audit-Trail: >Unformatted: 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?200003181513.HAA55583>