FreeBSD Bugzilla – Attachment 8311 Details for
Bug 17461
Update port: databases/xmbase-grok to 1.4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.77 KB, created by
tkato
on 2000-03-18 15:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2000-03-18 15:10:03 UTC
Size:
6.77 KB
patch
obsolete
>diff -urN /usr/ports/databases/xmbase-grok/Makefile databases/xmbase-grok/Makefile >--- /usr/ports/databases/xmbase-grok/Makefile Mon Feb 21 21:11:40 2000 >+++ databases/xmbase-grok/Makefile Tue Mar 14 21:59:39 2000 >@@ -1,12 +1,12 @@ > # New ports collection makefile for: xmbase-grok >-# Version required: 1.4.1 >+# Version required: 1.4.3 > # Date created: Sat Aug 30 13:29:42 CEST 1997 > # Whom: Andreas Klemm <andreas@klemm.gtn.com> > # > # $FreeBSD: ports/databases/xmbase-grok/Makefile,v 1.10 2000/02/20 17:01:24 andreas Exp $ > # > >-DISTNAME= xmbase-grok-1.4.1 >+DISTNAME= xmbase-grok-1.4.3 > CATEGORIES= databases > MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ > ftp://ftp.fu-berlin.de/pub/unix/databases/xmbase-grok/ >@@ -16,5 +16,12 @@ > > REQUIRES_MOTIF= yes > USE_IMAKE= yes >+ >+GROKDIR= ${PREFIX}/lib/X11/xmbase-grok/grokdir >+ >+post-install: >+ ${CP} -R ${WRKSRC}/grokdir/* ${PREFIX}/lib/X11/xmbase-grok/grokdir >+ find ${GROKDIR} | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} >+ find ${GROKDIR} -type f | xargs ${CHMOD} ${SHAREMODE} > > .include <bsd.port.mk> >diff -urN /usr/ports/databases/xmbase-grok/files/md5 databases/xmbase-grok/files/md5 >--- /usr/ports/databases/xmbase-grok/files/md5 Fri Feb 12 23:51:06 1999 >+++ databases/xmbase-grok/files/md5 Tue Mar 14 20:57:54 2000 >@@ -1 +1 @@ >-MD5 (xmbase-grok-1.4.1.tar.gz) = 42df70b36ff70ff58bd12f8240e2007f >+MD5 (xmbase-grok-1.4.3.tar.gz) = 18afe43ac405c5af4303fcba92fda357 >diff -urN /usr/ports/databases/xmbase-grok/patches/patch-aa databases/xmbase-grok/patches/patch-aa >--- /usr/ports/databases/xmbase-grok/patches/patch-aa Sat Aug 30 00:00:00 1997 >+++ databases/xmbase-grok/patches/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,12 +0,0 @@ >---- popup.c.orig Sat Aug 30 13:43:08 1997 >-+++ popup.c Sat Aug 30 13:43:31 1997 >-@@ -74,7 +74,9 @@ >- * away. The widget is some window that the popup goes on top of. >- */ >- >-+#ifndef __FreeBSD__ >- extern char *sys_errlist[]; /* hpux9.01 errno.h is broken! */ >-+#endif >- >- /*VARARGS*/ >- void create_error_popup(Widget widget, int error, char *fmt, ...) >diff -urN /usr/ports/databases/xmbase-grok/patches/patch-ab databases/xmbase-grok/patches/patch-ab >--- /usr/ports/databases/xmbase-grok/patches/patch-ab Sat Aug 30 00:00:00 1997 >+++ databases/xmbase-grok/patches/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,14 +0,0 @@ >---- template.c.orig Sat Aug 30 13:58:51 1997 >-+++ template.c Sat Aug 30 13:59:36 1997 >-@@ -6,9 +6,11 @@ >- >- #include "config.h" >- #ifdef DIRECT >-+#include <sys/types.h> >- #include <sys/dir.h> >- #define dirent direct >- #else >-+#include <sys/types.h> >- #include <dirent.h> >- #endif >- #include <X11/Xos.h> >diff -urN /usr/ports/databases/xmbase-grok/patches/patch-ac databases/xmbase-grok/patches/patch-ac >--- /usr/ports/databases/xmbase-grok/patches/patch-ac Fri Feb 12 23:51:06 1999 >+++ databases/xmbase-grok/patches/patch-ac Tue Mar 14 21:52:12 2000 >@@ -1,5 +1,5 @@ >---- Imakefile.orig Thu Jul 10 10:33:34 1997 >-+++ Imakefile Thu Feb 11 18:28:52 1999 >+--- Imakefile.orig Fri Nov 12 03:28:53 1999 >++++ Imakefile Tue Mar 14 21:48:50 2000 > @@ -10,11 +10,8 @@ > * GLIB. The documentation (Manual.ps) is not installed, that's up to you. > */ >@@ -9,8 +9,8 @@ > - > -CDEBUGFLAGS = -O2 > - >-+GBIN = ${X11BASE}/bin >-+GLIB = ${X11BASE}/lib/X11/xmbase-grok >++GBIN = $(BINDIR) >++GLIB = $(LIBDIR)/xmbase-grok > > /* > * Do not change anyhting below. >@@ -23,20 +23,27 @@ > #endif > > SRC = canvdraw.c cardwin.c chart.c chartdrw.c convert.c dbase.c\ >-@@ -55,10 +52,10 @@ >+@@ -37,17 +34,14 @@ >+ DOC = doc/files.tex doc/formedit.tex doc/grammar.tex doc/intro.tex\ >+ doc/macro.tex doc/main.tex doc/export.tex >+ >+-DEMO = grokdir/* >+- >+ EXTRA_DEFINES = -DPATH=\"$(GBIN):$(GLIB)\" -DLIB=\"$(GLIB)\" >+ EXTRA_LIBS=-lXpm > AllTarget(grok) > NormalProgramTarget(grok,y.tab.o $(SRC:.c=.o),,,$(LIB)) > InstallProgram(grok,$(GBIN)) > -InstallProgram(grok.hlp,$(GLIB)) > +InstallNonExecFile(grok.hlp,$(GLIB)) >- InstallMultiple(Manual.ps grok.hlp,$(GLIB)) >- InstallMultiple($(DEMO),$(GLIB)/grokdir) >+ InstallMultiple(Manual.ps grok.hlp,$(GLIB)/grokdir) >+-InstallMultiple($(DEMO),$(GLIB)/grokdir) > -InstallNonExec(grok.xpm,$(LIBDIR)/pixmaps) >-+InstallNonExec(grok.xpm,$(X11BASE)/include/X11/pixmaps) >++InstallNonExec(grok.xpm,$(INCDIR)/X11/pixmaps) > > > $(SRC:.c=.o): config.h grok.h proto.h form.h >-@@ -90,14 +87,18 @@ >+@@ -79,14 +73,18 @@ > > > #--------------------------------------------------------------- >diff -urN /usr/ports/databases/xmbase-grok/pkg/DESCR databases/xmbase-grok/pkg/DESCR >--- /usr/ports/databases/xmbase-grok/pkg/DESCR Sat Aug 30 00:00:00 1997 >+++ databases/xmbase-grok/pkg/DESCR Tue Mar 14 21:01:14 2000 >@@ -6,3 +6,5 @@ > * keep todo lists > * manage any other database after simple GUI-driven customization > * customized data export, HTML export built in >+ >+WWW: http://me.in-berlin.de/~bitrot/grok.html >diff -urN /usr/ports/databases/xmbase-grok/pkg/PLIST databases/xmbase-grok/pkg/PLIST >--- /usr/ports/databases/xmbase-grok/pkg/PLIST Sat Aug 30 00:00:00 1997 >+++ databases/xmbase-grok/pkg/PLIST Tue Mar 14 21:58:34 2000 >@@ -1,28 +1,38 @@ > bin/grok > include/X11/pixmaps/grok.xpm > lib/X11/xmbase-grok/grok.hlp >-lib/X11/xmbase-grok/Manual.ps >+lib/X11/xmbase-grok/grokdir/Manual.ps >+lib/X11/xmbase-grok/grokdir/biblio.db >+lib/X11/xmbase-grok/grokdir/biblio.gf >+lib/X11/xmbase-grok/grokdir/biblio.mktex.pl >+lib/X11/xmbase-grok/grokdir/checkbook.db >+lib/X11/xmbase-grok/grokdir/checkbook.gf > lib/X11/xmbase-grok/grokdir/countries.db > lib/X11/xmbase-grok/grokdir/countries.gf >+lib/X11/xmbase-grok/grokdir/diary.db >+lib/X11/xmbase-grok/grokdir/diary.gf >+lib/X11/xmbase-grok/grokdir/grok.hlp >+lib/X11/xmbase-grok/grokdir/howto.gf >+lib/X11/xmbase-grok/grokdir/music.gf >+lib/X11/xmbase-grok/grokdir/occasions.gf >+lib/X11/xmbase-grok/grokdir/passwd.gf > lib/X11/xmbase-grok/grokdir/phone.db > lib/X11/xmbase-grok/grokdir/phone.gf >+lib/X11/xmbase-grok/grokdir/phone2.gf >+lib/X11/xmbase-grok/grokdir/phone2.tm/Palm-Pilot > lib/X11/xmbase-grok/grokdir/phonelog.db > lib/X11/xmbase-grok/grokdir/phonelog.gf >-lib/X11/xmbase-grok/grokdir/todo.db >-lib/X11/xmbase-grok/grokdir/todo.gf >-lib/X11/xmbase-grok/grokdir/diary.db >-lib/X11/xmbase-grok/grokdir/diary.gf >-lib/X11/xmbase-grok/grokdir/passwd.gf > lib/X11/xmbase-grok/grokdir/procdemo > lib/X11/xmbase-grok/grokdir/procdemo.gf >+lib/X11/xmbase-grok/grokdir/systems >+lib/X11/xmbase-grok/grokdir/systems.gf >+lib/X11/xmbase-grok/grokdir/todo.db >+lib/X11/xmbase-grok/grokdir/todo.gf > lib/X11/xmbase-grok/grokdir/weather.db > lib/X11/xmbase-grok/grokdir/weather.gf >-lib/X11/xmbase-grok/grokdir/checkbook.db >-lib/X11/xmbase-grok/grokdir/checkbook.gf >+lib/X11/xmbase-grok/grokdir/workplan.gf > lib/X11/xmbase-grok/grokdir/www_pages.db > lib/X11/xmbase-grok/grokdir/www_pages.gf >-lib/X11/xmbase-grok/grokdir/biblio.db >-lib/X11/xmbase-grok/grokdir/biblio.gf >-lib/X11/xmbase-grok/grokdir/biblio.mktex.pl >+@dirrm lib/X11/xmbase-grok/grokdir/phone2.tm > @dirrm lib/X11/xmbase-grok/grokdir > @dirrm lib/X11/xmbase-grok
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17461
: 8311