diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 07:44:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 07:44:48 +0000 |
commit | 6635691fe9dd818e8c383a7163fbc36a837d71ef (patch) | |
tree | 79d408901894e91d53e2914cf04eadfb13ec4a5e /databases/msql/files/patch-ax | |
parent | - Update to 0.06 (diff) |
2014-08-31 databases/kinterbasdb: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 databases/msql: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 multimedia/pvr250: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 multimedia/pvrxxx: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 textproc/py-4suite-xml: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Diffstat (limited to 'databases/msql/files/patch-ax')
-rw-r--r-- | databases/msql/files/patch-ax | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/msql/files/patch-ax b/databases/msql/files/patch-ax deleted file mode 100644 index cf4c890be3dc..000000000000 --- a/databases/msql/files/patch-ax +++ /dev/null @@ -1,23 +0,0 @@ ---- src/lang-common/Makefile.tmpl.orig Thu Aug 19 07:33:10 1999 -+++ src/lang-common/Makefile.tmpl Sun Jan 28 10:41:37 2001 -@@ -19,11 +19,18 @@ - !object mod_msql.o mod_msql.c - - !library_unix liblite.a symtab.c,types.c,code-gen.c,code-sim.c,extern.c,fcrypt.c,lib.c parser.o -+!slibrary_unix 1 liblite.so symtab.c,types.c,code-gen.c,code-sim.c,extern.c,fcrypt.c,lib.c parser.o - !dll_os2 lite symtab.c,types.c,code-sim.c,extern.c,fcrypt.c,lib.c,code-gen.c,parser.c ../regexp/libregexp.a - -+!slibrary_unix 0 mod_std.so mod_std.c -+!slibrary_unix 0 mod_msql.so mod_msql.c -+ - !libinstall liblite.a $(INST_DIR)/lib/liblite.a 744 $(ROOT) --!install mod_std.o $(INST_DIR)/lib/mod_std.o 744 $(ROOT) --!install mod_msql.o $(INST_DIR)/lib/mod_msql.o 744 $(ROOT) -+!slibinstall 1 liblite.so $(INST_DIR)/lib 744 $(ROOT) -+!install mod_std.o $(INST_DIR)/lib/msql/mod_std.o 744 $(ROOT) -+!install mod_msql.o $(INST_DIR)/lib/msql/mod_msql.o 744 $(ROOT) -+!install mod_std.so $(INST_DIR)/libexec/msql/mod_std.so 744 $(ROOT) -+!install mod_msql.so $(INST_DIR)/libexec/msql/mod_msql.so 744 $(ROOT) - !install mod_std.h $(INST_DIR)/include/mod_std.h 744 $(ROOT) - !install mod_msql.h $(INST_DIR)/include/mod_msql.h 744 $(ROOT) - !install lite.h $(INST_DIR)/include/lite.h 744 $(ROOT) |