Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 17:14:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391578 - head/graphics/libspiro/files
Message-ID:  <201507081714.t68HEP8q028866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul  8 17:14:24 2015
New Revision: 391578
URL: https://svnweb.freebsd.org/changeset/ports/391578

Log:
  - Disconnect tests from the build fixing build on 8.x
  
  PR:		201314
  Submitted by:	cyberbotx@cyberbotx.com (maintainer)

Deleted:
  head/graphics/libspiro/files/patch-tests_Makefile.am
Modified:
  head/graphics/libspiro/files/patch-Makefile.am

Modified: head/graphics/libspiro/files/patch-Makefile.am
==============================================================================
--- head/graphics/libspiro/files/patch-Makefile.am	Wed Jul  8 17:13:23 2015	(r391577)
+++ head/graphics/libspiro/files/patch-Makefile.am	Wed Jul  8 17:14:24 2015	(r391578)
@@ -1,11 +1,41 @@
---- Makefile.am.orig	2015-01-31 19:29:34 UTC
+--- Makefile.am.orig	2015-07-02 13:50:20 UTC
 +++ Makefile.am
-@@ -2,7 +2,7 @@
+@@ -1,8 +1,8 @@
+ # Makefile.am - Top level automakefile for libspiro
  
- SUBDIRS = . tests
+-SUBDIRS = . tests
++SUBDIRS = .
  
 -pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir =  ${PREFIX}/libdata/pkgconfig
++pkgconfigdir = ${PREFIX}/libdata/pkgconfig
  pkgconfig_DATA = libspiro.pc
  
  ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+@@ -13,7 +13,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-und
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
+ 
+ DISTCLEANFILES = libspiro.pc
+-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs
++DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs
+ 
+ lib_LTLIBRARIES = libspiro.la
+ 
+@@ -26,17 +26,10 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh 
+ 	java/ShowPlate.java java/Spiro.java java/SpiroBezierContext.java    \
+ 	java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java  \
+ 	java/SpiroPointType.java README-GeorgeWilliams fontforge-debug.txt  \
+-	fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c
++	fontforge.sh m4/ax_check_compile_flag.m4
+ 
+ include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h
+ 
+ libtool: $(LIBTOOL_DEPS)
+ 	$(SHELL) ./config.status libtool
+ 
+-# test: run all tests in cwd and subdirs
+-test:	${TEST_PROGS}
+-
+-.PHONY: test
+-# run make test as part of make check
+-check-local: test
+-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507081714.t68HEP8q028866>