diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:25:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:25:57 +0000 |
commit | 7babc1bb95232dc09d5019b337df03038e8fd950 (patch) | |
tree | 8cbdc6f08204001571646680976f53bb040ddf9b /x11-toolkits/tk86/files/patch-unix::configure | |
parent | - Update to 2.3.4 (diff) |
- Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
Release notes: http://www.tcl.tk/software/tcltk/8.6.html
- Get rid of -thread slaves ports: threads are now enabled by
default and can be OPTIONally disabled. This applies to:
* lang/tcl84
* lang/tcl85
* lang/tcl86
* x11-toolkits/tk84
* x11-toolkits/tk85
* x11-toolkits/tk86
- Get rid of tcl-modules slave port: modules are now installed by default and
can be OPTIONally disabled. This applies to:
* lang/tcl85
* lang/tcl86
- Fix conflicts between man pages of different Tcl/Tk versions, by adding a
suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86).
Reviewed by: bf, crees
Approved by: bapt (portmgr, after partial exp-run)
Notes
Notes:
svn path=/head/; revision=311773
Diffstat (limited to 'x11-toolkits/tk86/files/patch-unix::configure')
-rw-r--r-- | x11-toolkits/tk86/files/patch-unix::configure | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-toolkits/tk86/files/patch-unix::configure b/x11-toolkits/tk86/files/patch-unix::configure deleted file mode 100644 index fe54d378c066..000000000000 --- a/x11-toolkits/tk86/files/patch-unix::configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig 2007-12-17 18:57:25.000000000 +0100 -+++ configure 2007-12-29 14:17:55.000000000 +0100 -@@ -3536,6 +3536,7 @@ - # Threads support - this auto-enables if Tcl was compiled threaded - #------------------------------------------------------------------------ - -+TCL_SRC_DIR=${prefix}/include/tcl${TCLVERSION} - - # Check whether --enable-threads or --disable-threads was given. - if test "${enable_threads+set}" = set; then -@@ -5828,7 +5829,7 @@ - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" -- LDFLAGS="$LDFLAGS -export-dynamic" -+ LDFLAGS="" - if test $doRpath = yes; then - - CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' -@@ -5839,16 +5840,16 @@ - - # The -pthread needs to go in the CFLAGS, not LIBS - LIBS=`echo $LIBS | sed s/-pthread//` -- CFLAGS="$CFLAGS -pthread" -- LDFLAGS="$LDFLAGS -pthread" -+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" -+ LDFLAGS="$LDFLAGS $PTHREAD_LIBS" - - fi - - case $system in -- FreeBSD-3.*) -+ FreeBSD-*) - # FreeBSD-3 doesn't handle version numbers with dots. - UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' -- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so' -+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1' - TCL_LIB_VERSIONS_OK=nodots - ;; - esac |