diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-11 21:54:00 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-11 21:54:00 +0000 |
commit | 9b90233ccb740f8d254de32fee24dd5658d167e8 (patch) | |
tree | 4493e5e9bcde674e107f6bc99ec42a9d6142653a /databases/xmbase-grok | |
parent | c042defca64acf3a77992b85c5ddbe785beda819 (diff) | |
download | ports-9b90233ccb740f8d254de32fee24dd5658d167e8.tar.gz ports-9b90233ccb740f8d254de32fee24dd5658d167e8.zip |
Notes
Diffstat (limited to 'databases/xmbase-grok')
-rw-r--r-- | databases/xmbase-grok/Makefile | 15 | ||||
-rw-r--r-- | databases/xmbase-grok/distinfo | 2 | ||||
-rw-r--r-- | databases/xmbase-grok/files/patch-ac | 36 |
3 files changed, 25 insertions, 28 deletions
diff --git a/databases/xmbase-grok/Makefile b/databases/xmbase-grok/Makefile index 8dd1519325e7..aeb44e940e6a 100644 --- a/databases/xmbase-grok/Makefile +++ b/databases/xmbase-grok/Makefile @@ -1,22 +1,19 @@ # New ports collection makefile for: xmbase-grok -# Version required: 1.3.2 +# Version required: 1.4.1 # Date created: Sat Aug 30 13:29:42 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1998/09/15 11:12:58 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:32:28 asami Exp $ # -DISTNAME= xmbase-grok-1.3.2.sbin -PKGNAME= xmbase-grok-1.3.2 +DISTNAME= xmbase-grok-1.4.1 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/database/flatfile +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + ftp://ftp.fu-berlin.de/pub/unix/databases/xmbase-grok/ +MASTER_SITE_SUBDIR= applications MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - -WRKSRC= ${WRKDIR}/${PKGNAME} REQUIRES_MOTIF= yes USE_IMAKE= yes diff --git a/databases/xmbase-grok/distinfo b/databases/xmbase-grok/distinfo index 3c073f887a18..bd23bfff800b 100644 --- a/databases/xmbase-grok/distinfo +++ b/databases/xmbase-grok/distinfo @@ -1 +1 @@ -MD5 (xmbase-grok-1.3.2.sbin.tar.gz) = e257948bc205fadeb7f8704a4fe00909 +MD5 (xmbase-grok-1.4.1.tar.gz) = 42df70b36ff70ff58bd12f8240e2007f diff --git a/databases/xmbase-grok/files/patch-ac b/databases/xmbase-grok/files/patch-ac index 83c9e685ee98..1804c6c61b77 100644 --- a/databases/xmbase-grok/files/patch-ac +++ b/databases/xmbase-grok/files/patch-ac @@ -1,20 +1,20 @@ ---- Imakefile.orig Wed May 1 02:40:56 1996 -+++ Imakefile Sat Aug 30 15:06:09 1997 -@@ -10,10 +10,10 @@ +--- Imakefile.orig Thu Jul 10 19:33:34 1997 ++++ Imakefile Thu Feb 11 22:30:33 1999 +@@ -10,11 +10,8 @@ * GLIB. The documentation (Manual.ps) is not installed, that's up to you. */ -GBIN = /usr/local/bin -GLIB = /usr/local/lib +- +-CDEBUGFLAGS = -O2 +- +GBIN = ${X11BASE}/bin +GLIB = ${X11BASE}/lib/X11/xmbase-grok --CDEBUGFLAGS = -O3 -m486 /* to turn optimizing off, comment this line out */ -+CDEBUGFLAGS = -pipe -O /* to turn optimizing off, comment this line out */ - - /* -@@ -53,10 +53,10 @@ + * Do not change anyhting below. +@@ -55,10 +52,10 @@ AllTarget(grok) NormalProgramTarget(grok,y.tab.o $(SRC:.c=.o),,,$(LIB)) InstallProgram(grok,$(GBIN)) @@ -27,7 +27,7 @@ $(SRC:.c=.o): config.h grok.h proto.h form.h -@@ -88,14 +88,18 @@ +@@ -90,14 +87,18 @@ #--------------------------------------------------------------- @@ -36,21 +36,21 @@ - -rm -f doc/jobname.cont doc/main.cont doc/main.log - - --doc/main.dvi: doc/formedit.tex doc/grammar.tex doc/macro.tex doc/main.tex +-doc/main.dvi: $(DOC) - cd doc; tex main.tex; tex main.tex - -rm -f doc/jobname.cont doc/main.cont doc/main.log +# +# Don't want the need to have TeX installed for the make install target ! +# -Andreas +# -+# Manual.ps: doc/main.dvi -+# dvips -f doc/main.dvi >Manual.ps -+# -rm -f doc/jobname.cont doc/main.cont doc/main.log -+# -+# -+# doc/main.dvi: doc/formedit.tex doc/grammar.tex doc/macro.tex doc/main.tex -+# cd doc; tex main.tex; tex main.tex -+# -rm -f doc/jobname.cont doc/main.cont doc/main.log ++#Manual.ps: doc/main.dvi ++# dvips -f doc/main.dvi >Manual.ps ++# -rm -f doc/jobname.cont doc/main.cont doc/main.log ++# ++# ++#doc/main.dvi: $(DOC) ++# cd doc; tex main.tex; tex main.tex ++# -rm -f doc/jobname.cont doc/main.cont doc/main.log clean:: -rm -f y.tab.h y.tab.c lex.yy.c grok y.output *.shar* |