Up to [cvs.netbsd.org] / pkgsrc / devel / bglibs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 15 02:32:49 2010 UTC (2 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.21: +4 -1
lines
Diff to previous 1.21 (colored)
DESTDIR support.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Apr 7 02:59:04 2009 UTC (3 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Update to 1.106. From the changelog:
- Fixed installation of msg/debug.h header file.
- Fixed envstr_unset to remove all instances of the given name.
- Added sysdep for d_ino and d_type in struct dirent.
- Fixed the path_match function to match filenames containing pattern
characters (ie [filename] etc) the same way shells do.
- Files generated by cli-generate now indicate the source .cli file.
- Fixed the debug messages to not enable any by default.
- Modified the build procedure to build all sources with libtool.
This should fix problems with parallel make.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 10 03:20:49 2008 UTC (4 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Update to 1.104. From the changelog:
- Fixed several typos in the installation files.
- Renamed some files that differed only in upper/lower case. This
should fix building on OSX.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 4 16:23:27 2008 UTC (4 years, 1 month ago) by schmonz
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update to 1.103. From the changelog: - Added two missing header files: fmt/misc.h and fmt/multi.h - Added a ghash_set function (like ghash_add, but overwrites). - Added a set of "signalfd" functions as a generic self-pipe setup. - Added a random number generator based on SURF.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 28 03:20:32 2006 UTC (5 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
The self-tests fail on OS X. This may or may not be a real problem, but the test suite returning a error code before install definitely is. Make the tests available via TEST_TARGET instead of as part of the default build, fixing installation on OS X. Bump BUILDLINK_API_DEPENDS to the version most bgware wants these days. No change to installed package, hence no PKGREVISION.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 7 08:06:32 2006 UTC (5 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to 1.102. From the changelog: - Fixed a bug in resolve_ipv4name_n: when handling multiple IPs, it would always copy the first one multiple times. - Added more conversions to fmt_multi: S - formats a str m - formats the result of strerror(errno) - Fixed include compatibility problem in sys/tryclockgettime.c. Thanks Amitai Schlair - Added sysdep for __attribute__. - Marked some symbols as "weak" to prevent link errors if they aren't defined by programs using -lbg.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 29 00:58:51 2006 UTC (5 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
Update to 1.100. From the changelog:
* This package now builds and installs as a shared library. Requires
libtool to be installed.
- Added support to bg-installer for installing shared libraries
with libtool.
- Fixed a bug in counting the length of signed and unsigned long
long integers (0 was counted as having zero length).
- Fixed bug in error return of ibuf_openreadclose. Thanks Gerrit
Pape.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 23 20:17:10 2006 UTC (6 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Update to 1.041. From the changelog: - Modified cli-generate to add man page and HTML output options, and more formatting commands. - Tweaked the hmac_finish prototype to properly indicate that the midstate is const and unmodified by the function.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 24 14:55:45 2006 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.13: +5 -1
lines
Diff to previous 1.13 (colored)
Correctly depend on perl and embedded the right location into cli-generate. Bump revision.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 20 02:59:51 2006 UTC (6 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update to 1.040 and fix pkglint warnings. From the changelog: - Added cli-generate, a program to produce C header and source from command-line interface description files. - Modified the crypto HMAC code to do precalculation of the intermediate hash results. - Fixed base64 decoding on systems where char is unsigned by default. Thanks Gerrit Pape. - Tweaked the ghash_add function to return a pointer to the newly created entry (since some uses will want to use it immediately). - Stop blocking SIGSEGV with the sig_all_* functions, as this has resulted in bugs causing endless signal loops.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 2 17:18:05 2005 UTC (6 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update to 1.031. From the changelog: - Added a RFC 2104 generic HMAC (keyed hashing for message authentication) routine to the crypto section, with control blocks for MD5, SHA1, SHA256, SHA384, and SHA512. - Added support for UID and GID names (instead of just numbers) in bg-installer.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 21 06:07:35 2005 UTC (6 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
Update to 1.028. From the changelog: - Added sysdep for dynamic linker functions (dlopen etc). - Fixed bug in self test for unix/selfpipe.c that caused problems with running make. - Switched from standard GPL to LGPL-2.1 license.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 21 05:37:36 2005 UTC (6 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.9: +2 -4
lines
Diff to previous 1.9 (colored)
Add patch from author to fix the selfpipe test under some makes (at least the one in SuSE Linux 9.2). Bump PKGREVISION.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 24 04:47:10 2005 UTC (6 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Introduce DJB_MAKE_TARGETS boolean, on by default, off in the following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 23 19:33:52 2005 UTC (6 years, 9 months ago) by schmonz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update to 1.027. From the changelog: - Fixed numberic export glitch in vpwentry_export. - Fixed dependancies to let "make -j" work properly. - Added some pre-computed .lib files (such as socket.lib).
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 19 20:46:45 2005 UTC (6 years, 9 months ago) by schmonz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 1.026. From the changelog: - Fixed negative indexing bugs in str_findprev* and ibuf_getstr_crlf functions. Thanks Gerrit Pape. - Added the capability to bg-installer to optionally run commands based on the existance of the source (or another) file. - Fixed bg-installer to not create directories in "dry-run" mode.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 18 19:20:34 2005 UTC (6 years, 9 months ago) by schmonz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to 1.025. From the changelog: - Added the capability to bg-installer to handle multiple destinations within the same source list. - Renamed the "setmode" function in bg-installer that was causing compile problems on *BSD systems. - Added a sysdep for struct timespec and clock_gettime, which are defined if not present.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 15 05:45:00 2005 UTC (6 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.4: +7 -4
lines
Diff to previous 1.4 (colored)
Update to 1.024. From the changelog: - Fixed (again) glob patterns to allow both "!" (like modern glob) or "^" (like existing shells) for negating character sets. - Tweaked str_alloc to use realloc when appropriate. - Fixed glob pattern matches to use "!" instead of "~" for negating character sets like all other globs use. - Fixed the installer libraries to include all the necessary object files for producing the installer/instcheck/instshow programs. - Added a generic installer program, similar to the "install" program included with ezmlm. - Fixed the instshow library to use and dispaly the install prefix just like the other instlib programs. - The installers now automatically create missing directories, and installs into temporary files that get renamed. - Added path_mkdirs function. - Fixed typo bug in str_catfv and str_copyfv that caused failures on (at least) PPC and S390 architectures. Thanks Gerrit Pape. - Fixed 32-to-64 bit sign extension bug in fmt_multi on some 64-bit platforms. Thanks Gerrit Pape. - installer/instcheck program libraries now optionally install into a prefix directory specified on the command line or with $install_prefix (which can be set on the make command line). - Installation is now done under seperate include/lib directories. - Added sysdep for "extern int daylight" (replaced by a macro if not present). - Fixed a couple of length counting bugs in the fmt number code. - Added multiple-item formatting functions fmt_multi (similar to printf, but safer), fmt_multiv, obuf_putf, str_catf, and str_copyf, as well as a set of formatted message functions.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:18 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 23 00:51:09 2005 UTC (7 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.2: +5 -7
lines
Diff to previous 1.2 (colored)
Take advantage of mk/djbware.mk.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 13 03:25:43 2005 UTC (7 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
In packages with djb-style compile scripts, properly enquote ${CC}
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.
For consistency across djbware in pkgsrc:
* In math/djbfft's and sysutils/daemontools's do-configure targets,
remove leading @ from ${ECHO} lines; from the former, also remove
unneeded single quotes from one such line.
* Rename net/publicfile's pre-build and sysutils/service-config's
post-patch targets to do-configure.
* In sysutils/checkpassword's do-configure target, reorder creation
of conf-cc, conf-ld, and conf-home.
All of the affected packages have been verified to compile.
XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 21 00:12:29 2004 UTC (7 years, 5 months ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of bglibs, a collection of miscellaneous libraries by Bruce Guenter. Required for the latest qmail-qfilter.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 21 00:12:29 2004 UTC (7 years, 5 months ago) by schmonz
Branch: MAIN
Initial revision