head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3;
locks; strict;
comment	@# @;


1.5
date	2000.12.05.15.34.35;	author kevlo;	state dead;
branches;
next	1.4;

1.4
date	98.03.08.01.39.27;	author jmacd;	state Exp;
branches;
next	1.3;

1.3
date	97.03.06.10.59.00;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	96.10.10.00.47.10;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	96.09.17.23.59.53;	author jmacd;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to version 4.0.1
- Switch maintainer to ports@@FreeBSD.org

PR: 23276
Submitted by: Ports Fury
Approved by: MAINTAINER
@
text
@diff -cr STk-3.1/Makefile.in STk-3.1.new/Makefile.in
*** STk-3.1/Makefile.in	Wed Jul 24 12:53:04 1996
--- STk-3.1.new/Makefile.in	Tue Sep 17 15:26:07 1996
***************
*** 73,79 ****
  	@@echo "SH_LDFLAGS	= @@SH_LDFLAGS@@"			>> config.make
  	@@echo "SH_LOADER	= @@SH_LOADER@@"			>> config.make
  	@@echo "SH_SUFFIX	= @@SH_SUFFIX@@"			>> config.make
! 	@@echo "LIB_MALLOC	= @@LIB_MALLOC@@"			>> config.make
  	@@echo "LIB_DLD		= @@LIB_DLD@@"			>> config.make
  		
  	@@echo "STK_LIBRARY	= $(libdir)"			>> config.make
--- 73,79 ----
  	@@echo "SH_LDFLAGS	= @@SH_LDFLAGS@@"			>> config.make
  	@@echo "SH_LOADER	= @@SH_LOADER@@"			>> config.make
  	@@echo "SH_SUFFIX	= @@SH_SUFFIX@@"			>> config.make
! 	@@echo "LIB_MALLOC	= "				>> config.make
  	@@echo "LIB_DLD		= @@LIB_DLD@@"			>> config.make
  		
  	@@echo "STK_LIBRARY	= $(libdir)"			>> config.make
***************
*** 108,114 ****
  demos:
  	/bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
  
! install: clean-before
  	(cd Tcl;     	$(MAKE) install)
  	(cd Tk;      	$(MAKE) install)
  	(cd Mp;		$(MAKE) install)
--- 108,114 ----
  demos:
  	/bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)"
  
! install:
  	(cd Tcl;     	$(MAKE) install)
  	(cd Tk;      	$(MAKE) install)
  	(cd Mp;		$(MAKE) install)
*** STk-3.1/Tk/unix/Makefile.in	Tue Sep 17 15:47:29 1996
--- STk-3.1.new/Tk/unix/Makefile.in	Tue Sep 17 15:57:13 1996
***************
*** 75,86 ****
  # X11 include files accessible (the configure script will try to
  # set this value, and will cause it to be an empty string if the
  # include files are accessible via /usr/include).
! X11_INCLUDES =		@@XINCLUDES@@
  
  # Linker switch(es) to use to link with the X11 library archive (the
  # configure script will try to set this value automatically, but you
  # can override it).
! X11_LIB_SWITCHES =	@@XLIBSW@@
  
  # Libraries to use when linking:  must include at least Tk, Tcl, Xlib,
  # and the math library (in that order).  The "LIBS" part will be
--- 75,86 ----
  # X11 include files accessible (the configure script will try to
  # set this value, and will cause it to be an empty string if the
  # include files are accessible via /usr/include).
! X11_INCLUDES =		-I/usr/X11R6/include/
  
  # Linker switch(es) to use to link with the X11 library archive (the
  # configure script will try to set this value automatically, but you
  # can override it).
! X11_LIB_SWITCHES =	-L/usr/X11R6/lib/
  
  # Libraries to use when linking:  must include at least Tk, Tcl, Xlib,
  # and the math library (in that order).  The "LIBS" part will be
*** STk-3.1.1/configure.in.orig	Sat Mar  7 17:05:37 1998
--- STk-3.1.1/configure.in	Sat Mar  7 17:05:48 1998
***************
*** 387,393 ****
       STKLDFLAGS="$STKLDFLAGS -Wl,-E"
       LIB_DLD=-ldld;;
     FREEBSD)
!      SH_CCFLAGS="-pic"
       SH_LDFLAGS="-Bshareable -o"
       SH_LOADER="ld"
       LIB_MALLOC="-lgnumalloc"
--- 387,393 ----
       STKLDFLAGS="$STKLDFLAGS -Wl,-E"
       LIB_DLD=-ldld;;
     FREEBSD)
!      SH_CCFLAGS="-fpic"
       SH_LDFLAGS="-Bshareable -o"
       SH_LOADER="ld"
       LIB_MALLOC="-lgnumalloc"
*** STk-3.1.1/configure.orig	Sat Mar  7 17:17:50 1998
--- STk-3.1.1/configure	Sat Mar  7 17:17:59 1998
***************
*** 1536,1542 ****
       STKLDFLAGS="$STKLDFLAGS -Wl,-E"
       LIB_DLD=-ldld;;
     FREEBSD)
!      SH_CCFLAGS="-pic"
       SH_LDFLAGS="-Bshareable -o"
       SH_LOADER="ld"
       LIB_MALLOC="-lgnumalloc"
--- 1536,1542 ----
       STKLDFLAGS="$STKLDFLAGS -Wl,-E"
       LIB_DLD=-ldld;;
     FREEBSD)
!      SH_CCFLAGS="-fpic"
       SH_LDFLAGS="-Bshareable -o"
       SH_LOADER="ld"
       LIB_MALLOC="-lgnumalloc"
@


1.4
log
@Update to 3.1.1 (due to missing distfile).  Though I'm the maintainer
of this port it has been a while since I used it and I was unable to
thoroughly test it today.  A lot of the patches were removed.
@
text
@@


1.3
log
@Don't ask whether I want to delete the old installation or not.
@
text
@a37 59
diff -cr STk-3.1/Snow/io.c STk-3.1.new/Snow/io.c
*** STk-3.1/Snow/io.c	Sun Jul 21 03:54:35 1996
--- STk-3.1.new/Snow/io.c	Tue Sep 17 15:25:42 1996
***************
*** 90,96 ****
        if (Tk_initialized) {
  	filled = 0;
  	while (!filled) {
! 	  Tcl_DoOneEvent(TK_DONT_WAIT);
  	  if (Tk_GetNumMainWindows() <= 0) return EOF;
  	}
        }
--- 90,96 ----
        if (Tk_initialized) {
  	filled = 0;
  	while (!filled) {
! 	  Tcl_DoOneEvent(0);
  	  if (Tk_GetNumMainWindows() <= 0) return EOF;
  	}
        }
diff -cr STk-3.1/Src/io.c STk-3.1.new/Src/io.c
*** STk-3.1/Src/io.c	Sun Jul 21 03:54:35 1996
--- STk-3.1.new/Src/io.c	Tue Sep 17 15:25:42 1996
***************
*** 90,96 ****
        if (Tk_initialized) {
  	filled = 0;
  	while (!filled) {
! 	  Tcl_DoOneEvent(TK_DONT_WAIT);
  	  if (Tk_GetNumMainWindows() <= 0) return EOF;
  	}
        }
--- 90,96 ----
        if (Tk_initialized) {
  	filled = 0;
  	while (!filled) {
! 	  Tcl_DoOneEvent(0);
  	  if (Tk_GetNumMainWindows() <= 0) return EOF;
  	}
        }
*** STk-3.1/Lib/Makefile	Mon Jul 22 06:50:06 1996
--- STk-3.1.new/Lib/Makefile	Tue Sep 17 15:36:07 1996
***************
*** 18,24 ****
  	-if [ ! -d $(SITE_SCHEME) ] ; then mkdir -p $(SITE_SCHEME); fi
  	-if [ ! -d $(STK_IMAGES) ] ; then mkdir -p $(STK_IMAGES); fi
  	-if [ ! -d $(STK_STK) ] ; then mkdir -p $(STK_STK); fi
! 	for i in *.stk *.stklos prolog.ps STk.init; \
  	do \
  	  sed -e 's=/usr/local/lib/stk=$(libdir)=' \
  	      -e 's=/usr/local/bin=$(bindir)=' $$i > $(STK_STK)/$$i ;\
--- 18,24 ----
  	-if [ ! -d $(SITE_SCHEME) ] ; then mkdir -p $(SITE_SCHEME); fi
  	-if [ ! -d $(STK_IMAGES) ] ; then mkdir -p $(STK_IMAGES); fi
  	-if [ ! -d $(STK_STK) ] ; then mkdir -p $(STK_STK); fi
! 	for i in *.stk prolog.ps STk.init; \
  	do \
  	  sed -e 's=/usr/local/lib/stk=$(libdir)=' \
  	      -e 's=/usr/local/bin=$(bindir)=' $$i > $(STK_STK)/$$i ;\
d67 2
d70 35
a104 37
*** 188,196 ****
  CC =		@@CC@@
  CC_SWITCHES =	$(STKCFLAGS) $(DFLGS) $(ALLOC) ${CFLAGS} -I${UNIX_DIR} \
  		-I${GENERIC_DIR} \
! 		-I../../Tcl -I../../Src -I${BMAP_DIR} -I${TCL_DIR} \
  		${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \
! 		${KEYSYM_FLAGS} 
  
  WISH_OBJS = tkAppInit.o
  
--- 188,196 ----
  CC =		@@CC@@
  CC_SWITCHES =	$(STKCFLAGS) $(DFLGS) $(ALLOC) ${CFLAGS} -I${UNIX_DIR} \
  		-I${GENERIC_DIR} \
! 		-I../../Tcl -I../../Src -I${BMAP_DIR} -I${TCLDIR} \
  		${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \
! 		${KEYSYM_FLAGS} ${X11_INCLUDES}
  
  WISH_OBJS = tkAppInit.o
  
***************
*** 285,291 ****
  
  test: tktest
  	@@cwd=`pwd`; \
! 	cd $(TCL_DIR); TCL_LIBRARY=`pwd`/../library; export TCL_LIBRARY; \
  	cd $$cwd; cd $(TOP_DIR); TK_LIBRARY=`pwd`/library; export TK_LIBRARY; \
  	cd $$cwd; ( echo cd $(TOP_DIR)/tests\; source all\; exit ) | ./tktest
  
--- 285,291 ----
  
  test: tktest
  	@@cwd=`pwd`; \
! 	cd $(TCLDIR); TCL_LIBRARY=`pwd`/../library; export TCL_LIBRARY; \
  	cd $$cwd; cd $(TOP_DIR); TK_LIBRARY=`pwd`/library; export TK_LIBRARY; \
  	cd $$cwd; ( echo cd $(TOP_DIR)/tests\; source all\; exit ) | ./tktest
  
@


1.2
log
@Forcefully ignore libgnumalloc.

Pointed to the right place by:	jmacd
@
text
@d21 17
@


1.1
log
@Unless I'm hollucinating, my last commit, which I specified
-n to, really happened.  That's kind of weird.  Anyways, I
forgot to add the patches directory and a new patch.

Oh, I specified -n now too, hope this doesn't work.
@
text
@d17 1
a17 1
! 	@@echo "LIB_MALLOC	= -lgnumalloc"			>> config.make
@
