summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-03-10Accept suse100* packages too. Bump PKGREVISION.wiz4-11/+11
2006-03-10Update to 0.9.6shannonjr3-9/+8
Changes: - Fix PostgreSQL plugin compilation problem. - Update database schema: enforce that AdditionalData data field is not NULL. - Improve Swig basic type mapping situation regarding to the target architecture. - Fix query time calculation.
2006-03-10Fixed typo (MAKE_PARAMS -> MAKE_FLAGS). This makes the package work forrillig1-4/+4
LOCALBASE != /usr/pkg.
2006-03-10Use pkginstall to generate the INSTALL script instead.jlam1-18/+7
2006-03-10Correct the path to the bsd.prefs.mk file and move it to the properjlam1-2/+3
location in a buildlink3.mk file.
2006-03-10Fixed pkglint warnings.rillig2-15/+20
2006-03-10Don't create a do-nothing DEINSTALL scriptjlam1-1/+2
2006-03-10Don't check the quoting in backticks. This is a misdesign of pkglint.rillig1-1/+5
2006-03-10Don't create a do-nothing DEINSTALL scriptjlam1-1/+2
2006-03-10Don't create a do-nothing DEINSTALL script.jlam1-1/+2
2006-03-10Don't define DEINSTALL_FILE or INSTALL_FILE if the corresponding *_SRCjlam1-1/+5
variables are empty.
2006-03-10Update to 0.9.7.shannonjr4-12/+9
Changes: - Fix an issue with system using both IP v4 and v6 interfaces which doesn't allow binding both 0.0.0.0 and :: . - Add autoconf detection for libgcrypt: this fix a build issue for distribution shipping with broken libgnutls-config script. - Generate Perl and Python bindings for the prelude-timer API. - Fix for upcoming plugin that doesn't provide an activation option. - Various bug fixes.
2006-03-10+ glibmm-2.10.0, libprelude-0.9.7, lighttpd-1.4.11,wiz1-2/+8
lyx-1.4.0, mathomatic-12.5.11, p0f-2.0.6, xorp-1.2.
2006-03-10Fix dependency path (91 -> 100)wiz1-2/+2