summaryrefslogtreecommitdiff
path: root/www/php-screw/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-screw/files')
-rw-r--r--www/php-screw/files/patch-php_screw.c18
-rw-r--r--www/php-screw/files/patch-tools__Makefile11
-rw-r--r--www/php-screw/files/pkg-message.in12
3 files changed, 0 insertions, 41 deletions
diff --git a/www/php-screw/files/patch-php_screw.c b/www/php-screw/files/patch-php_screw.c
deleted file mode 100644
index 382ca29b65d7..000000000000
--- a/www/php-screw/files/patch-php_screw.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- php_screw.c.orig 2010-04-11 10:55:39.000000000 +0200
-+++ php_screw.c 2010-04-11 10:56:01.000000000 +0200
-@@ -121,7 +121,6 @@
-
- PHP_MINIT_FUNCTION(php_screw)
- {
-- CG(extended_info) = 1;
-
- org_compile_file = zend_compile_file;
- zend_compile_file = pm9screw_compile_file;
-@@ -130,7 +129,6 @@
-
- PHP_MSHUTDOWN_FUNCTION(php_screw)
- {
-- CG(extended_info) = 1;
- zend_compile_file = org_compile_file;
- return SUCCESS;
- }
diff --git a/www/php-screw/files/patch-tools__Makefile b/www/php-screw/files/patch-tools__Makefile
deleted file mode 100644
index cc3dd8308b3f..000000000000
--- a/www/php-screw/files/patch-tools__Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/Makefile.orig Sat Nov 9 15:08:17 2002
-+++ tools/Makefile Sat Nov 9 15:08:33 2002
-@@ -1,7 +1,7 @@
- all: screw
-
- screw: screw.c zencode.c
-- gcc -o screw screw.c zencode.c -lz
-+ ${CC} -o screw screw.c zencode.c -lz
-
- clean:
- /bin/rm *.o *.so screw
diff --git a/www/php-screw/files/pkg-message.in b/www/php-screw/files/pkg-message.in
deleted file mode 100644
index 6b1ab9aec8f6..000000000000
--- a/www/php-screw/files/pkg-message.in
+++ /dev/null
@@ -1,12 +0,0 @@
-[
-{ type: install
- message: <<EOM
-You have installed the php-screw package.
-
-The following line has been added to %%PREFIX%%/etc/php/ext-30-screw.ini,
-so that the extension is automatically enabled:
-
-extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/php_screw.so"
-EOM
-}
-]