upgrade to 5.2
This commit is contained in:
parent
2ddce8b09b
commit
a2d9fdfe3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42130
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= autogen
|
||||
PORTVERSION= 5.1.3
|
||||
PORTVERSION= 5.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autogen-5.1.3.tar.gz) = 310a687162d558137688579cd4f90b7d
|
||||
MD5 (autogen-5.2.tar.gz) = 3595838057a80baa52b62fdf19b72be1
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- agen5/Makefile.in.orig Mon Mar 12 00:04:41 2001
|
||||
+++ agen5/Makefile.in Mon Mar 12 00:04:58 2001
|
||||
@@ -97,7 +97,7 @@
|
||||
ac_aux_dir = @ac_aux_dir@
|
||||
|
||||
SUBDIRS = test
|
||||
-INCLUDES = -I$(top_builddir)/autoopts -I$(top_srcdir)/autoopts -I$(top_builddir)/snprintfv -I$(top_srcdir)/snprintfv -I$(top_builddir) -I$(top_srcdir) -I. -I$(srcdir)
|
||||
+INCLUDES = -I$(top_builddir)/autoopts -I$(top_srcdir)/autoopts -I$(top_builddir)/snprintfv -I$(top_srcdir)/snprintfv -I$(top_builddir) -I$(top_srcdir) -I. -I$(srcdir) `guile-config compile`
|
||||
|
||||
|
||||
BLOCKOPT = subblock=exparg=arg_name,arg_desc,arg_optional,arg_list
|
@ -1,11 +0,0 @@
|
||||
--- autoopts/Makefile.in.orig Mon Mar 12 00:03:38 2001
|
||||
+++ autoopts/Makefile.in Mon Mar 12 00:04:02 2001
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/snprintfv -I$(top_srcdir) -I$(top_builddir)/snprintfv -I$(top_builddir) -I.
|
||||
+INCLUDES = -I$(top_srcdir)/snprintfv -I$(top_srcdir) -I$(top_builddir)/snprintfv -I$(top_builddir) -I. `guile-config compile`
|
||||
|
||||
|
||||
pkgdata_DATA = aginfo.tpl agman1.tpl optcode.tpl opthead.tpl options.tpl optlib.tpl optmain.tpl stdoptions.def
|
Loading…
Reference in New Issue
Block a user