summaryrefslogtreecommitdiff
path: root/security/saferpay/files/patch-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 08:00:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 08:00:54 +0000
commit44ab5cf4774084b2c545c9c7161c2b35a6963bd3 (patch)
treee339c34af5041af17bdb5fa22949d151dc58a601 /security/saferpay/files/patch-Makefile
parent- Update to 6.05 (diff)
2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk
2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307888
Diffstat (limited to 'security/saferpay/files/patch-Makefile')
-rw-r--r--security/saferpay/files/patch-Makefile73
1 files changed, 0 insertions, 73 deletions
diff --git a/security/saferpay/files/patch-Makefile b/security/saferpay/files/patch-Makefile
deleted file mode 100644
index 9c29ad738227..000000000000
--- a/security/saferpay/files/patch-Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
---- saferpay/Makefile.orig Thu Aug 8 15:59:09 2002
-+++ saferpay/Makefile Tue Feb 18 17:28:00 2003
-@@ -1,45 +1,37 @@
--PREFIX = /usr
--SSLVERSION = openssl-0.9.6c
--SSLEAYDIR = ../$(SSLVERSION)
--
-+PREFIX = %%PREFIX%%
-
- all:
--
-- make -f idpapp.mk
-- cp ./out/libidpapp.s* $(PREFIX)/lib
-- make -f saferpay.mk
-- cp idpapi.h ./out
-- cp idperrc.h ./out
-- cp ./out/settings.template ./out/settings.xml
-+ gmake -f idpapp.mk -C saferpay
-+ gmake -f saferpay.mk -C saferpay
-
- clean:
-- make -f idpapp.mk clean
-- make -f saferpay.mk clean
-+ gmake -f idpapp.mk clean
-+ gmake -f saferpay.mk clean
-
- xs: all
-- perl -e 'system("cd perl/MessageObject\nperl Makefile.PL\nmake");'
-- perl -e 'system("cd perl/MessageFactory\nperl Makefile.PL\nmake");'
-- perl -e 'system("cd perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nperl Makefile.PL\nmake");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
-
- testxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake test");'
-- perl -e 'system("cd perl/MessageFactory\nmake test");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake test");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake test");'
-
- installxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake install");'
-- perl -e 'system("cd perl/MessageFactory\nmake install");'
-- perl -e 'system("cd perl/MessageObject\nmake install");'
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake install");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake install");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nmake install");'
-
- cleanxs:
-- perl -e 'system("cd perl/ConfigurationSetup\nmake clean");'
-- perl -e 'system("cd perl/MessageFactory\nmake clean");'
-- perl -e 'system("cd perl/MessageObject\nmake clean");'
--
--testmk:
-- echo "SSLVERSION: $(SSLVERSION)"
-- echo "SSLEAYDIR: $(SSLEAYDIR)"
--
--
--
--
--
-+ perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake clean");'
-+ perl -e 'system("cd saferpay/perl/MessageFactory\nmake clean");'
-+ perl -e 'system("cd saferpay/perl/MessageObject\nmake clean");'
-+
-+install:
-+ install -C saferpay/out/libidpapp.so.1.0.0 $(PREFIX)/lib/libidpapp.so.1
-+ install -C saferpay/idpapi.h $(PREFIX)/include
-+ install -C saferpay/idperrc.h $(PREFIX)/include
-+ install -m 0555 -C saferpay/out/saferpay $(PREFIX)/bin
-+ mkdir -p $(PREFIX)/share/examples/saferpay/
-+ install -C saferpay/out/settings.template $(PREFIX)/share/examples/saferpay/
-+ ln -s -f $(PREFIX)/lib/libidpapp.so.1 $(PREFIX)/lib/libidpapp.so