diff options
author | clement <clement@FreeBSD.org> | 2004-01-17 02:17:52 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-17 02:17:52 +0800 |
commit | cac9c3dca99b7ad1889f0c179a01eb9a139e04a1 (patch) | |
tree | d6b2e6b72796426b3fe39a11d3f26109739c82da /textproc/galax/files | |
parent | 28cbe5ed859cfb9ff27b65b91c550735510ed0b1 (diff) | |
download | freebsd-ports-gnome-cac9c3dca99b7ad1889f0c179a01eb9a139e04a1.tar.gz freebsd-ports-gnome-cac9c3dca99b7ad1889f0c179a01eb9a139e04a1.tar.zst freebsd-ports-gnome-cac9c3dca99b7ad1889f0c179a01eb9a139e04a1.zip |
Update to 0.3.5
PR: 61393
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'textproc/galax/files')
-rw-r--r-- | textproc/galax/files/Makefile | 129 | ||||
-rw-r--r-- | textproc/galax/files/patch-tools::pxp-engine::Makefile | 11 |
2 files changed, 11 insertions, 129 deletions
diff --git a/textproc/galax/files/Makefile b/textproc/galax/files/Makefile deleted file mode 100644 index ceadf5f76219..000000000000 --- a/textproc/galax/files/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -######################################################################### -# # -# GALAX # -# XML Query Engine # -# # -# Copyright 2000, Lucent Technologies. # -# Distributed only by permission. # -# # -######################################################################### - -# $Id: Makefile.unix,v 1.8 2002/10/12 00:33:30 simeon Exp $ # -# $FreeBSD$ # - -# This config should work under Unix - -######################################################################## -# Location of O'Caml compilers and libraries - -OCAMLHOME=$(PREFIX)/lib/ocaml -OCAMLBIN=$(PREFIX)/bin - -######################################################################## -# Where do you want to install Galax after it has been compiled? - -GALAXHOME=%%GALAXHOME%% - -BINDIR=$(GALAXHOME)/bin -LIBDIR=$(GALAXHOME)/lib -MANDIR=$(GALAXHOME) - -########################################################################### -# Character encoding configuration - -ENCODINGS=utf8 #iso88591 utf8 -# The list of currently available encodings is: iso88591 and utf8 - -# Note that support for each encoding does add to the size of the -# resulting Galax executables. - -########################################################################### -# APIs configuration - -# -# Notes: -# - the Java API is not available in native mode -# - the Java API requires the C API -# - -APIS=c #java -OPTAPIS=c - -# C & C++ compilers (only required if you want to use the C and C++ APIs) - -CC?=gcc -CPP?=g++ -LD=ld - -# Compiling the C & C++ APIs often requires additional libaries, -# depending on your compiler. -# -# A good hint is to look for the BYTECCLIBS variable inside -# ./config/Makefile in the Objective Caml source after it has been -# configured. - -# Works with Linux i386 + gcc -WITH_CLIBS=-lm -lcurses - -# Works with Solaris 2.6 + cc -#WITH_CLIBS=-lcurses -lnsl -lsocket -lm -ldl -lunix -lstr - -# Which parameters to ld to create a shared library? - -SHARED=-shared --whole-archive -#SHARED=-G -z allextract - -# Java compilers (only required if you want to use the Java API) - -JAVAC=javac -#JAVAH=javah - -# For the Java library, the Java home directory and include directory -# where jni.h is located - -JAVAHOME=$(JAVA_HOME) - -# Works for IBM jdk -JAVAINCLUDE=$(JAVAHOME)/include - -# Reported to work for SUN jdk -#JAVAINCLUDE=$(JAVAHOME)/include/linux - - -########################################################################## -# The following is only needed if you are running the regression tests -# -# Location of Perl - -PERL=perl - -########################################################################### -# YOU SHOULD NOT NEED TO MODIFY BELOW THIS LINE - -########################################################################### -# Architecture - -ARCH=FreeBSD - -########################################################################### -# Executable extension's configuration - -EXE= # Extension for executables -OPT=.opt # Extension for native code executables -BYTE=.byte # Extension for bytecode code executables -CGI=.cgi # Extension for byte code CGI scripts -OPTCGI=opt.cgi # Extension for native code CGI scripts -ZIPEXT=.tar.gz # Extension for packages - -########################################################################### -# Command-line tools - -CP=cp -MKDIR=mkdir -p -RANLIB=ranlib -AR=ar -LN=ln -s -f -RM=rm -f -TOUCH=touch -ZIP=tar cvf -ZIPOPT=--gzip diff --git a/textproc/galax/files/patch-tools::pxp-engine::Makefile b/textproc/galax/files/patch-tools::pxp-engine::Makefile new file mode 100644 index 000000000000..bec9274051cf --- /dev/null +++ b/textproc/galax/files/patch-tools::pxp-engine::Makefile @@ -0,0 +1,11 @@ +--- tools/pxp-engine/Makefile.orig Thu Jan 15 10:28:06 2004 ++++ tools/pxp-engine/Makefile Thu Jan 15 10:28:17 2004 +@@ -26,7 +26,7 @@ + #generate: pxp_yacc.ml pxp_lexing.ml + + pxp_lexing.ml: pxp_lexing.mlp +- ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp ++ ./ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp + + depend: + $(OCAMLDEP) *.ml *.mli >depend |