Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2022 16:30:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 793c3abefb3c - main - www/phpmyfaq: Remove USE_PHP=pdf dependency
Message-ID:  <202212101630.2BAGUd33013470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=793c3abefb3ce50f86606efcfb63eb24fd9a0d83

commit 793c3abefb3ce50f86606efcfb63eb24fd9a0d83
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-10 16:25:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-10 16:30:32 +0000

    www/phpmyfaq: Remove USE_PHP=pdf dependency
    
    In preparation for php74 removal; pdf module has been removed from the
    tree. In addition to that recent versions of phpmyfaq also do not depend
    on php pdf module as per their documentation available here:
    
    https://www.phpmyfaq.de/requirements
    
    Approved by:    portmgr (blanket infrastructure)
    Sponsored by:   Bounce Experts
---
 www/phpmyfaq/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/www/phpmyfaq/Makefile b/www/phpmyfaq/Makefile
index 5526a7c4bb37..f5f59abffeaf 100644
--- a/www/phpmyfaq/Makefile
+++ b/www/phpmyfaq/Makefile
@@ -24,10 +24,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}/${i}
 .endfor
 
-.include <bsd.port.pre.mk>
-
-.if ${PHP_VER} < 80
-USE_PHP+=	pdf
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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