pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50556
The following reply was made to PR pkg/50556; it has been noted by GNATS.
From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/50556
Date: Tue, 15 Dec 2015 06:45:12 +0000
This patch makes it possible to build comms/lirc 0.9.3
--- Makefile.old 2015-12-15 08:37:20.071151277 +0200
+++ Makefile 2015-12-15 08:40:25.913827924 +0200
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2015/01/01 09:35:17 dholland Exp $
#
-DISTNAME= lirc-0.9.0
+DISTNAME= lirc-0.9.3
PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/}
@@ -12,10 +12,12 @@
COMMENT= Linux Infrared Remote Control
LICENSE= gnu-gpl-v2
+USE_LANGUAGES=c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+
CONFIGURE_ARGS+= --with-syslog --with-driver=userspace
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -42,6 +44,7 @@
.endif
.include "options.mk"
-
+PYTHON_VERSIONS_ACCEPTED=33 34 35
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index