diff options
author | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
commit | e86a0b3b2e328ab71e39db69653f01e935aeea8f (patch) | |
tree | 7f51f5e6ddc0440f651ba0ed22d31abe21c44a9e /math | |
parent | a5569d78fa9c2b9d07630f5b891f5523a231e880 (diff) | |
download | pkgsrc-e86a0b3b2e328ab71e39db69653f01e935aeea8f.tar.gz |
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
Diffstat (limited to 'math')
-rw-r--r-- | math/cassowary/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/guppi/Makefile | 4 | ||||
-rw-r--r-- | math/libmatheval/Makefile | 4 | ||||
-rw-r--r-- | math/libmatheval/buildlink3.mk | 12 |
5 files changed, 9 insertions, 19 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index 8bfab53f843..981947bf018 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.27 2004/10/15 14:50:06 tv Exp $ # DISTNAME= cassowary-0.60 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 305e3fcc0b3..47633af72ae 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.90 2004/10/15 14:50:07 tv Exp $ # DISTNAME= gnumeric-1.2.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.2/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 641b509c417..495c54c0c75 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.43 2004/10/15 14:50:07 tv Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 5ed6526b81d..d2f4d328c4a 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:07 tv Exp $ # DISTNAME= libmatheval-1.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/} diff --git a/math/libmatheval/buildlink3.mk b/math/libmatheval/buildlink3.mk index 7c53318fce1..039802a0454 100644 --- a/math/libmatheval/buildlink3.mk +++ b/math/libmatheval/buildlink3.mk @@ -1,14 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:12:56 tv Exp $ -# XXX -# XXX This file was created automatically using createbuildlink-3.4. -# XXX After this file as been verified as correct, the comment lines -# XXX beginning with "XXX" should be removed. Please do not commit -# XXX unverified buildlink[23].mk files. -# XXX -# XXX Packages that only install static libraries or headers should -# XXX include the following line: -# XXX -# XXX BUILDLINK_DEPMETHOD.libmatheval?= build +# $NetBSD: buildlink3.mk,v 1.3 2004/10/15 14:50:07 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBMATHEVAL_BUILDLINK3_MK:= ${LIBMATHEVAL_BUILDLINK3_MK}+ |