mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
print/ft2demos: Update version 2.6.3=>2.7.1
- Fix variable assignment(!=) by symlink to freetype source - Add one more master site - Fix clang warning PR: 218216 Submitted by: citrin+pr@citrin.ru
This commit is contained in:
parent
d36308d07d
commit
e64cef943a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438065
@ -2,9 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ft2demos
|
||||
PORTVERSION= 2.6.3
|
||||
PORTVERSION= 2.7.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF/freetype/freetype-demos/${PORTVERSION}
|
||||
MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
|
||||
SF/freetype/freetype-demos/${PORTVERSION}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Demo programs for FreeType2
|
||||
@ -12,12 +13,11 @@ COMMENT= Demo programs for FreeType2
|
||||
LICENSE= BSD3CLAUSE GPLv2
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${FREETYPE_WRKSRC}/config.mk:print/freetype2:build
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:print/freetype2:build
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_XORG= x11
|
||||
MAKE_ENV= TOP_DIR="${FREETYPE_WRKSRC}"
|
||||
MAKE_ARGS= EXES="${FT_PROGRAMS}" X11_PATH="${LOCALBASE}"
|
||||
|
||||
PLIST_FILES= ${FT_PROGRAMS:S,^,bin/,}
|
||||
@ -25,7 +25,8 @@ PLIST_FILES= ${FT_PROGRAMS:S,^,bin/,}
|
||||
FT_PROGRAMS= ftbench ftchkwd ftdiff ftdump ftgamma ftgrid ftlint ftmemchk \
|
||||
ftmulti ftpatchk ftstring fttimer ftvalid ftview
|
||||
|
||||
FREETYPE_WRKSRC!= ${MAKE} -C ${.CURDIR}/../../print/freetype2 -V WRKSRC
|
||||
post-extract:
|
||||
${LN} -sf `${MAKE} -C ${.CURDIR}/../../print/freetype2 -V WRKSRC` ${WRKDIR}/freetype2
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}/bin/.libs && \
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (ft2demos-2.6.3.tar.bz2) = b076ac52465e912d035f111ede78b88bf3dd186f91a56a54ff83ffdf862e84e4
|
||||
SIZE (ft2demos-2.6.3.tar.bz2) = 193412
|
||||
TIMESTAMP = 1490746947
|
||||
SHA256 (ft2demos-2.7.1.tar.bz2) = d3f8a0d5a3f0d58701133458a8c1d3f97f658869f3c904b1fda447ed3b290ecd
|
||||
SIZE (ft2demos-2.7.1.tar.bz2) = 222288
|
||||
|
14
print/ft2demos/files/patch-Makefile
Normal file
14
print/ft2demos/files/patch-Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
--- Makefile.orig 2017-03-29 16:20:30 UTC
|
||||
+++ Makefile
|
||||
@@ -136,11 +136,9 @@ else
|
||||
# Enable C99 for gcc to avoid warnings.
|
||||
# Note that clang++ aborts with an error if we use `-std=C99',
|
||||
# so check for `++' in $(CC) also.
|
||||
- ifneq ($(findstring -pedantic,$(COMPILE)),)
|
||||
ifeq ($(findstring ++,$(CC)),)
|
||||
COMPILE += -std=c99
|
||||
endif
|
||||
- endif
|
||||
|
||||
FTLIB := $(LIB_DIR)/$(LIBRARY).$A
|
||||
|
Loading…
Reference in New Issue
Block a user