Index: head/databases/mdbtools/Makefile =================================================================== --- head/databases/mdbtools/Makefile (revision 78999) +++ head/databases/mdbtools/Makefile (revision 79000) @@ -1,43 +1,40 @@ # New ports collection makefile for: mdbtools # Date created: 25 April 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= mdbtools PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk # To build man-pages USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= glib12 +USE_BISON= yes +USE_GNOME= glib20 USE_LIBTOOL= yes INSTALLS_SHLIB= yes DOCS= AUTHORS ChangeLog HACKING NEWS README TODO MAN1= mdb-ver.1 mdb-tables.1 mdb-schema.1 mdb-sql.1 mdb-export.1 post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e "s|glib-config|${GLIB_CONFIG}|g" \ - -e "s|@GLIB_CFLAGS@|`${GLIB_CONFIG} --cflags`|g" \ - -e "s|@GLIB_LIBS@|`${GLIB_CONFIG} --libs`|g" ${REINPLACE_CMD} -e 's|$$(srcdir)/$$<|$$(srcdir)/$$>|g' ${WRKSRC}/doc/Makefile.in .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/databases/mdbtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/databases/mdbtools/files/patch-src_sql_parser.y =================================================================== --- head/databases/mdbtools/files/patch-src_sql_parser.y (nonexistent) +++ head/databases/mdbtools/files/patch-src_sql_parser.y (revision 79000) @@ -0,0 +1,10 @@ +--- src/sql/parser.y.orig Tue Apr 15 01:26:03 2003 ++++ src/sql/parser.y Tue Apr 15 01:26:08 2003 +@@ -109,6 +109,7 @@ + database: + PATH + | NAME ++ ; + + table: + NAME { mdb_sql_add_table(_mdb_sql(NULL), $1); free($1); } Property changes on: head/databases/mdbtools/files/patch-src_sql_parser.y ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property