Date: Mon, 24 Jun 2002 15:19:39 -0700 (PDT) From: Sean Chittenden <sean@chittenden.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39808: Update x11-toolkits/xforms to 0.89 Message-ID: <20020624221939.48EE0D124A@rand.tgd.net>
next in thread | raw e-mail | index | archive | help
>Number: 39808 >Category: ports >Synopsis: Update x11-toolkits/xforms to 0.89 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 15:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rand.tgd.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 16 19:32:51 PDT 2002 root@dhcp-263-209:/usr/obj/usr/src/sys/DELLAPTOP i386 >Description: Update x11-toolkits/xforms to 0.89 >How-To-Repeat: >Fix: The patch below updates xforms to 0.89, but potentially breaks alpha builds given that the XForms hasn't released any alpha builds, but I'm not sure if it's possible to build from src. This entire package seems arcane and super old/out of date. Index: x11-toolkits/xforms/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/xforms/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- x11-toolkits/xforms/Makefile 2001/10/01 23:40:37 1.42 +++ x11-toolkits/xforms/Makefile 2002/06/24 22:18:52 @@ -6,8 +6,7 @@ # PORTNAME= xforms -PORTVERSION= 0.88 -PORTEPOCH= 1 +PORTVERSION= 0.89 CATEGORIES= x11-toolkits graphics MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/${MASTER_SITE_SUBDIR}/ EXTRACT_SUFX= .tgz Index: x11-toolkits/xforms/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/xforms/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- x11-toolkits/xforms/distinfo 2001/03/02 18:44:38 1.12 +++ x11-toolkits/xforms/distinfo 2002/06/24 22:18:52 @@ -1,2 +1,2 @@ MD5 (bxform-088.tgz) = c5451ac858392230ee84a7caea5a153f -MD5 (bxform-088-elf.tgz) = 30d178a335f71422eaf20464ce305854 +MD5 (bxform-089-elf.tgz) = db961972b4cdc09043c367854b07dcff Index: x11-toolkits/xforms/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/xforms/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- x11-toolkits/xforms/files/patch-aa 2001/03/02 18:44:39 1.1 +++ x11-toolkits/xforms/files/patch-aa 2002/06/24 22:18:52 @@ -1,15 +1,15 @@ ---- mkconfig.h.orig Sun Feb 4 18:49:19 2001 -+++ mkconfig.h Sun Feb 4 18:51:40 2001 -@@ -10,7 +10,7 @@ +--- mkconfig.h.orig Sun Aug 1 15:11:50 1999 ++++ mkconfig.h Mon Jun 24 14:54:11 2002 +@@ -13,7 +13,7 @@ # where the library should be installed --LIB_TOPDIR=/usr -+LIB_TOPDIR=${PREFIX} +-LIB_TOPDIR=/usr/X11R6 ++LIB_TOPDIR=${X11BASE} LIB_DIR=$(LIB_TOPDIR)/lib LIBMODE=644 -@@ -18,7 +18,7 @@ +@@ -21,12 +21,12 @@ HEADER_DIR=$(LIB_TOPDIR)/include HEADERMODE=644 @@ -17,4 +17,12 @@ +BIN_DIR=${PREFIX}/bin BINMODE=711 - MAN5_DIR=$(LIB_TOPDIR)/man/man5 +-MAN5_DIR=/usr/man/man5 +-MAN1_DIR=/usr/man/man1 +-DOC_DIR=/usr/local/lib ++MAN5_DIR=${X11BASE}/man/man5 ++MAN1_DIR=${X11BASE}/man/man1 ++DOC_DIR=${X11BASE}/lib + MANMODE=644 + # name and header of the library + FORMLIB=libforms.a >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?20020624221939.48EE0D124A>