Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 1997 16:20:59 +0200 (IST)
From:      Mighty Wizard <root@Burka.NetVision.net.il>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5378: new xforms port (0.88)
Message-ID:  <199712261420.QAA07419@Burka.NetVision.net.il>
Resent-Message-ID: <199712261430.GAA13820@hub.freebsd.org>

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

>Number:         5378
>Category:       ports
>Synopsis:       new version of xforms has been released
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 06:30:00 PST 1997
>Last-Modified:
>Originator:     Mighty Wizard
>Organization:
NetVision Ltd.
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

>Description:

>How-To-Repeat:

>Fix:

diff -cr xforms.old/Makefile xforms/Makefile
*** xforms.old/Makefile	Thu Jul 17 22:07:25 1997
--- xforms/Makefile	Fri Dec 26 16:11:14 1997
***************
*** 6,13 ****
  # $Id: Makefile,v 1.12 1997/07/17 15:13:02 max Exp $
  #
  
! DISTNAME=	bxform-086
! PKGNAME=	xforms-0.86
  CATEGORIES=	graphics x11
  MASTER_SITES=	ftp://einstein.phys.uwm.edu/pub/xforms/freeBSD/
  EXTRACT_SUFX=	.tgz
--- 6,13 ----
  # $Id: Makefile,v 1.12 1997/07/17 15:13:02 max Exp $
  #
  
! DISTNAME=	bxform-088
! PKGNAME=	xforms-0.88
  CATEGORIES=	graphics x11
  MASTER_SITES=	ftp://einstein.phys.uwm.edu/pub/xforms/freeBSD/
  EXTRACT_SUFX=	.tgz
***************
*** 15,20 ****
--- 15,21 ----
  MAINTAINER=	gena@NetVision.net.il
  
  USE_X11=	yes
+ NO_BUILD=	Yes
  WRKSRC=		${WRKDIR}/xforms
  MAN1=		fdesign.1 fd2ps.1
  MAN5=		xforms.5
diff -cr xforms.old/files/md5 xforms/files/md5
*** xforms.old/files/md5	Sun May 11 22:03:24 1997
--- xforms/files/md5	Fri Dec 26 16:08:43 1997
***************
*** 1 ****
! MD5 (bxform-086.tgz) = 15c41a1dcd579053bb074c7ec324247c
--- 1 ----
! MD5 (bxform-088.tgz) = 5886650ed4cb5a242732e45164f26036
diff -cr xforms.old/patches/patch-aa xforms/patches/patch-aa
*** xforms.old/patches/patch-aa	Fri Mar 28 22:03:38 1997
--- xforms/patches/patch-aa	Fri Dec 26 16:16:37 1997
***************
*** 1,46 ****
! *** Makefile.orig	Sun Mar 17 17:05:38 1996
! --- Makefile	Sun Mar 17 17:06:39 1996
  ***************
! *** 16,27 ****
!   SHELL=/bin/sh
!   
!   FORMHEADER=forms.h
! ! FORMLIB=libforms.a
!   
!   .include "mkconfig.h"
!   ##### don't change anything after this line ####
!   
! ! demo: 
!   	@(cd DEMOS; make) 
!   
!   install:
! --- 16,33 ----
!   SHELL=/bin/sh
!   
!   FORMHEADER=forms.h
! ! FORMLIB=libxforms.a
!   
!   .include "mkconfig.h"
!   ##### don't change anything after this line ####
!   
! ! all:  demo
! ! 
! ! link:
! ! 	-@mv FORMS/libforms.a FORMS/$(FORMLIB);
! ! 	-@mv FORMS/libforms.so.0.86 FORMS/$(SHARED_LIB)
! ! 
! ! demo: link
!   	@(cd DEMOS; make) 
!   
!   install:
! ***************
! *** 43,48 ****
! --- 49,56 ----
!   	@if [ ! -f $(MAN5_DIR)/forms.5 ]; then\
!             ln -s $(MAN5_DIR)/xforms.5 $(MAN5_DIR)/forms.5;\
!           fi
! + 	(cd  DEMOS; make $@)
! + 
!   clean:
!   	(cd  DEMOS; make $@)
!   empty:
--- 1,21 ----
! *** mkconfig.h.old	Fri Dec 26 16:13:57 1997
! --- mkconfig.h	Fri Dec 26 16:14:19 1997
  ***************
! *** 22,29 ****
!   BIN_DIR=/usr/local/bin
!   BINMODE=711
!   
! ! MAN5_DIR=/usr/man/man5
! ! MAN1_DIR=/usr/man/man1
!   DOC_DIR=/usr/local/lib
!   MANMODE=644
!   # name and header of the library
! --- 22,29 ----
!   BIN_DIR=/usr/local/bin
!   BINMODE=711
!   
! ! MAN5_DIR=/usr/X11R6/man/man5
! ! MAN1_DIR=/usr/X11R6/man/man1
!   DOC_DIR=/usr/local/lib
!   MANMODE=644
!   # name and header of the library
Only in xforms.old/patches: patch-ab
Only in xforms.old/patches: patch-ac
diff -cr xforms.old/pkg/PLIST xforms/pkg/PLIST
*** xforms.old/pkg/PLIST	Fri May 16 22:11:06 1997
--- xforms/pkg/PLIST	Fri Dec 26 16:09:40 1997
***************
*** 1,7 ****
  bin/fdesign
  bin/fd2ps
  lib/libxforms.a
! lib/libxforms.so.0.86
  lib/libxforms.so
  @exec ldconfig -m %B
  @exec ranlib %D/lib/libxforms.a
--- 1,7 ----
  bin/fdesign
  bin/fd2ps
  lib/libxforms.a
! lib/libxforms.so.0.88
  lib/libxforms.so
  @exec ldconfig -m %B
  @exec ranlib %D/lib/libxforms.a
***************
*** 10,81 ****
  man/man1/fd2ps.1.gz
  man/man5/xforms.5.gz
  man/man5/forms.5.gz
- lib/X11/xforms/arrowbutton
- lib/X11/xforms/borderwidth
- lib/X11/xforms/boxtype
- lib/X11/xforms/browserall
- lib/X11/xforms/browserop
- lib/X11/xforms/buttonall
- lib/X11/xforms/butttypes
- lib/X11/xforms/canvas
- lib/X11/xforms/chartall
- lib/X11/xforms/chartstrip
- lib/X11/xforms/choice
- lib/X11/xforms/colbrowser
- lib/X11/xforms/colsel
- lib/X11/xforms/colsel1
- lib/X11/xforms/counter
- lib/X11/xforms/cursor
- lib/X11/xforms/demo
- lib/X11/xforms/demo.menu
- lib/X11/xforms/demo05
- lib/X11/xforms/demo06
- lib/X11/xforms/demo27
- lib/X11/xforms/demo33
- lib/X11/xforms/fbrowse
- lib/X11/xforms/fbrowse1
- lib/X11/xforms/fdial
- lib/X11/xforms/flclock
- lib/X11/xforms/fonts
- lib/X11/xforms/free1
- lib/X11/xforms/freedraw
- lib/X11/xforms/freedraw_leak
- lib/X11/xforms/goodies
- lib/X11/xforms/group
- lib/X11/xforms/iconify
- lib/X11/xforms/inputall
- lib/X11/xforms/invslider
- lib/X11/xforms/lalign
- lib/X11/xforms/ldial
- lib/X11/xforms/ll
- lib/X11/xforms/longlabel
- lib/X11/xforms/menu
- lib/X11/xforms/minput
- lib/X11/xforms/minput2
- lib/X11/xforms/multilabel
- lib/X11/xforms/ndial
- lib/X11/xforms/objinactive
- lib/X11/xforms/objpos
- lib/X11/xforms/objreturn
- lib/X11/xforms/pmbrowse
- lib/X11/xforms/positioner
- lib/X11/xforms/preemptive
- lib/X11/xforms/pup
- lib/X11/xforms/pushbutton
- lib/X11/xforms/pushme
- lib/X11/xforms/rescale
- lib/X11/xforms/secretinput
- lib/X11/xforms/sld_radio
- lib/X11/xforms/sldinactive
- lib/X11/xforms/sldsize
- lib/X11/xforms/sliderall
- lib/X11/xforms/strsize
- lib/X11/xforms/symbols
- lib/X11/xforms/timer
- lib/X11/xforms/timerprec
- lib/X11/xforms/touchbutton
- lib/X11/xforms/wwwl
- lib/X11/xforms/xyplotactive
- lib/X11/xforms/xyplotall
- lib/X11/xforms/xyplotover
- lib/X11/xforms/yesno
--- 10,12 ----
>Audit-Trail:
>Unformatted:



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