Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 15:00:02 -0700 (PDT)
From:      Steve Price <sprice@hiwaay.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/11492: Update port: devel/ncurses
Message-ID:  <199905072200.PAA96707@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11492; it has been noted by GNATS.

From: Steve Price <sprice@hiwaay.net>
To: Andrey Zakhvatov <andy@icc.surw.chel.su>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/11492: Update port: devel/ncurses
Date: Fri, 7 May 1999 16:50:36 -0500 (CDT)

 On Fri, 7 May 1999, Andrey Zakhvatov wrote:
 
 #> Creating gzip'd tar ball in '/usr/ports/tmp/ncurses/ncurses-4.2.tgz'
 #> tar: can't add file include/ncurses/cursesapp.h : No such file or directory
 #> tar: can't add file include/ncurses/cursesf.h : No such file or directory
 #> tar: can't add file include/ncurses/cursesm.h : No such file or directory
 #> tar: can't add file include/ncurses/cursesp.h : No such file or directory
 #> tar: can't add file include/ncurses/cursesw.h : No such file or directory
 #> tar: can't add file include/ncurses/cursslk.h : No such file or directory
 #> tar: can't add file include/ncurses/etip.h : No such file or directory
 #> tar: can't add file lib/libncurses++.a : No such file or directory
 #> pkg_create: tar command failed with code 256
 #> *** Error code 1
 #> 
 #> Stop.
 #  
 #    I'm using 3.1-RELEASE. Can you explain your environment?
 #    And does anyone have such problem with patched ncurses?
 
 I was able to get the port to work on -current with the following
 patch (in addition to your changes).  Can you try it on your 3.x
 box and make sure it doesn't break there?  Thanks.
 
 -steve
 
 Index: patch-aa
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ncurses/patches/patch-aa,v
 retrieving revision 1.3
 diff -u -r1.3 patch-aa
 --- patch-aa	1999/04/04 17:12:44	1.3
 +++ patch-aa	1999/05/07 21:25:30
 @@ -1,5 +1,5 @@
 ---- configure.orig	Fri Feb 13 01:46:01 1998
 -+++ configure	Sun Apr  4 14:22:44 1999
 +--- configure.orig	Thu Feb 12 17:46:01 1998
 ++++ configure	Fri May  7 16:25:18 1999
  @@ -1721,36 +1721,6 @@
   CF_EOF
   fi
 @@ -74,6 +74,15 @@
   	osf*|mls+*)
   		# tested with OSF/1 V3.2 and 'cc'
   		# tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't
 +@@ -5371,7 +5356,7 @@
 + 	SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
 + done
 + SRC_SUBDIRS="$SRC_SUBDIRS misc test"
 +-test $cf_cxx_library != no && SRC_SUBDIRS="$SRC_SUBDIRS c++"
 ++test $cf_with_cxx != no && SRC_SUBDIRS="$SRC_SUBDIRS c++"
 + 
 + ADA_SUBDIRS=
 + if test "$ac_cv_prog_gnat_correct" = yes && test -d $srcdir/Ada95; then
  @@ -5893,8 +5878,14 @@
   	profile) cf_suffix='_p.a' ;;
   	shared)
 
 


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?199905072200.PAA96707>