On Sat Jul 11, 2020 at 08:03:44PM -0400, Daniel Dickman wrote:
>
>
> On Wed, 8 Jul 2020, [email protected] wrote:
>
> > Hey I've made the appropriate changes and reattched the port.
> >
>
> Attached tarball has 2 minor changes on top of yours:
>
> 1) license should be GPLv2+
> 2) I did the edits from /bin/bash to /bin/sh in post-extract which is a
> bit cleaner (fewer files need edits at this point, etc).
>
> ok daniel@ for another developer to commit this. Or I can commit if
> someone else gives me an ok.
OK rsadowski@ with the following tab/space fixes:
--- Makefile.orig Tue Jul 14 07:01:49 2020
+++ Makefile Tue Jul 14 07:02:42 2020
@@ -25,23 +25,23 @@ SHARED_LIBS += 4ti2util 0.0 # 0.0
SHARED_LIBS += zsolve 0.0 # 0.0
WANTLIB += ${COMPILER_LIBCXX} c glpk gmp gmpxx m
+
COMPILER = base-clang ports-gcc
LIB_DEPENDS = devel/glpk \
devel/gmp,-cxx
-AUTOCONF_VERSION = 2.69
-AUTOMAKE_VERSION = 1.11
+AUTOCONF_VERSION = 2.69
+AUTOMAKE_VERSION = 1.11
USE_GMAKE = Yes
CONFIGURE_STYLE = autoreconf
CONFIGURE_ARGS = --disable-static \
- --enable-shared \
+ --enable-shared \
--with-gmp=${LOCALBASE} \
--with-glpk=${LOCALBASE}
MAKE_FLAGS = docdir=${PREFIX}/share/doc/4ti2
-
-TEST_FILES += check.template.in checkall.in flavorsum.in reportfailures.in
+TEST_FILES = check.template.in checkall.in flavorsum.in reportfailures.in
TEST_FILES += subdirsum.in ppi/check-ppi.in
post-extract: