pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/xca



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Oct 27 12:08:29 UTC 2019

Modified Files:
        pkgsrc/security/xca: Makefile
Removed Files:
        pkgsrc/security/xca: options.mk

Log Message:
xca: Switch from qt4 to qt5

Address a selection of warnings from pkglint.
Fix perl usage.

Drop options as they were qt4 specific.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/xca/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/security/xca/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/xca/Makefile
diff -u pkgsrc/security/xca/Makefile:1.1 pkgsrc/security/xca/Makefile:1.2
--- pkgsrc/security/xca/Makefile:1.1    Tue Aug 13 02:39:45 2019
+++ pkgsrc/security/xca/Makefile        Sun Oct 27 12:08:29 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/13 02:39:45 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/27 12:08:29 kamil Exp $
 
 DISTNAME=      xca-2.1.2
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=chris2511/}
 GITHUB_RELEASE=        RELEASE.2.1.2
@@ -11,18 +12,17 @@ COMMENT=    Certificate and key management
 LICENSE=       modified-bsd
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config
-USE_LANGUAGES=         c++
+USE_TOOLS+=            gmake pkg-config perl
+USE_LANGUAGES=         c c++
 DESTDIR_VARNAME=       destdir
 
-INSTALLATION_DIRS+=    bin man/man1
+REPLACE_PERL+=         doc/code2html
+
+INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=    share/applications share/mime/packages share/pixmaps
 INSTALLATION_DIRS+=    share/doc/xca share/xca
 
-.include "options.mk"
-
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index