diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-18 14:43:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-18 14:43:13 +0000 |
commit | 814ee0e6865a26e9f1a340f5093860f8fc57251f (patch) | |
tree | 58314abd04dce903bc68cd10caa4ab2101f3c55c /devel/meta-cvs | |
parent | 02b4c2b973537dd9c5402c45c7997d6a8537c9b9 (diff) | |
download | ports-814ee0e6865a26e9f1a340f5093860f8fc57251f.tar.gz ports-814ee0e6865a26e9f1a340f5093860f8fc57251f.zip |
Notes
Diffstat (limited to 'devel/meta-cvs')
-rw-r--r-- | devel/meta-cvs/Makefile | 5 | ||||
-rw-r--r-- | devel/meta-cvs/files/patch-Makefile | 22 |
2 files changed, 24 insertions, 3 deletions
diff --git a/devel/meta-cvs/Makefile b/devel/meta-cvs/Makefile index 0303b50df75c..0109667b5845 100644 --- a/devel/meta-cvs/Makefile +++ b/devel/meta-cvs/Makefile @@ -15,14 +15,13 @@ DISTNAME= mcvs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A more capable version control system than CVS, built around CVS -BROKEN= does not build - BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \ ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv USE_GCC= 2.95 +USE_GETTEXT= yes -pre-build: +post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile ${CP} ${FILESDIR}/build.sh ${WRKSRC}/code diff --git a/devel/meta-cvs/files/patch-Makefile b/devel/meta-cvs/files/patch-Makefile new file mode 100644 index 000000000000..b219070f9bd6 --- /dev/null +++ b/devel/meta-cvs/files/patch-Makefile @@ -0,0 +1,22 @@ +--- /data/image/usr/ports/current/meta-cvs/work/mcvs-1.0.13/code/unix-bindings/Makefile.orig 2003-01-16 06:06:09.000000000 +0100 ++++ /data/image/usr/ports/current/meta-cvs/work/mcvs-1.0.13/code/unix-bindings/Makefile 2008-01-18 15:35:17.000000000 +0100 +@@ -1,18 +1,12 @@ + # Makefile for CLISP module set unix-bindings + +-CC = +-CFLAGS = +-INCLUDES= +- +-CLISP = +- + SHELL = /bin/sh + + unix.c : unix.lisp + clisp -c unix.lisp + + unix.o : unix.c +- $(CC) $(CFLAGS) -I$(INCLUDES) -c unix.c ++ $(CC) $(CFLAGS) -I$(INCLUDES) -I${LOCALBASE}/include -c unix.c + + wrap.o : wrap.c + $(CC) $(CFLAGS) -I$(INCLUDES) -c wrap.c |