summaryrefslogtreecommitdiff
path: root/devel/guile-slib
AgeCommit message (Collapse)AuthorFilesLines
2022-03-10devel/guile*-slib: Finish alignment of guile*-slib packagesgdt2-4/+11
guile-slib: Add more comments explaining a residual problem. Put back RM statements because they help re-running failed builds, even if they are pointless on a fresh build. Sort PLIST. No change in generated package. guile22-slib: Use variables more. Move to site/2.2 subdir, following guile-lib and upstream defaults. Point to guile-slib for comments. Sorry for the churn; this was much harder to understand than I expected.
2022-03-10guile-slib: Rationalize install paths and documentgdt2-15/+21
This package is a maze of twisty include paths in guile interacting with DESTDIR. Add many comments to explain the plan, after reading sources. Switch to site/2.0 as the scheme subdir, following upstream slib's default.
2022-03-10devel/guile-slib: Align to guile22-slibgdt2-6/+5
2022-03-10devel/guile22-slib: Use variable for guile depgdt1-7/+14
This does not change the build, but reduces diffs to ../guile-slib
2022-03-09devel/guile-slib: Adapt to new guile paths and switch back to 2.0gdt2-14/+16
This package now expects guile always be namespaced. (Arguably the paths should come from the bl3.) With guile20, this builds and works, and thus it is that way. (With guile22, there's an error that I don't understand.)
2022-03-09devel/guile-slib: Catch up with recent guile path changesgdt2-11/+13
This remains pointing to guile 2.2, but now guile 2.2 is in a subprefix.
2022-03-05devel/guile-slib: Convert to guile 2.2gdt3-9/+9
Nothing in pkgsrc depends on guile-slib, so this shouldn't break anything, and guile 2.0 is now crufty.
2021-12-08revbump for icu and libffiadam1-2/+2
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-02-16devel/guile-slib: Update to 3.2.6gdt1-3/+4
Change version and depend on newer slib. (There is no upstream, and hence no upstream changes.)
2018-01-16guile-slib: Fix guile version in DESCRwiz1-1/+1
2016-09-15Update guile-slib to 3.2.5 and switch to guile20.wiz2-12/+10
Mirrors slib-3.2.5 update (no own files). Based on diff by gdt.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-06-15Support user-destdir.uebayasi1-6/+4
Generate catalog file in ${DESTDIR}, then package it. This should work, because the catalog file (${PREFIX}/share/guile/1.8/slibcat) is only provided for slib to know what interpreter is using slib; i.e., the file is written once at installation. (Let's see if this theory is correct. If not, we'll revisit this.) Reviewed By: gdt (maintainer)
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-09-09Update to 3.2.2 to match slib.wiz2-6/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-03-04Update to 3.2.1 to match slib.wiz1-4/+3
2008-01-12Most of destdir support, based on a patch from Klaus Heinz.gdt1-5/+12
# This does not quite work. The problem is that new-catalog writes # the catalog in /usr/pkg/share/guile/site, rarther than the proper # place in the destdir.
2007-12-01Update version to 3.1.5.gdt2-8/+9
Use "(use-modules (ice-9 slib))" to load guile.init so it's in the correct module. Change PLIST to reflect actual location of slibcat in share/guile/site rather than 1.8.
2007-06-12update for guile 1.8.1dmcmahill3-10/+11
2007-02-07The 3a2 distfiles are not available anymore, so update to 3a4.drochner2-5/+5
Many changes, the most notable appear to be improved DFT support, addition of SRFI-94 (Type-Restricted Numerical Functions) and SRFI-23 (Error reporting mechanism), and some cleanup/fixing. See the ANNOUNCE file for details. There are reports that the 3a4 version breaks gnucash on Debian; neither wiz nor me could reproduce this.
2006-02-17Simplify PLIST. Bump PKGREVISION.wiz2-5/+5
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-01Depend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitivegdt1-2/+2
symbol confusion in unix vs UNIX) and those updating guile-slib to fix problems might not realize they have to update slib as well. Suggestion from Chris Gilbert.
2005-10-26Don't include (ice-9 slib), as it is broken. This package stillgdt1-2/+3
doesn't build, but now the problem is only that slib's guile.init needs a patch. PKGREVISION++
2005-10-26Fix building with slib-3.1.2adam3-14/+10
2005-10-16take maintainershipgdt1-2/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-09Make this package build after bl3 was enabled by default (bykristerw1-1/+2
setting WRKSRC=${WRKDIR})
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-04Replace NO_BUILD with empty do-build target.wiz1-2/+3
2004-12-03Update guile-slib to 2.4.2nb6: use guile-1.6. Based on pkgsrc-wipwiz3-15/+12
package by Greg Troxel and PR 28524 by Andreas Hallmann.
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
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....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Convert to buildlink3.wiz1-7/+8
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-05-05No Info files are provided by this package.seb1-4/+1
2003-01-24Undo previous commit and fix PLIST: GUILE14_SUBDIR is what should have beenrh2-6/+6
in there in the first place, not GUILE14_PREFIX.
2003-01-24GUILE14_PREFIX not GUILE14_SUBDIRrh1-2/+2
2003-01-24Adapt to new guile14/buildlink2.mk semantics.jlam1-6/+5
2003-01-16Reflect the guile14 movement. Bump revision.uebayasi2-8/+15
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-10-22Wildcard slib dependency.wiz1-2/+2