diff options
author | adam <adam@pkgsrc.org> | 2011-04-06 14:02:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-06 14:02:47 +0000 |
commit | a168b72bfe85d3e6c960e11d03901f14b516e8d8 (patch) | |
tree | aa3f630f6e268002c1a9dec17387ab73cd6be503 /devel | |
parent | 65a8a25b1488853a18217e049ae6b4a998e0155e (diff) | |
download | pkgsrc-a168b72bfe85d3e6c960e11d03901f14b516e8d8.tar.gz |
Changes 5.9:
* various build-fixes for the rpm/dpkg scripts.
* add "--enable-rpath-link" option to Ada95/configure, to allow
packages to suppress the rpath feature which is normally used for
the in-tree build of sample programs.
* corrected definition of libdir variable in Ada95/src/Makefile.in,
needed for rpm script.
* add "--with-shared" option to Ada95/configure script, to allow
making the C-language parts of the binding use appropriate compiler
options if building a shared library with gnat.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses/Makefile.common | 8 | ||||
-rw-r--r-- | devel/ncurses/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common index cbdd4cde898..d4066d9da05 100644 --- a/devel/ncurses/Makefile.common +++ b/devel/ncurses/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.15 2011/02/28 11:02:46 adam Exp $ +# $NetBSD: Makefile.common,v 1.16 2011/04/06 14:02:47 adam Exp $ # # used by devel/ncursesw/Makefile DISTNAME= ncurses-${NC_VERS} -NC_VERS= 5.8 +NC_VERS= 5.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \ ftp://dickey.his.com/ncurses/ \ @@ -39,12 +39,12 @@ MAKE_JOBS_SAFE= no # We can only build groff if there is a builtin implementation of curses, # otherwise we get a circular dependency problem. # Additionally, Interix is special, see ../../mk/curses.buildlink3.mk -. if !(exists(/usr/include/curses.h) || exists(/usr/include/ncurses.h)) || \ +. if !(exists(/usr/include/curses.h) || exists(/usr/include/ncurses.h)) || \ ${OPSYS} == "Interix" # None was available, so disable use of tbl(1) USE_TOOLS:= ${USE_TOOLS:Ntbl} CONFIGURE_ARGS+= --without-manpage-tbl -. endif +. endif .endif .if ${OPSYS} == "SunOS" diff --git a/devel/ncurses/distinfo b/devel/ncurses/distinfo index 8e340e2bf7c..63801d7930c 100644 --- a/devel/ncurses/distinfo +++ b/devel/ncurses/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2011/02/28 11:02:46 adam Exp $ +$NetBSD: distinfo,v 1.20 2011/04/06 14:02:47 adam Exp $ -SHA1 (ncurses-5.8.tar.gz) = 8e38c591667be8d39840dc2c4e1e897da230f155 -RMD160 (ncurses-5.8.tar.gz) = d0fbbafae56b9df4540cfe12359935b703508295 -Size (ncurses-5.8.tar.gz) = 2832852 bytes +SHA1 (ncurses-5.9.tar.gz) = 3e042e5f2c7223bffdaac9646a533b8c758b65b5 +RMD160 (ncurses-5.9.tar.gz) = dd7dffe38fcc908230ce3e036b71ced2d270ac9e +Size (ncurses-5.9.tar.gz) = 2826473 bytes SHA1 (patch-aa) = ff83d492f6016af789ce8397c4bf87969095e4c4 SHA1 (patch-ab) = 6bbc87f2189d184a120c77df68ac75a0b97e8e7a SHA1 (patch-ac) = 2a81d0d49d5bdfc5a7e88df08c062d8cb23caa86 |