mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Update to 0.5.20150702
- While here, add LICENSE PR: 201314 Submitted by: cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
parent
90077e6fa3
commit
001c2571a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391480
@ -2,13 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libspiro
|
||||
DISTVERSION= 0.3.20150131
|
||||
DISTVERSION= 0.5.20150702
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= cyberbotx@cyberbotx.com
|
||||
COMMENT= Library to convert clothoid splines into Bezier splines
|
||||
|
||||
LICENSE= GPLv3 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fontforge
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = e39db410e89710bce19542ddfba4efa4b03663fdbd6405c7073fc9d29d04240b
|
||||
SIZE (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = 78587
|
||||
SHA256 (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7
|
||||
SIZE (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 82909
|
||||
|
11
graphics/libspiro/files/patch-tests_Makefile.am
Normal file
11
graphics/libspiro/files/patch-tests_Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
--- tests/Makefile.am.orig 2015-07-02 13:50:20 UTC
|
||||
+++ tests/Makefile.am
|
||||
@@ -1,7 +1,7 @@
|
||||
# Common CPPFLAGS
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
||||
|
||||
-AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm
|
||||
+AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm -lcompat
|
||||
|
||||
DEPS = $(top_builddir)/.libs/libspiro.la
|
||||
|
@ -5,5 +5,5 @@ include/spiroentrypoints.h
|
||||
lib/libspiro.a
|
||||
lib/libspiro.so
|
||||
lib/libspiro.so.0
|
||||
lib/libspiro.so.0.0.3
|
||||
lib/libspiro.so.0.0.5
|
||||
libdata/pkgconfig/libspiro.pc
|
||||
|
Loading…
Reference in New Issue
Block a user