[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / xlog

Annotation of pkgsrc/ham/xlog/Makefile, Revision 1.94

1.94    ! gdt         1: # $NetBSD: Makefile,v 1.93 2021/02/04 19:21:48 gdt Exp $
1.1       wulf        2: #
                      3:
1.92      gdt         4: DISTNAME=      xlog-2.0.20
1.1       wulf        5: CATEGORIES=    ham
1.37      mef         6: MASTER_SITES=  http://download.savannah.gnu.org/releases/xlog/
1.62      mef         7: LICENSE=       gnu-gpl-v3
1.1       wulf        8:
1.92      gdt         9: MAINTAINER=    gdt@NetBSD.org
1.84      rillig     10: HOMEPAGE=      https://www.nongnu.org/xlog/
1.1       wulf       11: COMMENT=       Amateur Radio logging program
                     12:
1.38      obache     13: DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
                     14:
1.82      rillig     15: GNU_CONFIGURE=         yes
                     16: USE_PKGLOCALEDIR=      yes
                     17: USE_TOOLS+=            gmake pkg-config
1.1       wulf       18:
1.94    ! gdt        19: # Fails with gcc 5.5.0 (netbsd-8) and clang.
        !            20: BUILDLINK_TRANSFORM+=  rm:-Wno-stringop-truncation
        !            21:
1.63      joerg      22: .include "../../mk/compiler.mk"
                     23: .if !empty(PKGSRC_COMPILER:Mclang)
                     24: BUILDLINK_TRANSFORM+=  rm:-Wno-unused-but-set-variable
1.94    ! gdt        25: # xlog has things like: #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
        !            26: # https://savannah.nongnu.org/bugs/index.php?60003
        !            27: _WRAP_EXTRA_ARGS.CC+=  -Wno-unknown-warning-option
        !            28: CWRAPPERS_APPEND.cc+=  -Wno-unknown-warning-option
        !            29: # xlog has code that triggers clang warnings
        !            30: # https://savannah.nongnu.org/bugs/index.php?60004
        !            31: _WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality
        !            32: CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality
        !            33: _WRAP_EXTRA_ARGS.CC+=  -Wno-uninitialized
        !            34: CWRAPPERS_APPEND.cc+=  -Wno-uninitialized
1.86      gdt        35: .endif
                     36:
1.29      wiz        37: .include "../../databases/shared-mime-info/buildlink3.mk"
1.68      mef        38: .include "../../graphics/gnome-icon-theme/buildlink3.mk"
1.8       snj        39: .include "../../ham/hamlib/buildlink3.mk"
                     40: .include "../../x11/gtk2/buildlink3.mk"
1.17      wulf       41: .include "../../sysutils/desktop-file-utils/buildlink3.mk"
1.37      mef        42: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       wulf       43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>