On Mon, 30 Sep 2024, Theo Buehler wrote:

> On Thu, Sep 26, 2024 at 06:37:23PM +0000, Jeremy Evans wrote:
> > This is for post-unlock, and necessary for the update to PostgreSQL 17.
> > It upgrades docbook-xml from a version released in 2005 to the most
> > current version (I think), released in 2015.
> > 
> > I have not tested fallout in any dependencies, I've only tested that
> > this allows PostgreSQL 17 to build.  We should include this diff and the
> > PostgreSQL 17 diff I'll be sending shortly in a bulk to see what the
> > fallout looks like.
> 
> Two things broke. git-crypt is trivial to fix, samba needs a bit of work:
> 
> 
> devel/git-crypt
> 
> Remove pre-fake target. The manpage is generated in the correct dir now.

It sure works with the diff below.
I'll commit it when docbook-xsl goes in if nobody does it before.

diff /usr/ports
commit - 842c9498a0386ecc1912d8a90ec615bd51fd76ec
path + /usr/ports
blob - 78cebee1353b94e8e4f9c2a811feed6a4846268d
file + devel/git-crypt/Makefile
--- devel/git-crypt/Makefile
+++ devel/git-crypt/Makefile
@@ -2,6 +2,7 @@ COMMENT =               transparent file encryption in Git
 
 DISTNAME =             git-crypt-0.7.0
 CATEGORIES =           devel
+REVISION =             0
 
 HOMEPAGE =             https://www.agwa.name/projects/git-crypt/
 MAINTAINER =           Paco Esteban <p...@openbsd.org>
@@ -31,8 +32,4 @@ CXXFLAGS +=           -DOPENSSL_API_COMPAT
 
 NO_TEST =              Yes
 
-pre-fake:
-       [ -f "${WRKSRC}/git-crypt.1" ] && \
-               mv "${WRKSRC}/git-crypt.1" "${WRKSRC}/man/man1/git-crypt.1"
-
 .include <bsd.port.mk>

-- 
Paco Esteban.
0x5818130B8A6DBC03

Reply via email to