head	1.8;
access;
symbols
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2003.11.01.22.25.23;	author marcus;	state dead;
branches;
next	1.7;

1.7
date	2002.11.15.08.56.38;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2001.11.13.13.01.04;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	2000.08.21.10.55.21;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2000.07.25.12.32.59;	author sobomax;	state dead;
branches;
next	1.3;

1.3
date	2000.07.21.12.53.46;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.21.23.34.07;	author will;	state Exp;
branches;
next	1.1;

1.1
date	99.12.27.02.18.05;	author steve;	state Exp;
branches;
next	;


desc
@@


1.8
log
@* Update to 0.8.2
* Fix some portlint -A reported bugs
* Use the bundled neon since www/neon is out-of-date

PR:		58795
Submitted by:	maintainer
@
text
@--- configure.orig	Thu Nov 14 22:42:00 2002
+++ configure	Thu Nov 14 22:42:26 2002
@@@@ -7251,6 +7251,7 @@@@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@


1.7
log
@Update to 0.5.5 which makes screem a GNOME 2 app.  Yay!

PR:	45302
Submitted by:	maintainer
@
text
@@


1.6
log
@- Update to 0.4.1;
- assign maintainership to John Merryweather Cooper <john_m_cooper@@yahoo.com>.

Submitted by:	John Merryweather Cooper <john_m_cooper@@yahoo.com>
@
text
@d1 7
a7 26

$FreeBSD$

--- configure.orig	Tue Nov 13 12:46:59 2001
+++ configure	Tue Nov 13 12:50:04 2001
@@@@ -4834,8 +4834,10 @@@@
 fi
 GNOME_VFS_LIBS=
 if $have_gnome_vfs; then
-	CFLAGS="$CFLAGS `$GNOME_CONFIG vfs vfscorba vfspthread --cflags`"
-	GNOME_VFS_LIBS=`$GNOME_CONFIG vfs vfscorba vfspthread --libs`
+	CFLAGS="$CFLAGS `$GNOME_CONFIG vfs --cflags`"
+	CPPFLAGS="$CPPFLAGS `$GNOME_CONFIG gtkhtml print --cflags`"
+	GNOME_VFS_LIBS=`$GNOME_CONFIG vfs --libs`
+	LDFLAGS="$LDFLAGS `$GNOME_CONFIG gtkhtml print --libs`"
 fi
 
 
@@@@ -5029,7 +5031,7 @@@@
   HAVE_PTHREADS_FALSE=
 fi
 
-GTHREAD_LIBS=`glib-config gthread --libs`
+GTHREAD_LIBS=`${GLIB_CONFIG} gthread --libs`
 
 
d9 2
@


1.5
log
@Update to 0.3.0.
@
text
@d1 19
a19 3
--- configure	2000/08/21 10:10:04	1.1
+++ configure	2000/08/21 10:10:33
@@@@ -5006,7 +5006,7 @@@@
@


1.4
log
@Update to 0.2.10. Replace couple of patches with perl regex.
@
text
@d1 4
a4 21
--- configure.orig	Mon Jul 17 21:51:46 2000
+++ configure	Fri Jul 21 12:13:37 2000
@@@@ -2763,14 +2763,14 @@@@
   PTHREAD_LIB="-lpthreads"
 else
   echo "$ac_t""no" 1>&6
-echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
-echo "configure:2768: checking for pthread_create in -lc_r" >&5
+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
+echo "configure:2768: checking for pthread_create in -pthread" >&5
 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lc_r  $LIBS"
+LIBS="-pthread  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 2776 "configure"
 #include "confdefs.h"
@@@@ -2798,7 +2798,8 @@@@
d6 6
a11 17
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  PTHREAD_LIB="-lc_r"
+  PTHREAD_LIB="-pthread"
+  CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
@@@@ -6296,7 +6297,7 @@@@
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   CATOBJEXT=.mo
-		   DATADIRNAME=lib
+		   DATADIRNAME=share
 fi
 rm -f conftest*
 		INSTOBJEXT=.mo
@


1.3
log
@Update to 0.2.8.
@
text
@@


1.2
log
@Update SCREEM to 0.2.1.
Status:
	1) Remove pth-devel dependency. I discovered that -pthread works too.
	   In the process of testing a previous update, I also discovered that
	   if you have linuxthreads installed (as I did on my -current box), it
	   will use -lpthread instead of -pthread. So I had to patch configure
	   further to make sure that we don't get "lost dependencies" down the road.
	2) Add USE_LIBTOOL. Remove *.la from pkg/PLIST.
	3) Shuffle pkg/PLIST around to make it more ordered.
	4) New (and faster) MASTER_SITE.
	5) New patch to fix uploadWizard plugin Makefile.in so it doesn't hardcode
	   the pthread library.

This commit also affects PR 17471, in that it will probably help Mikhail remove
pth-devel so he can build Mozilla again. :-)

PR:		17477
Submitted by:	myself
@
text
@d1 3
a3 31
--- configure	Mon Jan  3 09:33:01 2000
+++ configure.new	Sat Mar 18 16:23:46 2000
@@@@ -1922,8 +1922,8 @@@@
 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
 
 # Reload cache, that may have been modified by ltconfig
@@@@ -1937,7 +1937,7 @@@@
 
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@@@ -2405,6 +2405,7 @@@@
   fi
 
 
+if false; then
 	PTHREAD_LIB=""
 	echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
 echo "configure:2411: checking for pthread_create in -lpthread" >&5
@@@@ -2482,6 +2483,9 @@@@
d7 4
a10 5
+fi
+fi
+fi
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
 echo "configure:2487: checking for pthread_create in -lc_r" >&5
d12 1
a12 1
@@@@ -2489,7 +2493,7 @@@@
d19 1
a19 1
 #line 2495 "configure"
d21 1
a21 1
@@@@ -2517,7 +2521,7 @@@@
d27 1
d31 1
a31 13
@@@@ -2571,11 +2575,6 @@@@
 		    
 fi
 
-		
-fi
-
-	
-fi
 
 	
 	
@@@@ -5882,7 +5881,7 @@@@
@


1.1
log
@Adding screem version 0.1.92
A GNOME/GTK-based HTML editor.

PR:		14956
Submitted by:	Will Andrews <andrews@@technologist.com>
@
text
@d1 71
a71 3
--- configure	Thu Oct 28 15:09:16 1999
+++ configure.new	Sat Nov 13 15:01:06 1999
@@@@ -5686,7 +5686,7 @@@@
@

