summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen19-105/+105
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-11Updated devel/libusb to 0.1.12adam2-3/+3
2006-03-11Changes 0.1.12:adam7-50/+34
Fix structure padding issues on some architectures Fix compile warnings with newer versions of gcc Fix memory leak when continuously rescanning for devices Check for device nodes in /dev/usb under Linux Fix compile problem with Darwin/Mac OS X port Add support for Darwin/Mac OS X 10.4 Fix error when transactions are aborted Requery endpoints when switching alternate settings Support more BSD based distributions Fix problem with short control messages in BSD port Various other minor fixes
2006-03-11Note update of Wiliki 0.5.3; bug fixes.uebayasi1-1/+2
2006-03-11Update Wiliki to 0.5.3; bug fixes.uebayasi3-8/+9
2006-03-11Build only when the user explicitly chooses emacs20, otherwise skip.uebayasi1-1/+5
2006-03-11Export EMACS_VERSION_MAJOR and EMACS_VERSION_MINOR to packages using emacs.mk.uebayasi1-1/+15
2006-03-11Improve COMMENT.reed1-2/+2
2006-03-11In the comment at top also mention "pkgsrc". As this could be confusingreed1-3/+3
for someone not using "netbsd-g++". (This has been in my pkgsrc since at least July.)
2006-03-11Use PKGMANDIR instead of "man".reed1-4/+4
2006-03-11Uppercase first letter of sentence.reed1-1/+1
2006-03-11Mention what version of lsh this package providesreed2-2/+4
(so lsh2 and lsh DESCRiptions are different.) Also uppercase ssh2 to SSH2. TODO: anyone want to document features or differences between these two packages?
2006-03-11Removed the definition of EXTRACT_ONLY that has prevented the package fromrillig1-2/+1
building.
2006-03-11Use PKGMANDIR instead of "man".reed1-3/+3
2006-03-11Explain why this exists and mention other package with it.reed1-1/+6
2006-03-11Use PKGMANDIR instead of "man".reed1-2/+2
2006-03-11This is to fix PR 30267. (I have noticed same problem.)reed1-1/+4
The build needs optimization. So if CFLAGS doesn't contain at least -O then add it. (Thank you Juan for idea.) On the tech-pkg-ja@jp.NetBSD.org list, I was told (19 Dec 2005): > This change can be accepted when judged only from my environment (i386), > since the expression of "if empty(CFLAGS:M-O*)" is evaluated > after setting of the environment variable (-O2). > However, I do not have the positive proof whether this expression is evaluated > after setting of the environment variable (-O2), in all environments. So hopefully this doesn't break for anyone else.
2006-03-11BUILD_DEPENDS on gettext-tools not gettext for BUILD_USES_MSGFMT.reed1-2/+2
2006-03-11Rewrite DESCR. In particular, do not say "in thereed1-4/+3
early stages of development". (Sorry I can't recall where I got this. It has been in my pkgsrc since at least Dec. 20.)
2006-03-11Fixed the PLIST generation for NetBSD.rillig4-61/+65
2006-03-11In COMMENT, change "kde3" to simply "KDE".reed1-2/+2
2006-03-11The i18n file is not installed on NetBSD, so removed it from the PLIST.rillig2-4/+3
Bumped PKGREVISION.
2006-03-11Add a sentence about what this package provides.reed1-0/+2
2006-03-11Also mention latex2png and its possibly (not automatically installed)reed1-0/+4
dependencies.
2006-03-11Install the readme.html file.reed2-4/+9
Bump PKGREVISION. Remove the INSTALLATION_DIRS that was there because 1.03a precreates all these anyways. todo: patch bonnie++.8 to point to correct path to readme.html
2006-03-11Update the download site.reed1-2/+2
2006-03-11Use the configure provided @mandir@.reed2-5/+5
2006-03-11Remove phrase:reed1-3/+3
originally shipped as NetBSD's "cpio" up to version 1.3 as this is confusing as it seems to imply that either GNU CPIO originated in NetBSD or NetBSD shipped with this cpio up to NetBSD 1.3 or NetBSD shipped with old GNU CPIO 1.3. Either way this unclear NetBSD-related comment is not useful for this description.
2006-03-11Updated rudiments to 0.29.rillig2-3/+3
2006-03-11Updated rudiments to 0.29.rillig4-19/+18
Changes since 0.28.2: added check for whether SSL_read/write takes void * or char * parameter added _XOPEN_SOURCE to filedescriptorincludes.h for sys/socket for irix added collapse argument to charstring::split added configure test for -Wall switched lots of: char a[charstring::length(b)]; to: char *a=new char[charstring::length(b)]; ... delete[] a; to improve compiler compatibility removed #ifdef __GNUC__ around static variable definitions, I'll add #ifndefs for compilers that don't allow them (like SCO's) if necessary added -D__EXTENSIONS__ to CPPFLAGS added charstring::escape/unescape defaulted zeropadding to 1 rather than 0, I'm not sure if it's a bug in glibc or not, but printf("%0*lld\n",0,(int64_t)0); prints nothing rather than 0, but printf("%0*ld\n",0,(int32_t)0); prints 0. Using 1 instead of 0 for the number of 0's works in all cases. solaris's strchr/strrchr return const char *, so I made charstring::findFirst/findLast return const char * use snprintf's rather than sprintf's now uses fchmod/fchown rather than chmod/chown now made envelope classes out of all classes added a configure test for ftok that takes a char * argument switched a bunch of AC_TRY_LINK's to AC_TRY_COMPILE's in configure script configure script does less work looking for getpwnam_r and cousins now if pthread libs can't be found, configure also tries just plain -pthread added #ifdefs for individual POSIX_FADV_* and MADV_* macros in configure script, for cygwin, tests for w32api files and functions are omitted configure tests for strtoll/strtoull now configure tests for caddr_t types for all mmap-related functions individually now unsupported memorymap methods return false now rather than not existing added -pthread when compiling as well as linking fixed a time-remaining-related bug in snooze class fixed a bug where the date/time string buffer could easily be overrun
2006-03-11The configure script insists on a Python interpreter even if it doesn'trillig1-1/+5
need one. Overriding the PYTHON environment variable helps. This allows the package to build on NetBSD 3.0.
2006-03-11On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1.rillig1-1/+2
2006-03-11Note update of mathomatic.minskim2-3/+3
2006-03-11Update mathomatic to 12.5.11.minskim2-6/+6
Changes: - "matho-primes pal" wasn't working, fixed. - Improved the "Equation not defined" error message for new users. - Worked on matho-primes program. - Automatically determine the variable if none is specified with the extrema command. - Code cleanup. - Helped simplification of complex exponentials. - Parse things like "2 2" as "2*2", instead of giving a syntax error. The default operator is always times.
2006-03-11Added CHECK_FILES_SKIP, DEVOSSSOUND, DLOPEN_REQUIRE_PTHREAD.rillig1-1/+4
2006-03-10Fixed pkglint warnings.rillig5-21/+20
2006-03-10Fixed some pkglint warnings.rillig1-3/+3
2006-03-10Comment-out suse100_linux as it only contains Makefile fragments.kristerw1-2/+2
2006-03-10Fixed pkglint warnings.rillig1-4/+4
2006-03-10Cosmetic change: reorder some lines locally to make it easier for mejlam1-13/+13
to understand.
2006-03-10Expose fewer knobs for a user to tweak by making more variables private.jlam1-57/+53
2006-03-10Fixed pkglint warnings.rillig1-7/+6
2006-03-10Fixed typo in USE_LANGUAGES.rillig1-2/+2
2006-03-10Fixed pkglint warnings.rillig2-7/+7
2006-03-10Added REPLACE_PERL for a Perl program that requires it. Didn't add Perlrillig3-30/+34
as a dependency since that program is only useful when KDE is installed. Chances are high that Perl is then also installed. Bumped PKGREVISION. Fixed pkglint warnings.
2006-03-10Tell the package explicitly where to find file(1) and sh(1).rillig1-5/+5
Removed BROKEN_IN. Fixes PR 33053.
2006-03-10Added entries for updating libprelude, libpreludedb and prelude-lmlshannonjr1-1/+4
2006-03-10Update to 0.9.4shannonjr2-7/+6
Changes: - Remove trailing space from regex we get from plugins.rules (this fix a match problem on log entry that didn't contain any space). - Add --user / --group option to drop privilege. However, make sure it is not allowed to open file that the target user can not read, because it would lead to failure when trying to re-open the logfile after a rotation. - Signal handling improvement. - Fix priority for --quiet option. - Use newer libprelude IDMEF_LIST_APPEND/IDMEF_LIST_PREPEND addition. - Add unhandled arguments warning.
2006-03-10Cleaned up the Makefile.rillig1-6/+1
2006-03-10Note acroread7, firefox-bin, mozilla-bin PKGREVISION bumps.wiz1-1/+4