Remove the patches. They are no longer needed.
This commit is contained in:
parent
3ecc7cdee6
commit
991488c8c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14011
4 changed files with 1 additions and 68 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/gnome/Makefile,v 1.9 2002/02/11 16:54:52 sobomax Exp $
|
# $FreeBSD: www/en/gnome/Makefile,v 1.10 2002/05/21 09:15:41 sobomax Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
SUBDIR= docs
|
SUBDIR= docs
|
||||||
SUBDIR+= images
|
SUBDIR+= images
|
||||||
SUBDIR+= patches
|
|
||||||
|
|
||||||
DOCS= screenshots.sgml
|
DOCS= screenshots.sgml
|
||||||
DOCS+= contact.sgml
|
DOCS+= contact.sgml
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
|
||||||
.include "../Makefile.conf"
|
|
||||||
.endif
|
|
||||||
.if exists(../Makefile.inc)
|
|
||||||
.include "../Makefile.inc"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
DATA= patch-ltmain.sh
|
|
||||||
DATA+= patch-po::Makefile.in.in
|
|
||||||
|
|
||||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
|
@ -1,42 +0,0 @@
|
||||||
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
|
|
||||||
+++ ltmain.sh Sun Feb 3 01:44:17 2002
|
|
||||||
@@ -1037,8 +1037,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
|
|
||||||
;;
|
|
||||||
|
|
||||||
@@ -2412,6 +2420,9 @@
|
|
||||||
*-*-netbsd*)
|
|
||||||
# Don't link with libc until the a.out ld.so is fixed.
|
|
||||||
;;
|
|
||||||
+ *-*-freebsd*)
|
|
||||||
+ # FreeBSD doesn't need this...
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
# Add libc to deplibs on all other systems if necessary.
|
|
||||||
if test "$build_libtool_need_lc" = "yes"; then
|
|
||||||
@@ -4179,10 +4190,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"
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- po/Makefile.in.in 2002/01/14 14:48:50 1.1
|
|
||||||
+++ po/Makefile.in.in 2002/01/14 14:49:01
|
|
||||||
@@ -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 \
|
|
Loading…
Reference in a new issue