diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-29 02:25:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-29 02:25:07 +0800 |
commit | 3ad8fa0bc792710a9ebada9a3644a3621b441130 (patch) | |
tree | f7913599eae119d1d3e5a80c8ceb2548a17a35f2 /x11-wm/xfce4/files | |
parent | 77143944b4aa937a8814c107429345a68130dc24 (diff) | |
download | freebsd-ports-gnome-3ad8fa0bc792710a9ebada9a3644a3621b441130.tar.gz freebsd-ports-gnome-3ad8fa0bc792710a9ebada9a3644a3621b441130.tar.zst freebsd-ports-gnome-3ad8fa0bc792710a9ebada9a3644a3621b441130.zip |
Import the xfce4-rc2 Meta-Port
PR: 53170
Submitted by: James Earl <jdearl@telus.net>
Diffstat (limited to 'x11-wm/xfce4/files')
-rw-r--r-- | x11-wm/xfce4/files/patch-ltmain.sh | 49 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-other::xinitrc.in | 14 |
2 files changed, 0 insertions, 63 deletions
diff --git a/x11-wm/xfce4/files/patch-ltmain.sh b/x11-wm/xfce4/files/patch-ltmain.sh deleted file mode 100644 index 6b912f295f7e..000000000000 --- a/x11-wm/xfce4/files/patch-ltmain.sh +++ /dev/null @@ -1,49 +0,0 @@ ---- ltmain.sh.orig Mon Jun 10 05:25:37 2002 -+++ ltmain.sh Tue Nov 12 03:09:05 2002 -@@ -962,6 +962,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -1054,14 +1055,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2471,7 +2472,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4258,10 +4259,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/x11-wm/xfce4/files/patch-other::xinitrc.in b/x11-wm/xfce4/files/patch-other::xinitrc.in deleted file mode 100644 index 75df757baabd..000000000000 --- a/x11-wm/xfce4/files/patch-other::xinitrc.in +++ /dev/null @@ -1,14 +0,0 @@ ---- other/xinitrc.in.orig Thu May 23 06:24:35 2002 -+++ other/xinitrc.in Tue Nov 19 04:22:00 2002 -@@ -41,7 +41,10 @@ - # fi - - # Launch xscreensaver (if available) --xscreensaver -no-splash & -+XBINDIR=%%X11BASE%%/bin -+if [ -x $XBINDIR/xscreensaver ]; then -+ xscreensaver -no-splash & -+fi - - # Finally, launch XFce window manager - exec xfwm |