Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2025 10:57:01 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 111fe3c6ec09 - main - graphics/digikam: Fix install for AESTHETIC option
Message-ID:  <202503191057.52JAv1mO054851@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=111fe3c6ec0988104617b2ad2039c91db35438a7

commit 111fe3c6ec0988104617b2ad2039c91db35438a7
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-03-19 10:06:10 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-03-19 10:56:57 +0000

    graphics/digikam: Fix install for AESTHETIC option
    
    Reported by:    rhurlin (via private mail)
    Fixes:          06b53b319185 graphics/digikam: Update to 8.6.0
    Pointy hat:     jhale
---
 graphics/digikam/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index f618b3073cfc..f650b33d99d3 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -116,6 +116,12 @@ MYSQL_INTERNAL_IMPLIES=		MYSQL
 
 SQLITE3_USE=		QT=sqldriver-sqlite:run
 
+post-install-AESTHETIC-on:
+	@${MKDIR} ${STAGEDIR}${DATADIR}/facesengine
+.for f in ${AESTHETIC_DISTFILES:C/:.*//}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${STAGEDIR}${DATADIR}/facesengine
+.endfor
+
 post-install-AUTOTAGS-on:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/facesengine
 .for f in ${AUTOTAGS_DISTFILES:C/:.*//}


home | help

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