pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jun 21 17:59:07 UTC 2016

Modified Files:
        pkgsrc/devel/kcoreaddons: Makefile
        pkgsrc/meta-pkgs/kf5: Makefile.common

Log Message:
Move --fatal-warnings hack to the common logic, it applies to
practically all KDE5 packages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/kcoreaddons/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/kf5/Makefile.common

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

Modified files:

Index: pkgsrc/devel/kcoreaddons/Makefile
diff -u pkgsrc/devel/kcoreaddons/Makefile:1.3 pkgsrc/devel/kcoreaddons/Makefile:1.4
--- pkgsrc/devel/kcoreaddons/Makefile:1.3       Mon Jun 20 05:54:55 2016
+++ pkgsrc/devel/kcoreaddons/Makefile   Tue Jun 21 17:59:07 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/20 05:54:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/21 17:59:07 joerg Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
 CATEGORIES=    devel
@@ -9,15 +9,6 @@ LICENSE=       gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
 
 .include "../../meta-pkgs/kf5/Makefile.common"
 
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-# Work-around bad use-warning check in GNU ld 2.26
-# /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
-# is triggered, even though the current linker output contains
-# no references to it.
-BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
-.endif
-
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../mk/fam.buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"

Index: pkgsrc/meta-pkgs/kf5/Makefile.common
diff -u pkgsrc/meta-pkgs/kf5/Makefile.common:1.1 pkgsrc/meta-pkgs/kf5/Makefile.common:1.2
--- pkgsrc/meta-pkgs/kf5/Makefile.common:1.1    Wed May 25 23:13:12 2016
+++ pkgsrc/meta-pkgs/kf5/Makefile.common        Tue Jun 21 17:59:07 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/05/25 23:13:12 markd Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/06/21 17:59:07 joerg Exp $
 # used by misc/attica-qt5/Makefile
 # used by sysutils/baloo5/Makefile
 # used by x11/frameworkintegration/Makefile
@@ -78,3 +78,12 @@ CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${
 
 pre-configure:
        ${MKDIR} ${WRKSRC}/_KDE_build
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
+# Work-around bad use-warning check in GNU ld 2.26
+# /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
+# is triggered, even though the current linker output contains
+# no references to it.
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+.endif



Home | Main Index | Thread Index | Old Index