svn commit: r458015 - branches/2018Q1/devel/libfmt

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 4 05:35:42 UTC 2018


Author: tobik
Date: Thu Jan  4 05:35:41 2018
New Revision: 458015
URL: https://svnweb.freebsd.org/changeset/ports/458015

Log:
  MFH: r458014
  
  devel/libfmt: Bump PORTREVISION
  
  Attempt to fix build of kodi-devel on 2018Q1.
  
  r453704 moved libfmt from building a static library to a shared
  library but PORTREVISION was not bumped.
  
  This now leads to build failures on 2018Q1 where libfmt.so cannot be
  found because the libfmt package was not rebuilt and only installs
  libfmt.a.
  
  http://beefy1.nyi.freebsd.org/data/111i386-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log
  http://beefy3.nyi.freebsd.org/data/111amd64-quarterly/457961/logs/kodi-devel-18.0.g20171213_1.log
  
  Pointy hat:	yuri
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q1/devel/libfmt/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/libfmt/Makefile
==============================================================================
--- branches/2018Q1/devel/libfmt/Makefile	Thu Jan  4 05:33:38 2018	(r458014)
+++ branches/2018Q1/devel/libfmt/Makefile	Thu Jan  4 05:35:41 2018	(r458015)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libfmt
 PORTVERSION=	3.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	SlavaMikerov at gmail.com


More information about the svn-ports-branches mailing list