Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2007 04:16:39 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/ncurses Makefile pkg-plist
Message-ID:  <200701050416.l054GdiB019234@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rafan       2007-01-05 04:16:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/ncurses        Makefile pkg-plist 
  Log:
  - Enable terminfo again, can be turned off via WITHOUT_TERMINFO [1]
    - Partially address bin/71801
    - terminfo and termcap are both enabled by default
    - Additional terminfo should be installed as share/misc/*.terminfo
      When installing/upgrading ncurses port, these *.terminfo will
      be taken care automatically. [2]
  - Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
    - Fix problem on amd64 with ncursesw
  - Remove our own rpath stuffs, use --enable-rpath instead.
    - I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
      Let me know if this causes problem.
  - Profiling and debug libraries can be built conditionally
    - By default, profiling libraries is built
  
  Thanks to:      thierry and Thomas Dickey [1]
  Submitted by:   thierry [2]
  
  Revision  Changes    Path
  1.42      +44 -15    ports/devel/ncurses/Makefile
  1.15      +33 -11    ports/devel/ncurses/pkg-plist



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