Date: Sat, 16 Mar 2002 09:22:30 -0800 From: "David O'Brien" <obrien@freebsd.org> 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>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020316092230.A72265>