pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/arts



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jul 24 08:31:44 UTC 2017

Modified Files:
        pkgsrc/audio/arts: Makefile
Removed Files:
        pkgsrc/audio/arts: hacks.mk

Log Message:
drop old gcc hack for sparc, conflicts with a non-existent package


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/audio/arts/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/arts/hacks.mk

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

Modified files:

Index: pkgsrc/audio/arts/Makefile
diff -u pkgsrc/audio/arts/Makefile:1.91 pkgsrc/audio/arts/Makefile:1.92
--- pkgsrc/audio/arts/Makefile:1.91     Wed May 24 16:48:39 2017
+++ pkgsrc/audio/arts/Makefile  Mon Jul 24 08:31:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/05/24 16:48:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.92 2017/07/24 08:31:44 maya Exp $
 
 DISTNAME=      arts-1.5.10
 PKGREVISION=   15
@@ -12,8 +12,6 @@ REPLACE_SH+=  artsc/artsc-config.in artsc
 
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99
 
-CONFLICTS+=    kdelibs-2*
-
 USE_TOOLS+=    perl pkg-config
 
 # Ensure we export symbols in the linked shared object.



Home | Main Index | Thread Index | Old Index