Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-06-15 | Support user-destdir. | uebayasi | 1 | -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-24 | Recursive revision bump for GMP update. | asau | 1 | -2/+2 | |
2009-12-15 | Recursive bump for libltdl | joerg | 1 | -1/+2 | |
2009-09-09 | Update to 3.2.2 to match slib. | wiz | 2 | -6/+5 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -1/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -3/+1 | |
2008-03-04 | Update to 3.2.1 to match slib. | wiz | 1 | -4/+3 | |
2008-01-12 | Most of destdir support, based on a patch from Klaus Heinz. | gdt | 1 | -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-01 | Update version to 3.1.5. | gdt | 2 | -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-12 | update for guile 1.8.1 | dmcmahill | 3 | -10/+11 | |
2007-02-07 | The 3a2 distfiles are not available anymore, so update to 3a4. | drochner | 2 | -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-17 | Simplify PLIST. Bump PKGREVISION. | wiz | 2 | -5/+5 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-11-01 | Depend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitive | gdt | 1 | -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-26 | Don't include (ice-9 slib), as it is broken. This package still | gdt | 1 | -2/+3 | |
doesn't build, but now the problem is only that slib's guile.init needs a patch. PKGREVISION++ | |||||
2005-10-26 | Fix building with slib-3.1.2 | adam | 3 | -14/+10 | |
2005-10-16 | take maintainership | gdt | 1 | -2/+2 | |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-09 | Make this package build after bl3 was enabled by default (by | kristerw | 1 | -1/+2 | |
setting WRKSRC=${WRKDIR}) | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-04-04 | Replace NO_BUILD with empty do-build target. | wiz | 1 | -2/+3 | |
2004-12-03 | Update guile-slib to 2.4.2nb6: use guile-1.6. Based on pkgsrc-wip | wiz | 3 | -15/+12 | |
package by Greg Troxel and PR 28524 by Andreas Hallmann. | |||||
2004-10-15 | Update linkage to libltdl (via guile{,14}), which is now its own package. | tv | 1 | -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-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-03 | Convert to buildlink3. | wiz | 1 | -7/+8 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-06-05 | Bump revisions following the guile14's threaded fix. | uebayasi | 1 | -2/+2 | |
2003-05-05 | No Info files are provided by this package. | seb | 1 | -4/+1 | |
2003-01-24 | Undo previous commit and fix PLIST: GUILE14_SUBDIR is what should have been | rh | 2 | -6/+6 | |
in there in the first place, not GUILE14_PREFIX. | |||||
2003-01-24 | GUILE14_PREFIX not GUILE14_SUBDIR | rh | 1 | -2/+2 | |
2003-01-24 | Adapt to new guile14/buildlink2.mk semantics. | jlam | 1 | -6/+5 | |
2003-01-16 | Reflect the guile14 movement. Bump revision. | uebayasi | 2 | -8/+15 | |
2003-01-07 | Rename older (<1.6) Guile as guile14. | uebayasi | 1 | -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-22 | Wildcard slib dependency. | wiz | 1 | -2/+2 | |
2002-09-24 | Trivially use buildlink2 | jlam | 1 | -1/+2 | |
2001-12-20 | Be more lintpkgsrc-friendly in dependency line. | wiz | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-03 | Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes from | jlam | 1 | -4/+3 | |
version 2c8 include: New initialization files for DrScheme, Guile, and Scheme48-0.57. New modules: coerce.scm (implementation of Common Lisp coerce and type-of), differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions from db2html.scm and some new ones). scmactst.scm, struct.scm, and structst.scm were removed due to lack of license. Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org> in pkg/14008. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-07-15 | Update dependencies on guile to >= 1.3.2 | jlam | 1 | -2/+2 | |
2000-06-21 | Update guile-slib to 2c8 (lockstep update with devel/slib). | jlam | 1 | -3/+3 | |
2000-02-23 | guile-slib-2c7 - SLIB installation for guile Scheme interpreter | jlam | 5 | -0/+34 | |