[22961] trunk/dports/devel/ncurses

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 20 12:38:50 PDT 2007


Revision: 22961
          http://trac.macosforge.org/projects/macports/changeset/22961
Author:   pipping at macports.org
Date:     2007-03-20 12:38:50 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
 * bump version to 5.6, thanks to master at iaas.msu.ru (#11538)

Modified Paths:
--------------
    trunk/dports/devel/ncurses/Portfile
    trunk/dports/devel/ncursesw/Portfile

Added Paths:
-----------
    trunk/dports/devel/ncurses/files/
    trunk/dports/devel/ncurses/files/patch-configure
    trunk/dports/devel/ncursesw/files/
    trunk/dports/devel/ncursesw/files/patch-configure

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2007-03-20 19:36:06 UTC (rev 22960)
+++ trunk/dports/devel/ncurses/Portfile	2007-03-20 19:38:50 UTC (rev 22961)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name            ncurses
-version         5.5
-revision        1
+version         5.6
 categories      devel
 platforms       darwin
 maintainers     imajes at macports.org
@@ -18,12 +17,17 @@
 
 homepage        http://www.gnu.org/software/ncurses/ncurses.html
 master_sites    gnu
-checksums       md5 e73c1ac10b4bfc46db43b2ddfd6244ef
+checksums       md5 b6593abe1089d6aab1551c105c9300e3 \
+                sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \
+                rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8
 
+patchfiles      patch-configure
+
 # required for terminfo
 depends_run     port:ncursesw
 
 configure.args  --with-shared \
+                --disable-rpath \
                 --without-debug  \
                 --without-ada \
                 --enable-safe-sprintf \

Added: trunk/dports/devel/ncurses/files/patch-configure
===================================================================
--- trunk/dports/devel/ncurses/files/patch-configure	                        (rev 0)
+++ trunk/dports/devel/ncurses/files/patch-configure	2007-03-20 19:38:50 UTC (rev 22961)
@@ -0,0 +1,11 @@
+--- configure.org	2006-12-17 19:33:38.000000000 +0300
++++ configure	2007-02-14 07:44:48.000000000 +0300
+@@ -4922,7 +4922,7 @@
+ 	darwin*)
+ 		EXTRA_CFLAGS="-no-cpp-precomp"
+ 		CC_SHARED_OPTS="-dynamic"
+-		MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${DESTDIR}${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
++		MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
+ 		test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
+ 		cf_cv_shlib_version_infix=yes
+ 		echo "$as_me:4928: checking if ld -search_paths_first works" >&5

Modified: trunk/dports/devel/ncursesw/Portfile
===================================================================
--- trunk/dports/devel/ncursesw/Portfile	2007-03-20 19:36:06 UTC (rev 22960)
+++ trunk/dports/devel/ncursesw/Portfile	2007-03-20 19:38:50 UTC (rev 22961)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			ncursesw
-version			5.5
+version			5.6
 categories		devel
 platforms		darwin
 maintainers		imajes at macports.org
@@ -19,9 +19,14 @@
 master_sites		gnu:ncurses
 distname		ncurses-${version}
 dist_subdir		ncurses
-checksums		md5 e73c1ac10b4bfc46db43b2ddfd6244ef
+checksums       md5 b6593abe1089d6aab1551c105c9300e3 \
+                sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \
+                rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8
 
+patchfiles		patch-configure
+
 configure.args	--enable-widec \
+				--disable-rpath \
 				--with-shared \
 				--without-debug  \
 				--without-ada \
@@ -30,5 +35,7 @@
 				--mandir=${prefix}/share/man
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.env-append    CC=/usr/bin/gcc-4.0 \
+                            CPP=/usr/bin/cpp-4.0 \
+                            CXX=/usr/bin/g++-4.0
 }

Added: trunk/dports/devel/ncursesw/files/patch-configure
===================================================================
--- trunk/dports/devel/ncursesw/files/patch-configure	                        (rev 0)
+++ trunk/dports/devel/ncursesw/files/patch-configure	2007-03-20 19:38:50 UTC (rev 22961)
@@ -0,0 +1,11 @@
+--- configure.org	2006-12-17 19:33:38.000000000 +0300
++++ configure	2007-02-14 07:44:48.000000000 +0300
+@@ -4922,7 +4922,7 @@
+ 	darwin*)
+ 		EXTRA_CFLAGS="-no-cpp-precomp"
+ 		CC_SHARED_OPTS="-dynamic"
+-		MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${DESTDIR}${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
++		MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
+ 		test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
+ 		cf_cv_shlib_version_infix=yes
+ 		echo "$as_me:4928: checking if ld -search_paths_first works" >&5

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070320/11cb7ce4/attachment.html


More information about the macports-changes mailing list