summaryrefslogtreecommitdiff
path: root/www/screem/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 22:25:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 22:25:23 +0000
commitc6f2e7323f000246c6df81e7d776cda726ea318b (patch)
treeba18b807a9e6b2ee6e86d6aa2b5d7fa758daa44c /www/screem/files
parentUpdate to 2.4.1. (diff)
* 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
Notes
Notes: svn path=/head/; revision=92799
Diffstat (limited to 'www/screem/files')
-rw-r--r--www/screem/files/patch-ab10
-rw-r--r--www/screem/files/patch-ltmain.sh51
-rw-r--r--www/screem/files/patch-plugins_uploadWizard_Makefile.in11
-rw-r--r--www/screem/files/patch-po::Makefile.in.in11
-rw-r--r--www/screem/files/patch-src_screem-markup.c22
5 files changed, 51 insertions, 54 deletions
diff --git a/www/screem/files/patch-ab b/www/screem/files/patch-ab
deleted file mode 100644
index 68a30859a705..000000000000
--- a/www/screem/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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'
diff --git a/www/screem/files/patch-ltmain.sh b/www/screem/files/patch-ltmain.sh
new file mode 100644
index 000000000000..1d5a5c7b87e1
--- /dev/null
+++ b/www/screem/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- ltmain.sh.orig Fri Sep 12 14:51:51 2003
++++ ltmain.sh Sun Sep 21 17:49:07 2003
+@@ -1280,7 +1280,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1290,8 +1290,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3000,6 +3008,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5428,10 +5439,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/www/screem/files/patch-plugins_uploadWizard_Makefile.in b/www/screem/files/patch-plugins_uploadWizard_Makefile.in
deleted file mode 100644
index db8be8753a7b..000000000000
--- a/www/screem/files/patch-plugins_uploadWizard_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/uploadWizard/Makefile.in.orig Thu Nov 14 23:37:10 2002
-+++ plugins/uploadWizard/Makefile.in Thu Nov 14 23:37:37 2002
-@@ -169,7 +169,7 @@
-
-
- uploadWizard_la_LDFLAGS = -avoid-version -module
--uploadWizard_la_LIBADD = $(NEONOBJS) $(SCREEM_LIBS)
-+uploadWizard_la_LIBADD = $(NEONOBJS) $(NEON_LIBS) $(SCREEM_LIBS)
-
- config_h = $(top_builddir)/config.h
- obj_ext = o
diff --git a/www/screem/files/patch-po::Makefile.in.in b/www/screem/files/patch-po::Makefile.in.in
deleted file mode 100644
index af9aed221d8f..000000000000
--- a/www/screem/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in 2001/08/03 10:53:37 1.1
-+++ po/Makefile.in.in 2001/08/03 10:53:57
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/www/screem/files/patch-src_screem-markup.c b/www/screem/files/patch-src_screem-markup.c
deleted file mode 100644
index 9afe058c8c15..000000000000
--- a/www/screem/files/patch-src_screem-markup.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/screem-markup.c.orig Wed Nov 13 08:19:22 2002
-+++ src/screem-markup.c Sun Dec 1 21:57:23 2002
-@@ -778,7 +778,7 @@
-
- GSList *screem_markup_get_links( ScreemDTD *dtd, const gchar *text )
- {
-- GSList *ret;
-+ GSList *ret, *attr, *tmp;
- gchar *next;
- gint pos;
- gint end;
-@@ -792,8 +792,8 @@
- NULL, &end, &name ) ) ) {
- pos = end;
- /* get tag attributes */
-- GSList *attr;
-- GSList *tmp;
-+ /* GSList *attr; */
-+ /* GSList *tmp; */
-
- attr = screem_markup_build_attributes_list( next, NULL );
-