Bug 218216 - print/ft2demos: update to 2.7.1
Summary: print/ft2demos: update to 2.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-29 17:54 UTC by Anton Yuzhaninov
Modified: 2017-04-08 20:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
Update to 2.7.1 (2.69 KB, patch)
2017-03-29 17:54 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2017-03-29 17:54:29 UTC
Created attachment 181297 [details]
Update to 2.7.1

Update print/ft2demos to 2.7.1

- portlint complained about != so I made symlink to freetype source instead (it should save a few forks on 'make describe')
- while here add one more master site
- patch for Makefile is needed to avoid clang warning:
.../work/ft2demos-2.7.1/src/ftstring.c:36:8: warning: universal character names are only valid in C99 or C++ [-Wunicode]
    "Lu\u00EDs arg\u00FCia \u00E0 J\u00FAlia que \u00ABbra\u00E7\u00F5es, "

portlint: looks fine.
poudriere tesport: no errors on FreeBSD 10.3/11.0 i386/amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-08 20:17:24 UTC
A commit references this bug:

Author: bofh
Date: Sat Apr  8 20:16:44 UTC 2017
New revision: 438065
URL: https://svnweb.freebsd.org/changeset/ports/438065

Log:
  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

Changes:
  head/print/ft2demos/Makefile
  head/print/ft2demos/distinfo
  head/print/ft2demos/files/
  head/print/ft2demos/files/patch-Makefile