Index: head/x11-toolkits/tk86/Makefile =================================================================== --- head/x11-toolkits/tk86/Makefile (revision 419214) +++ head/x11-toolkits/tk86/Makefile (revision 419215) @@ -1,70 +1,70 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= tk -PORTVERSION= 8.6.5 +PORTVERSION= 8.6.6 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} TCLTK/tcl8_6 PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl LICENSE= TclTk LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= TKMAN DEMOS THREADS OPTIONS_DEFAULT=THREADS OPTIONS_SUB= yes TKMAN_DESC= Install Tk function manpages DEMOS_DESC= Install demos XSS_DESC= XScrnSaver support WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix ALL_TARGET= all INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES+= tcl:${SHORT_TK_VER},tea USE_XORG= x11 xft xscrnsaver CONFIGURE_ARGS= --enable-xss \ --enable-xft \ --enable-man-suffix=.${MAN_SUFFIX} \ --includedir=${PREFIX}/include/tk${TK_VER} CONFIGURE_ENV= PORTSDIR=${PORTSDIR} CFLAGS+= -I${TCL_INCLUDEDIR} \ -I${LOCALBASE}/include TK_VER= ${PORTVERSION:R} SHORT_TK_VER= ${TK_VER:S/.//} MAN_SUFFIX= ${PKGBASE} MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} PLIST_SUB= TK_VER=${TK_VER} \ SHORT_TK_VER=${SHORT_TK_VER} DEMOS_INSTALL_TARGET= install-demos TKMAN_INSTALL_TARGET= install-doc THREADS_CONFIGURE_ENABLE= threads post-patch: ${REINPLACE_CMD} -e \ 's|@TK_BUILD_LIB_SPEC@|@TK_LIB_SPEC@|; \ s|@TK_BUILD_STUB_LIB_SPEC@|@TK_STUB_LIB_SPEC@|; \ s|@TK_BUILD_STUB_LIB_PATH@|@TK_STUB_LIB_PATH@|; \ s|@TK_SRC_DIR@|${PREFIX}/include/tk${TK_VER}|' \ ${WRKSRC}/tkConfig.sh.in regression-test: build cd ${WRKSRC}; ${MAKE} test ${ECHO_CMD} "package require Tk" | tclsh${TK_VER} ${ECHO_CMD} "load libtk${SHORT_TK_VER}.so" | tclsh${TK_VER} .include Index: head/x11-toolkits/tk86/distinfo =================================================================== --- head/x11-toolkits/tk86/distinfo (revision 419214) +++ head/x11-toolkits/tk86/distinfo (revision 419215) @@ -1,2 +1,3 @@ -SHA256 (tk8.6.5-src.tar.gz) = fbbd93541b4cd467841208643b4014c4543a54c3597586727f0ab128220d7946 -SIZE (tk8.6.5-src.tar.gz) = 4417393 +TIMESTAMP = 1469707479 +SHA256 (tk8.6.6-src.tar.gz) = d62c371a71b4744ed830e3c21d27968c31dba74dd2c45f36b9b071e6d88eb19d +SIZE (tk8.6.6-src.tar.gz) = 4273737 Index: head/x11-toolkits/tk86/files/patch-unix__Makefile.in =================================================================== --- head/x11-toolkits/tk86/files/patch-unix__Makefile.in (revision 419214) +++ head/x11-toolkits/tk86/files/patch-unix__Makefile.in (nonexistent) @@ -1,110 +0,0 @@ ---- Makefile.in.orig 2014-08-27 18:23:13.000000000 +0200 -+++ Makefile.in 2014-08-29 12:16:47.000000000 +0200 -@@ -64,6 +64,8 @@ - - # Directory in which to install the include file tk.h: - INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) -+GENERIC_INCLUDE_INSTALL_DIR= $(INCLUDE_INSTALL_DIR)/generic -+UNIX_INCLUDE_INSTALL_DIR= $(INCLUDE_INSTALL_DIR)/unix - - # Path to the private tk header dir: - PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ -@@ -92,7 +94,7 @@ - HTML_INSTALL_DIR = $(INSTALL_ROOT)$(HTML_DIR) - - # Directory in which to install the configuration file tkConfig.sh: --CONFIG_INSTALL_DIR = $(INSTALL_ROOT)$(libdir) -+CONFIG_INSTALL_DIR = $(SCRIPT_INSTALL_DIR) - - # Directory in which to install the demo files: - DEMO_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)/demos -@@ -555,6 +557,8 @@ - PUBLIC_HDRS = $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h \ - $(GENERIC_DIR)/tkPlatDecls.h $(@TK_WINDOWINGSYSTEM@_HDRS) - -+INSTALL_HDRS = tk.h tkDecls.h tkInt.h tkIntXlibDecls.h -+ - # The private headers we want installed for install-private-headers - PRIVATE_HDRS = $(GENERIC_DIR)/tkInt.h $(GENERIC_DIR)/tkIntDecls.h \ - $(GENERIC_DIR)/tkIntPlatDecls.h $(GENERIC_DIR)/tkPort.h \ -@@ -584,6 +588,12 @@ - ${LIB_FILE}: ${STUB_LIB_FILE} @LIB_RSRC_FILE@ ${OBJS} - rm -f $@ - @MAKE_LIB@ -+ @ln -sf ${LIB_FILE} ./libtk${SHORT_TK_VER}.so -+ -+libtk${SHORT_TK_VER}.a: ${OBJS} -+ rm -f libtk${SHORT_TK_VER}.a -+ ar rc libtk${SHORT_TK_VER}.a ${OBJS} -+ $(RANLIB) libtk${SHORT_TK_VER}.a - - ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} - @if test "x${LIB_FILE}" = "xlibtk${MAJOR_VERSION}.${MINOR_VERSION}.dll"; then \ -@@ -699,8 +709,7 @@ - INSTALL_DEV_TARGETS = install-headers - INSTALL_DEMO_TARGETS = install-demos - INSTALL_EXTRA_TARGETS = @EXTRA_INSTALL@ --INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DOC_TARGETS) $(INSTALL_DEV_TARGETS) \ -- $(INSTALL_DEMO_TARGETS) $(INSTALL_EXTRA_TARGETS) -+INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DEV_TARGETS) $(INSTALL_EXTRA_TARGETS) - - install: $(INSTALL_TARGETS) - -@@ -713,7 +722,7 @@ - # some ranlibs write to current directory, and this might not always be - # possible (e.g. if installing as root). - --install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE} -+install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) libtk${SHORT_TK_VER}.a ${WISH_EXE} - @for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \ - "$(PKG_INSTALL_DIR)" "$(CONFIG_INSTALL_DIR)" ; \ - do \ -@@ -744,6 +753,10 @@ - @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" - @@INSTALL_LIB@ - @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" -+ @ln -sf $(TK_LIB_FILE) "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.so -+ @echo "Installing libtk${SHORT_TK_VER}.a" -+ @$(INSTALL_DATA) libtk${SHORT_TK_VER}.a "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.a -+ @chmod 555 "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.a - @if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \ - $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\ - chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\ -@@ -759,9 +772,9 @@ - @INSTALL_STUB_LIB@ ; \ - fi - @EXTRA_INSTALL_BINARIES@ -- @echo "Installing pkg-config file to $(LIB_INSTALL_DIR)/pkgconfig/" -- @$(INSTALL_DATA_DIR) $(LIB_INSTALL_DIR)/pkgconfig -- @$(INSTALL_DATA) tk.pc $(LIB_INSTALL_DIR)/pkgconfig/tk.pc -+ @echo "Installing pkg-config file to $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig/" -+ @$(INSTALL_DATA_DIR) $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig -+ @$(INSTALL_DATA) tk.pc $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig/tk.pc - - install-libraries: libraries - @for i in "$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)/images" \ -@@ -859,7 +872,8 @@ - install-headers: - @if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \ - XLIB_INCLUDE_INSTALL_DIR="$(INCLUDE_INSTALL_DIR)"/X11; fi; \ -- for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}"; \ -+ for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}" \ -+ "$(GENERIC_INCLUDE_INSTALL_DIR)" "$(UNIX_INCLUDE_INSTALL_DIR)"; \ - do \ - if [ -n "$$i" -a ! -d "$$i" ] ; then \ - echo "Making directory $$i"; \ -@@ -868,9 +882,12 @@ - fi; \ - done; - @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; -- @for i in $(PUBLIC_HDRS); \ -+ @${BSD_INSTALL_DATA} $(GENERIC_DIR)/*.h "$(GENERIC_INCLUDE_INSTALL_DIR)"/ -+ @${BSD_INSTALL_DATA} $(UNIX_DIR)/*.h "$(UNIX_INCLUDE_INSTALL_DIR)"/ -+ @for i in $(INSTALL_HDRS); \ - do \ -- $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \ -+ j=`basename $$i` ; \ -+ ln -sf generic/$$j "$(INCLUDE_INSTALL_DIR)"/$$j ; \ - done; - @list='$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)'; for i in $$list ; \ - do \ Property changes on: head/x11-toolkits/tk86/files/patch-unix__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-toolkits/tk86/files/patch-unix-installManPage =================================================================== --- head/x11-toolkits/tk86/files/patch-unix-installManPage (revision 419214) +++ head/x11-toolkits/tk86/files/patch-unix-installManPage (nonexistent) @@ -1,11 +0,0 @@ ---- installManPage.orig 2013-01-15 15:06:06.000000000 +0100 -+++ installManPage 2013-01-15 15:07:17.000000000 +0100 -@@ -100,7 +100,7 @@ - - First="" - for Target in $Names; do -- Target=$Target.$Section$Suffix -+ Target=$Target$Suffix.$Section - rm -f $Dir/$Target $Dir/$Target.* - if test -z "$First" ; then - First=$Target Property changes on: head/x11-toolkits/tk86/files/patch-unix-installManPage ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-toolkits/tk86/files/patch-unix-configure =================================================================== --- head/x11-toolkits/tk86/files/patch-unix-configure (revision 419214) +++ head/x11-toolkits/tk86/files/patch-unix-configure (nonexistent) @@ -1,19 +0,0 @@ ---- configure.orig 2014-08-27 18:23:13.000000000 +0200 -+++ configure 2014-08-29 13:46:28.000000000 +0200 -@@ -5606,15 +5606,11 @@ - LDFLAGS="$LDFLAGS $PTHREAD_LIBS" - fi - -- case $system in -- FreeBSD-3.*) - # Version numbers are dot-stripped by system policy. - TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .` - 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 - ;; - Darwin-*) - CFLAGS_OPTIMIZE="-Os" Property changes on: head/x11-toolkits/tk86/files/patch-unix-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-toolkits/tk86/files/patch-Makefile.in =================================================================== --- head/x11-toolkits/tk86/files/patch-Makefile.in (nonexistent) +++ head/x11-toolkits/tk86/files/patch-Makefile.in (revision 419215) @@ -0,0 +1,110 @@ +--- Makefile.in.orig 2016-07-26 14:07:50 UTC ++++ Makefile.in +@@ -64,6 +64,8 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK + + # Directory in which to install the include file tk.h: + INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) ++GENERIC_INCLUDE_INSTALL_DIR= $(INCLUDE_INSTALL_DIR)/generic ++UNIX_INCLUDE_INSTALL_DIR= $(INCLUDE_INSTALL_DIR)/unix + + # Path to the private tk header dir: + PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ +@@ -92,7 +94,7 @@ HTML_DIR = @HTML_DIR@ + HTML_INSTALL_DIR = $(INSTALL_ROOT)$(HTML_DIR) + + # Directory in which to install the configuration file tkConfig.sh: +-CONFIG_INSTALL_DIR = $(INSTALL_ROOT)$(libdir) ++CONFIG_INSTALL_DIR = $(SCRIPT_INSTALL_DIR) + + # Directory in which to install the demo files: + DEMO_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)/demos +@@ -555,6 +557,8 @@ TTK_HDRS = $(TTK_DIR)/ttkTheme.h $(TTK_D + PUBLIC_HDRS = $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h \ + $(GENERIC_DIR)/tkPlatDecls.h $(@TK_WINDOWINGSYSTEM@_HDRS) + ++INSTALL_HDRS = tk.h tkDecls.h tkInt.h tkIntXlibDecls.h ++ + # The private headers we want installed for install-private-headers + PRIVATE_HDRS = $(GENERIC_DIR)/tkInt.h $(GENERIC_DIR)/tkIntDecls.h \ + $(GENERIC_DIR)/tkIntPlatDecls.h $(GENERIC_DIR)/tkPort.h \ +@@ -584,6 +588,12 @@ doc: $(TOP_DIR)/doc/man.macros + ${LIB_FILE}: ${STUB_LIB_FILE} @LIB_RSRC_FILE@ ${OBJS} + rm -f $@ + @MAKE_LIB@ ++ @ln -sf ${LIB_FILE} ./libtk${SHORT_TK_VER}.so ++ ++libtk${SHORT_TK_VER}.a: ${OBJS} ++ rm -f libtk${SHORT_TK_VER}.a ++ ar rc libtk${SHORT_TK_VER}.a ${OBJS} ++ $(RANLIB) libtk${SHORT_TK_VER}.a + + ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} + @if test "x${LIB_FILE}" = "xlibtk${MAJOR_VERSION}.${MINOR_VERSION}.dll"; then \ +@@ -699,8 +709,7 @@ INSTALL_DOC_TARGETS = install-doc + INSTALL_DEV_TARGETS = install-headers + INSTALL_DEMO_TARGETS = install-demos + INSTALL_EXTRA_TARGETS = @EXTRA_INSTALL@ +-INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DOC_TARGETS) $(INSTALL_DEV_TARGETS) \ +- $(INSTALL_DEMO_TARGETS) $(INSTALL_EXTRA_TARGETS) ++INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DEV_TARGETS) $(INSTALL_EXTRA_TARGETS) + + install: $(INSTALL_TARGETS) + +@@ -709,7 +718,7 @@ install-strip: + INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" \ + INSTALL_LIBRARY="$(INSTALL_LIBRARY) ${INSTALL_STRIP_LIBRARY}" + +-install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE} ++install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) libtk${SHORT_TK_VER}.a ${WISH_EXE} + @for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \ + "$(PKG_INSTALL_DIR)" "$(CONFIG_INSTALL_DIR)" ; \ + do \ +@@ -740,6 +749,10 @@ install-binaries: $(TK_STUB_LIB_FILE) $( + @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" + @@INSTALL_LIB@ + @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" ++ @ln -sf $(TK_LIB_FILE) "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.so ++ @echo "Installing libtk${SHORT_TK_VER}.a" ++ @$(INSTALL_DATA) libtk${SHORT_TK_VER}.a "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.a ++ @chmod 555 "@DLL_INSTALL_DIR@"/libtk${SHORT_TK_VER}.a + @if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \ + $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\ + chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\ +@@ -755,9 +768,9 @@ install-binaries: $(TK_STUB_LIB_FILE) $( + @INSTALL_STUB_LIB@ ; \ + fi + @EXTRA_INSTALL_BINARIES@ +- @echo "Installing pkg-config file to $(LIB_INSTALL_DIR)/pkgconfig/" +- @$(INSTALL_DATA_DIR) $(LIB_INSTALL_DIR)/pkgconfig +- @$(INSTALL_DATA) tk.pc $(LIB_INSTALL_DIR)/pkgconfig/tk.pc ++ @echo "Installing pkg-config file to $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig/" ++ @$(INSTALL_DATA_DIR) $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig ++ @$(INSTALL_DATA) tk.pc $(INSTALL_ROOT)$(prefix)/libdata/pkgconfig/tk.pc + + install-libraries: libraries + @for i in "$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)/images" \ +@@ -855,7 +868,8 @@ install-doc: + install-headers: + @if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \ + XLIB_INCLUDE_INSTALL_DIR="$(INCLUDE_INSTALL_DIR)"/X11; fi; \ +- for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}"; \ ++ for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}" \ ++ "$(GENERIC_INCLUDE_INSTALL_DIR)" "$(UNIX_INCLUDE_INSTALL_DIR)"; \ + do \ + if [ -n "$$i" -a ! -d "$$i" ] ; then \ + echo "Making directory $$i"; \ +@@ -864,9 +878,12 @@ install-headers: + fi; \ + done; + @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; +- @for i in $(PUBLIC_HDRS); \ ++ @${BSD_INSTALL_DATA} $(GENERIC_DIR)/*.h "$(GENERIC_INCLUDE_INSTALL_DIR)"/ ++ @${BSD_INSTALL_DATA} $(UNIX_DIR)/*.h "$(UNIX_INCLUDE_INSTALL_DIR)"/ ++ @for i in $(INSTALL_HDRS); \ + do \ +- $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \ ++ j=`basename $$i` ; \ ++ ln -sf generic/$$j "$(INCLUDE_INSTALL_DIR)"/$$j ; \ + done; + @list='$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)'; for i in $$list ; \ + do \ Property changes on: head/x11-toolkits/tk86/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/tk86/files/patch-configure =================================================================== --- head/x11-toolkits/tk86/files/patch-configure (nonexistent) +++ head/x11-toolkits/tk86/files/patch-configure (revision 419215) @@ -0,0 +1,19 @@ +--- configure.orig 2016-07-26 14:07:50 UTC ++++ configure +@@ -5456,15 +5456,11 @@ fi + LDFLAGS="$LDFLAGS $PTHREAD_LIBS" + fi + +- case $system in +- FreeBSD-3.*) + # Version numbers are dot-stripped by system policy. + TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .` + 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 + ;; + Darwin-*) + CFLAGS_OPTIMIZE="-Os" Property changes on: head/x11-toolkits/tk86/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/tk86/files/patch-installManPage =================================================================== --- head/x11-toolkits/tk86/files/patch-installManPage (nonexistent) +++ head/x11-toolkits/tk86/files/patch-installManPage (revision 419215) @@ -0,0 +1,11 @@ +--- installManPage.orig 2016-07-26 14:07:50 UTC ++++ installManPage +@@ -100,7 +100,7 @@ SrcDir=`dirname $ManPage` + + First="" + for Target in $Names; do +- Target=$Target.$Section$Suffix ++ Target=$Target$Suffix.$Section + rm -f $Dir/$Target $Dir/$Target.* + if test -z "$First" ; then + First=$Target Property changes on: head/x11-toolkits/tk86/files/patch-installManPage ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property