Commit graph

94435 commits

Author SHA1 Message Date
reed
b3e673d6fc Use PKGMANDIR instead of "man". 2006-03-11 04:30:14 +00:00
reed
887f068344 Explain why this exists and mention other package with it. 2006-03-11 04:29:25 +00:00
reed
b23aff88ca Use PKGMANDIR instead of "man". 2006-03-11 04:20:36 +00:00
reed
24cd400625 This is to fix PR 30267. (I have noticed same problem.)
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-11 04:08:47 +00:00
reed
57f2744103 BUILD_DEPENDS on gettext-tools not gettext for BUILD_USES_MSGFMT. 2006-03-11 04:01:27 +00:00
reed
2f1c5781f8 Rewrite DESCR. In particular, do not say "in the
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-11 03:58:57 +00:00
rillig
3a4a08b683 Fixed the PLIST generation for NetBSD. 2006-03-11 03:44:20 +00:00
reed
5501a051e5 In COMMENT, change "kde3" to simply "KDE". 2006-03-11 03:29:20 +00:00
rillig
355a1e8747 The i18n file is not installed on NetBSD, so removed it from the PLIST.
Bumped PKGREVISION.
2006-03-11 03:26:05 +00:00
reed
0d8d006733 Add a sentence about what this package provides. 2006-03-11 03:26:04 +00:00
reed
cafed071e6 Also mention latex2png and its possibly (not automatically installed)
dependencies.
2006-03-11 03:21:23 +00:00
reed
a5500bc994 Install the readme.html file.
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-11 03:19:02 +00:00
reed
759733cb9e Update the download site. 2006-03-11 03:15:07 +00:00
reed
c34a8897b6 Use the configure provided @mandir@. 2006-03-11 03:14:43 +00:00
reed
8477a9148d Remove phrase:
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-11 03:07:54 +00:00
rillig
c92463dc4d Updated rudiments to 0.29. 2006-03-11 02:42:42 +00:00
rillig
42f0f833e4 Updated rudiments to 0.29.
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-11 02:41:51 +00:00
rillig
9ab15b54f9 The configure script insists on a Python interpreter even if it doesn't
need one. Overriding the PYTHON environment variable helps. This allows
the package to build on NetBSD 3.0.
2006-03-11 01:53:39 +00:00
rillig
99341fbef0 On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1. 2006-03-11 01:35:21 +00:00
minskim
7429e2884e Note update of mathomatic. 2006-03-11 00:16:15 +00:00
minskim
accf0ab840 Update mathomatic to 12.5.11.
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-11 00:14:51 +00:00
rillig
d2e0cfbc92 Added CHECK_FILES_SKIP, DEVOSSSOUND, DLOPEN_REQUIRE_PTHREAD. 2006-03-11 00:01:28 +00:00
rillig
bbb049a2af Fixed pkglint warnings. 2006-03-10 23:53:49 +00:00
rillig
f5e5f0f55c Fixed some pkglint warnings. 2006-03-10 23:45:14 +00:00
kristerw
6a3af0d037 Comment-out suse100_linux as it only contains Makefile fragments. 2006-03-10 23:42:21 +00:00
rillig
c4d2c1bb47 Fixed pkglint warnings. 2006-03-10 23:39:24 +00:00
jlam
5ce2fd1e99 Cosmetic change: reorder some lines locally to make it easier for me
to understand.
2006-03-10 23:36:08 +00:00
jlam
509cd276cf Expose fewer knobs for a user to tweak by making more variables private. 2006-03-10 23:33:57 +00:00
rillig
1407e8ccdc Fixed pkglint warnings. 2006-03-10 23:26:31 +00:00
rillig
9cce257bd9 Fixed typo in USE_LANGUAGES. 2006-03-10 23:24:36 +00:00
rillig
c79e4ef71d Fixed pkglint warnings. 2006-03-10 23:21:53 +00:00
rillig
df9dd4cf66 Added REPLACE_PERL for a Perl program that requires it. Didn't add Perl
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-10 23:04:46 +00:00
rillig
2b58d9bd84 Tell the package explicitly where to find file(1) and sh(1).
Removed BROKEN_IN.
Fixes PR 33053.
2006-03-10 23:01:17 +00:00
shannonjr
d19e0859d3 Added entries for updating libprelude, libpreludedb and prelude-lml 2006-03-10 22:52:30 +00:00
shannonjr
c6afb079db Update to 0.9.4
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-10 22:49:37 +00:00
rillig
110335debb Cleaned up the Makefile. 2006-03-10 22:47:35 +00:00
wiz
502036cd99 Note acroread7, firefox-bin, mozilla-bin PKGREVISION bumps. 2006-03-10 22:46:18 +00:00
wiz
d2331cf6b5 Accept suse100* packages too. Bump PKGREVISION. 2006-03-10 22:44:52 +00:00
shannonjr
afae5e320b Update to 0.9.6
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-10 22:44:50 +00:00
rillig
67fac2c26d Fixed typo (MAKE_PARAMS -> MAKE_FLAGS). This makes the package work for
LOCALBASE != /usr/pkg.
2006-03-10 22:41:25 +00:00
jlam
bb4f311e85 Use pkginstall to generate the INSTALL script instead. 2006-03-10 22:38:30 +00:00
jlam
94bbce9371 Correct the path to the bsd.prefs.mk file and move it to the proper
location in a buildlink3.mk file.
2006-03-10 22:33:24 +00:00
rillig
d264066093 Fixed pkglint warnings. 2006-03-10 22:32:21 +00:00
jlam
3901c6559d Don't create a do-nothing DEINSTALL script 2006-03-10 22:30:29 +00:00
rillig
2099d2013d Don't check the quoting in backticks. This is a misdesign of pkglint. 2006-03-10 22:30:25 +00:00
jlam
708c88e007 Don't create a do-nothing DEINSTALL script 2006-03-10 22:29:44 +00:00
jlam
2bc0bebd1c Don't create a do-nothing DEINSTALL script. 2006-03-10 22:29:08 +00:00
jlam
6f31a709ac Don't define DEINSTALL_FILE or INSTALL_FILE if the corresponding *_SRC
variables are empty.
2006-03-10 22:23:02 +00:00
shannonjr
a157089097 Update to 0.9.7.
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 22:19:29 +00:00
wiz
5f70dba0dc + glibmm-2.10.0, libprelude-0.9.7, lighttpd-1.4.11,
lyx-1.4.0, mathomatic-12.5.11, p0f-2.0.6, xorp-1.2.
2006-03-10 22:17:34 +00:00