pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Document portions of configure taken from previous pkgsrc and add sysv/UnixWare and Openserver 5 modificatios,



Module Name:	pkgsrc-wip
Committed By:	Boyd Lynn Gerber <gerberb%zenez.com@localhost>
Pushed By:	gerberb
Date:		Wed Jun 8 07:08:36 2022 -0600
Changeset:	17ccd4ca309628b0315b2be9c7c1d00c013ae978

Modified Files:
	tcl-expect/patches/patch-configure

Log Message:
Document portions of configure taken from previous pkgsrc and add sysv/UnixWare and Openserver 5 modificatios,

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=17ccd4ca309628b0315b2be9c7c1d00c013ae978

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcl-expect/patches/patch-configure | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diffs:
diff --git a/tcl-expect/patches/patch-configure b/tcl-expect/patches/patch-configure
index f309223a83..34bf156c8c 100644
--- a/tcl-expect/patches/patch-configure
+++ b/tcl-expect/patches/patch-configure
@@ -6,7 +6,7 @@ $NetBSD$
 # emailed Upstream September 2019
 
 --- configure.orig      2018-02-04 03:43:58.000000000 +0000
-+++ configure   2022-05-04 06:19:11.616282008 +0000
++++ configure	2022-06-08 07:03:02.940051201 -0600
 @@ -6941,6 +6941,52 @@
  	    LD_SEARCH_FLAGS=""
  	    ;;
@@ -60,31 +60,24 @@ $NetBSD$
  	    if test "$GCC" = yes; then :
  
  		SHLIB_CFLAGS="-fPIC -melf"
-@@ -7150,7 +7196,7 @@
- 	    BSD/OS*) ;;
- 	    CYGWIN_*) ;;
- 	    IRIX*) ;;
--	    NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
-+	    NetBSD-*|FreeBSD-*|OpenBSD-*|DragonFly-*|MirBSD-*) ;;
- 	    Darwin-*) ;;
- 	    SCO_SV-3.2*) ;;
- 	    windows) ;;
-@@ -9597,14 +9643,7 @@
+@@ -9597,14 +9643,9 @@
  
  PACKAGE_VERSION_NODOTS="`echo $PACKAGE_VERSION | sed -e 's/\.//g'`"
  
 -if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
 -    EXP_LIB_VERSION=$PACKAGE_VERSION
 -else
-     EXP_LIB_VERSION=$PACKAGE_VERSION_NODOTS
+-    EXP_LIB_VERSION=$PACKAGE_VERSION_NODOTS
 -fi
 -if test $iunix -eq 1 ; then
--    EXP_LIB_VERSION=$PACKAGE_VERSION_NODOTS
++# taken from the pervious pkgsrc tcl-expect 
++
+     EXP_LIB_VERSION=$PACKAGE_VERSION_NODOTS
 -fi
  
  # also remove dots on systems that don't support filenames > 14
  # (are there systems which support shared libs and restrict filename lengths!?)
-@@ -9659,11 +9698,7 @@
+@@ -9659,11 +9700,8 @@
      $as_echo "#define EXP_FRAMEWORK 1" >>confdefs.h
  
  else
@@ -93,24 +86,27 @@ $NetBSD$
 -    else
 -        EXP_LIB_FLAG="-lexpect`echo ${EXP_LIB_VERSION} | tr -d .`"
 -    fi
++# taken from the previous tcl-expect
 +    EXP_LIB_FLAG="-lexpect`echo ${EXP_LIB_VERSION} | tr -d .`"
      EXP_BUILD_LIB_SPEC="-L`pwd` ${EXP_LIB_FLAG}"
      EXP_LIB_SPEC="-L${libdir} ${EXP_LIB_FLAG}"
  fi
-@@ -9965,6 +10000,9 @@
+@@ -9965,6 +10003,10 @@
      # substituted. (@@@ Might not be necessary anymore)
      #--------------------------------------------------------------------
  
++    # taken from the previous pkgsrc tcl-expect
 +    PVNODOTS=`echo ${PACKAGE_VERSION} | tr -d .`
 +    SHARED_LIB_SUFFIX=${PVNODOTS}.so
 +    UNSHARED_LIB_SUFFIX=${PVNODOTS}.a
      if test "${TEA_PLATFORM}" = "windows" ; then
  	if test "${SHARED_BUILD}" = "1" ; then
  	    # We force the unresolved linking of symbols that are really in
-@@ -10711,6 +10749,10 @@
+@@ -10711,6 +10753,11 @@
    case $ac_option in
    # Handling of the options.
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
++    # taken from the previous pkgsrc tcl-expect
 +	: Avoid regenerating within pkgsrc
 +	exit 0
 +	: Avoid regenerating within pkgsrc


Home | Main Index | Thread Index | Old Index