Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 16:41:23 +0300 (IDT)
From:      Mighty Wizard <root@Burka.NetVision.net.il>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/3358: xfmail port is out of date
Message-ID:  <199704201341.QAA21294@Burka.NetVision.net.il>
Resent-Message-ID: <199704201350.GAA21754@freefall.freebsd.org>

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

>Number:         3358
>Category:       ports
>Synopsis:       XFMail-1.1 has been released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 06:50:01 PDT 1997
>Last-Modified:
>Originator:     Mighty Wizard
>Organization:
NetVision Ltd.
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

 Any FreeBSD system

>Description:

 I just released XFMail-1.1 and xfmail port in FreeBSD ports
 collection needs updating.

>How-To-Repeat:


>Fix:

Here are context diffs for xfmail and xforms ports:

diff -rc xfmail.old/Makefile xfmail/Makefile
*** xfmail.old/Makefile	Fri Jan 10 22:02:46 1997
--- xfmail/Makefile	Sun Apr 20 15:45:51 1997
***************
*** 1,13 ****
  # New ports collection makefile for:	xfmail
  # http://Burka.NetVision.net.il/xfmail/xfmail.html
! # Version required:     1.0
! # Date created:		30 June 1996
  # Whom:			gena
  #
  # $Id: Makefile,v 1.8 1997/01/10 04:59:16 ache Exp $
  #
  
! DISTNAME=       xfmail-1.0
  CATEGORIES=     mail
  MASTER_SITES=	ftp://burka.netvision.net.il/pub/xfmail/
  
--- 1,13 ----
  # New ports collection makefile for:	xfmail
  # http://Burka.NetVision.net.il/xfmail/xfmail.html
! # Version required:     1.1
! # Date created:		20 Apr 1997
  # Whom:			gena
  #
  # $Id: Makefile,v 1.8 1997/01/10 04:59:16 ache Exp $
  #
  
! DISTNAME=       xfmail-1.1
  CATEGORIES=     mail
  MASTER_SITES=	ftp://burka.netvision.net.il/pub/xfmail/
  
diff -rc xfmail.old/files/md5 xfmail/files/md5
*** xfmail.old/files/md5	Fri Jan 10 22:02:50 1997
--- xfmail/files/md5	Sun Apr 20 15:48:27 1997
***************
*** 1 ****
! MD5 (xfmail-1.0.tar.gz) = 198cdb2e08a88d3ba3799e75f19b288a
--- 1 ----
! MD5 (xfmail-1.1.tar.gz) = 8a2ea70027246c0bae8cfc8dc5f6c8a8
Only in xfmail.old: patches


diff -rc xforms.old/files/md5 xforms/files/md5
*** xforms.old/files/md5	Fri Mar 28 22:03:37 1997
--- xforms/files/md5	Tue Apr 15 16:28:38 1997
***************
*** 1 ****
! MD5 (bxform-086.tgz) = 593ad5371f903740ebcc49fafee31dd3
--- 1 ----
! MD5 (bxform-086.tgz) = 9a5557763036d810baf99cdd5f086402
diff -rc xforms.old/patches/patch-ab xforms/patches/patch-ab
*** xforms.old/patches/patch-ab	Fri Mar 28 22:03:38 1997
--- xforms/patches/patch-ab	Tue Apr 15 16:38:59 1997
***************
*** 1,7 ****
! *** mkconfig.h.orig	Fri Jun 28 21:29:57 1996
! --- mkconfig.h	Wed Jul 10 14:27:24 1996
  ***************
! *** 2,12 ****
    #  FreeBSD/NetBSD
    #
    CC=cc
--- 1,7 ----
! *** mkconfig.h.orig	Tue Apr 15 16:30:34 1997
! --- mkconfig.h	Tue Apr 15 16:38:35 1997
  ***************
! *** 2,9 ****
    #  FreeBSD/NetBSD
    #
    CC=cc
***************
*** 9,19 ****
  ! LDFLAG=-O -s
    AR=ar r
    RANLIB=ranlib
! ! XINCLUDE=-I/usr/X11R6/lib
!   SYSLIB=-lXpm -L/usr/X11R6/lib -lX11 -lm
!   
!   # where the library should be installed
! --- 2,12 ----
    #  FreeBSD/NetBSD
    #
    CC=cc
--- 9,16 ----
  ! LDFLAG=-O -s
    AR=ar r
    RANLIB=ranlib
!   XINCLUDE=-I/usr/X11R6/include
! --- 2,9 ----
    #  FreeBSD/NetBSD
    #
    CC=cc
***************
*** 21,36 ****
  ! LDFLAG=
    AR=ar r
    RANLIB=ranlib
! ! XINCLUDE=-I/usr/X11R6/include
!   SYSLIB=-lXpm -L/usr/X11R6/lib -lX11 -lm
!   
!   # where the library should be installed
  ***************
! *** 17,37 ****
!   HEADER_DIR=/usr/X11R6/include
!   HEADERMODE=644
!   
! ! BIN_DIR=/usr/local/bin
    BINMODE=711
    
  ! MAN5_DIR=/usr/man/man5
--- 18,27 ----
  ! LDFLAG=
    AR=ar r
    RANLIB=ranlib
!   XINCLUDE=-I/usr/X11R6/include
  ***************
! *** 21,38 ****
!   BIN_DIR=/usr/local/bin
    BINMODE=711
    
  ! MAN5_DIR=/usr/man/man5
***************
*** 48,58 ****
           ../xpm-3.4g/lib/libXpm.a
    
    LN=ln -fs
! --- 17,42 ----
!   HEADER_DIR=/usr/X11R6/include
!   HEADERMODE=644
!   
! ! BIN_DIR=/usr/X11R6/bin
    BINMODE=711
    
  ! MAN5_DIR=/usr/X11R6/man/man5
--- 39,46 ----
           ../xpm-3.4g/lib/libXpm.a
    
    LN=ln -fs
! --- 21,43 ----
!   BIN_DIR=/usr/local/bin
    BINMODE=711
    
  ! MAN5_DIR=/usr/X11R6/man/man5
>Audit-Trail:
>Unformatted:



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