pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec 27 02:34:54 UTC 2020

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
Revert last change and just depend on properly specified dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/librsvg/Makefile

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

Modified files:

Index: pkgsrc/graphics/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.126 pkgsrc/graphics/librsvg/Makefile:1.127
--- pkgsrc/graphics/librsvg/Makefile:1.126      Sat Dec 26 23:39:30 2020
+++ pkgsrc/graphics/librsvg/Makefile    Sun Dec 27 02:34:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2020/12/26 23:39:30 nia Exp $
+# $NetBSD: Makefile,v 1.127 2020/12/27 02:34:54 joerg Exp $
 
 DISTNAME=      librsvg-2.48.3
 PKGREVISION=   3
@@ -14,14 +14,6 @@ LICENSE=     gnu-lgpl-v2.1
 MAKE_JOBS_SAFE=        NO
 MAKE_FLAGS+=   CARGO_MAKE_JOBS=-j${_MAKE_JOBS_N}
 
-.include "available.mk"
-
-# FIXME: librsvg-c should have a different PKGBASE so that the newer rust
-# version doesn't get mistakenly used in bulk build environments.
-.if ${LIBRSVG_TYPE:tl} == "c"
-NOT_FOR_BULK_PLATFORM= *-*-*
-.endif
-
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config gmake aclocal autoconf automake
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index