pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan  1 14:47:45 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile

Log Message:
Fix build warning on DragonFly.

Fixes pkg/51713


To generate a diff of this commit:
cvs rdiff -u -r1.504 -r1.505 pkgsrc/pkgtools/pkglint/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.504 pkgsrc/pkgtools/pkglint/Makefile:1.505
--- pkgsrc/pkgtools/pkglint/Makefile:1.504      Sat Dec 17 13:35:32 2016
+++ pkgsrc/pkgtools/pkglint/Makefile    Sun Jan  1 14:47:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.504 2016/12/17 13:35:32 rillig Exp $
+# $NetBSD: Makefile,v 1.505 2017/01/01 14:47:45 rillig Exp $
 
 PKGNAME=       pkglint-5.4.14
 DISTFILES=     # none
@@ -12,7 +12,7 @@ CONFLICTS+=   pkglint4-[0-9]*
 
 WRKSRC=                ${WRKDIR}/netbsd.org/pkglint
 NO_CHECKSUM=   yes
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 USE_TOOLS+=    pax
 AUTO_MKDIRS=   yes
 GO_SRCPATH=    netbsd.org/pkglint



Home | Main Index | Thread Index | Old Index