Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2019 14:13:06 +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: r511631 - head/graphics/geeqie/files
Message-ID:  <201909091413.x89ED69a062401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep  9 14:13:06 2019
New Revision: 511631
URL: https://svnweb.freebsd.org/changeset/ports/511631

Log:
  - Fix build in presence of gnome-doc-utils
  
  PR:		240214
  Reported by:	admin@vladiom.com.ua

Modified:
  head/graphics/geeqie/files/patch-Makefile.am

Modified: head/graphics/geeqie/files/patch-Makefile.am
==============================================================================
--- head/graphics/geeqie/files/patch-Makefile.am	Mon Sep  9 13:41:29 2019	(r511630)
+++ head/graphics/geeqie/files/patch-Makefile.am	Mon Sep  9 14:13:06 2019	(r511631)
@@ -1,6 +1,16 @@
-Don't install changelogs for they're too heavy and are a git logs (instead of real changelogs) anyway
---- Makefile.am.orig	2019-07-26 18:19:11 UTC
+--- Makefile.am.orig	2019-08-20 19:01:23 UTC
 +++ Makefile.am
+@@ -2,8 +2,8 @@
+ 
+ include $(top_srcdir)/aminclude.am
+ 
+-SUBDIRS = src po doc plugins
+-DIST_SUBDIRS = src po doc plugins
++SUBDIRS = src po plugins
++DIST_SUBDIRS = src po plugins
+ 
+ man_MANS = geeqie.1
+ 
 @@ -12,7 +12,7 @@ readmedir = @readmedir@
  if HAVE_MARKDOWN
  readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html



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