summaryrefslogtreecommitdiff
path: root/x11/powershell/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-03-06 15:05:43 +0000
committerRene Ladan <rene@FreeBSD.org>2013-03-06 15:05:43 +0000
commitba2885d840d3c067348f53c5f7568f0b42887cf9 (patch)
tree8ecee83305fb2df252aad7edc8ac22099a13d7e3 /x11/powershell/files
parent- Update to 4.5.24 (diff)
Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
Diffstat (limited to 'x11/powershell/files')
-rw-r--r--x11/powershell/files/patch-aa58
-rw-r--r--x11/powershell/files/patch-ab19
2 files changed, 0 insertions, 77 deletions
diff --git a/x11/powershell/files/patch-aa b/x11/powershell/files/patch-aa
deleted file mode 100644
index 9b3a7a6fb6fb..000000000000
--- a/x11/powershell/files/patch-aa
+++ /dev/null
@@ -1,58 +0,0 @@
-*** configure.in.orig Sun Jan 23 17:13:12 2000
---- configure.in Fri May 5 06:56:50 2000
-***************
-*** 3,20 ****
- AC_CONFIG_HEADER(config.h)
-
-
-! GTK_EXTRA_LIBS="`gtk-config --libs` -lgdk_imlib -lutil"
-
-! VERSION=`gtk-config --version`
-! MAJOR=`echo $VERSION | cut -f 1 -d . -`
-! MINOR=`echo $VERSION | cut -f 2 -d . -`
-! MICRO=`echo $VERSION | cut -f 3 -d . -`
-
- GNOMEVERSION=`gnome-config --version`
-! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " " -`
-! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d . -`
-! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d . -`
-! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d . -`
-
- dnl Checks for programs.
- AC_PROG_CC
---- 3,20 ----
- AC_CONFIG_HEADER(config.h)
-
-
-! GTK_EXTRA_LIBS="`$GTK_CONFIG --libs` -lgdk_imlib -lutil"
-
-! VERSION=`$GTK_CONFIG --version`
-! MAJOR=`echo $VERSION | cut -f 1 -d .`
-! MINOR=`echo $VERSION | cut -f 2 -d .`
-! MICRO=`echo $VERSION | cut -f 3 -d .`
-
- GNOMEVERSION=`gnome-config --version`
-! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " "`
-! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d .`
-! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d .`
-! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d .`
-
- dnl Checks for programs.
- AC_PROG_CC
-***************
-*** 42,48 ****
- fi
-
- if let $(($GNOMEMINOR < 1)); then
-! if let $((GNOMEMICRO < 13)); then
- AC_MSG_ERROR([Gnome 1.0.13 or greater required!])
- fi
- fi
---- 42,48 ----
- fi
-
- if let $(($GNOMEMINOR < 1)); then
-! if let $(($GNOMEMICRO < 13)); then
- AC_MSG_ERROR([Gnome 1.0.13 or greater required!])
- fi
- fi
diff --git a/x11/powershell/files/patch-ab b/x11/powershell/files/patch-ab
deleted file mode 100644
index b42ac12fa53f..000000000000
--- a/x11/powershell/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.orig Thu Feb 17 18:47:27 2000
---- Makefile.in Sat May 6 11:16:43 2000
-***************
-*** 15,21 ****
- CC = @CC@
- CPPFLAGS = @CPPFLAGS@
- CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
-! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `gtk-config --libs`
- LIBS = @LIBS@ -lgdk_imlib -lzvt
- INSTALL = @INSTALL@
-
---- 15,21 ----
- CC = @CC@
- CPPFLAGS = @CPPFLAGS@
- CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
-! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `${GTK_CONFIG} --libs`
- LIBS = @LIBS@ -lgdk_imlib -lzvt
- INSTALL = @INSTALL@
-