summaryrefslogtreecommitdiff
path: root/lang/guile
AgeCommit message (Collapse)AuthorFilesLines
2001-06-21Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry tojlam1-2/+2
prevent detection of ncurses.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-5/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-28Use buildlink.mk to get GNU readline dependency and correct headers andjlam1-5/+12
libraries. Make sure we don't pick up a hidden dependency on ncurses by forcing configure script to find tgoto() in libtermcap.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-22Depend on readline, and use it.wiz1-1/+5
2000-07-15Update guile to 1.4. Changes since Guile 1.3.4:jlam5-51/+58
** The module (ice-9 getopt-gnu-style) has been removed. ** New module (ice-9 documentation) ** Debugging facilities for guile script are much improved. ** Improvements to garbage collector ** Speed/efficieny improvements. ** Better compliance to standards.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam5-53/+14
configure scripts.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-12-20Update guile to 1.3.4. Changes are bugfixes only.rh5-50/+51
1999-08-29Forgot to commit these patches.jlam2-0/+35
1999-08-29Update guile to 1.3.2.jlam6-70/+69
1999-07-20add a patch from the scwm people -- won't be needed in the next guile release.perry1-0/+15
1999-07-20add patch-abperry1-1/+2
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-5/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-01fix MASTER_SITES, per PR 7069hubertf1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-11-15pkglint: never ever add info/dir to PLIST; if there is an info file,frueauf2-3/+6
set INFO_FILES and the proper @unexec/@exec rules.
1998-11-15pkglint: move CONFLICTS where it belongs.frueauf1-2/+3
1998-11-15update to guile 1.3perry5-66/+67
1998-09-14-Uunix -Dunix is a complete noop. Pull out the -U and things work again.garbled1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-25Add "-Uunix -Dunix" to CPPFLAGS as inspired by Tim Rightnour in PR 5843.tv1-2/+3
1998-07-24Update to use USE_LIBTOOL.tv1-5/+3
1998-07-17Modify to use pkg'd libtool instead of private copy. Give it propertv4-22/+35
INSTALL_* macros in configure instead of patching around them. Remove aclocal directory if this is the last pkg using it. Portlint: reformat DESCR to <80 columns.
1998-07-02initial commit of Guile, GNU's Ubiquitous Intelligent Language for Extensionperry7-0/+151