From owner-freebsd-ports Sat Mar 16 9:23:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2D35737B404; Sat, 16 Mar 2002 09:23:45 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2GHNjlv072467; Sat, 16 Mar 2002 09:23:45 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2GHMUcL072289; Sat, 16 Mar 2002 09:22:30 -0800 (PST) Date: Sat, 16 Mar 2002 09:22:30 -0800 From: "David O'Brien" To: ports@freebsd.org Subject: anyone want to help upgrade the open-motif port to 2.2.1? Message-ID: <20020316092230.A72265@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here is a patch that gets past the `make extract' stage. But many of our patches in files/ fails to apply. Anyone interested in taking this upgrade farther? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/open-motif/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 23 Nov 2001 08:48:03 -0000 1.21 +++ Makefile 16 Mar 2002 17:20:41 -0000 @@ -7,19 +7,19 @@ # PORTNAME= open-motif -PORTVERSION= 2.1.30 -PORTREVISION= 2 +PORTVERSION= 2.2.1 +PORTREVISION= 0 CATEGORIES= x11-toolkits MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R${PORTVERSION}/tars/ \ ftp://ftp.opengroup.org/pub/openmotif/R${PORTVERSION}/tars/ \ ftp://ftp.kddlabs.co.jp/X11/openmotif/R${PORTVERSION}/tars/ -DISTNAME= openmotif${PORTVERSION} +DISTNAME= openmotif-${PORTVERSION} +EXTRACT_SUFX= .tgz -PATCH_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R${PORTVERSION}/fixes/ \ - ftp://ftp.opengroup.org/pub/openmotif/R${PORTVERSION}/fixes/ \ - ftp://ftp.kddlabs.co.jp/X11/openmotif/R${PORTVERSION}/fixes/ -PATCHFILES= patch1 patch2 patch3 patch4 patch5 -PATCH_DIST_STRIP= -p1 +#DISTNAME= openMotif-${PORTVERSION} +# ftp://ftp.sgi.com/other/motifzone/2.2/src \ +# ftp://ftp.uk.linux.org/pub/linux/openmotif/2.2/src/ \ +# ftp://ftp.linux.org.uk/pub/linux/openmotif/2.2/src/ \ MAINTAINER= steve@FreeBSD.org @@ -35,7 +35,7 @@ .endif DIST_SUBDIR= openmotif -WRKSRC= ${WRKDIR}/motif +WRKSRC= ${WRKDIR}/openMotif-${PORTVERSION} MAKE_ENV+= LANG=C XMKMF= ${MAKE} Makefile.boot ALL_TARGET= VerifyOS Everything Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/open-motif/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 19 Jul 2000 12:58:56 -0000 1.2 +++ distinfo 16 Mar 2002 17:17:58 -0000 @@ -1,6 +1 @@ -MD5 (openmotif/openmotif2.1.30.tar.gz) = 14b25d85256ef7f0a1a989b4b612c909 -MD5 (openmotif/patch1) = a05097561c36cebfbce5328d1e5a81e3 -MD5 (openmotif/patch2) = 18c887e5322f419c860f5d3707bfc25b -MD5 (openmotif/patch3) = 20e65337cc9cfa140e2ff10d5162dc88 -MD5 (openmotif/patch4) = 7bbb64bfc82d2db06f51922be59dda4c -MD5 (openmotif/patch5) = eda9e4d0d0f2b63087234bb0e789a311 +MD5 (openmotif/openmotif-2.2.1.tgz) = 67bc1c93b8e15ebe7fd1cb779b44a43c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message