summaryrefslogtreecommitdiff
path: root/lang/librep
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+2
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-6/+3
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 files to get dependencies and to prevent unintendedjlam1-9/+15
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}.
2001-05-22Document why GNU readline is required.jlam1-1/+3
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-8/+6
+ 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/+3
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-12-16Add patch against mkdir failure; provided in pkg/11633 by rafal@mediaone.net.wiz2-1/+19
2000-12-16USE_LIBINTL instead of DEPEND on gettextwiz1-3/+2
2000-11-27Correct PLIST for libtool changes.mycroft1-31/+31
2000-11-11Change tarfh-list-regexp to match our tar(1).mycroft2-0/+14
2000-10-29Add patch to work around unusual shell script error. Possible bug in /bin/sh?jlam2-4/+18
Fix discovered by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>.
2000-10-27Update librep to 0.13.2. Changes from version 0.13.1:jlam3-254/+269
* Fix `define' so that it tracks bound variables and ignores shadowed keywords when traversing code * Added checks to compilation process for the kind of missing shared-library problems that many people see * Fixed the `install-aliases' shell script
2000-10-27Remove unneeded patchjlam1-24/+0
2000-10-27Update librep to 0.13.1. Add dependency on gettext and use installedjlam4-170/+276
libintl for i18n needs. Changes since version 0.12.4 are *lots* of bug fixes, module namespace reorganization, several _incompatible_ VM changes, and the addition of several new modules, including a safe-interpreter for untrusted bytecodes.
2000-10-19Remove unnecessary comment about being able to compile librep onjlam1-6/+3
Solaris and Linux.
2000-09-07change LLONG_MAX/LLONG_MIN to QUAD_MAX/QUAD_MIN since the former don'tdanw2-6/+6
exist in 1.4
2000-08-07Update to librep 0.12.4. (Various very minor bugfixes.)danw5-154/+182
Based on patches from Jerry Alexandratos <alexandr@eecis.udel.edu>.
2000-07-01Update to librep 0.12.2danw4-98/+174
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.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-29Initial import of librep, an Emacs Lisp-like runtime library,agc6-0/+136
interpreter, compiler and VM, into the NetBSD packages collection.