Commit graph

99825 commits

Author SHA1 Message Date
taca
5357e42139 Modify startup script to honor squid_flags in /etc/rc.conf.
Thanks to Joel CARNAT who reported the problem on tech-pkg.

Bump PKGREVISION.
2006-06-21 12:10:35 +00:00
abs
03482fbfcb Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:58 +00:00
abs
be33eaa147 Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:14 +00:00
rillig
71c4773555 The specification of individual variables is further explained in the
pkglint documentation.
2006-06-21 08:50:40 +00:00
rillig
c8153aab7c The advice to use CFLAGS+= foo instead of CFLAGS= foo does not belong
into the developer's part, and has since been moved to the user's part.
Rewrote the section on "how to pull in variables from mk.conf", since
the word "problem" in the first sentence had bothered me over and over
again. Removed the documentation for adding "fetch" to
INTERACTIVE_STAGE, since we already have FETCH_MESSAGE for that purpose.
Added "extract" to the valid values for INTERACTIVE_STAGE, since there
might be password-protected distfiles. Now that "fetch" is excluded from
INTERACTIVE_STAGE, it is a list of _phases_ (note the misnomer here)
that are required once for every build of a package. "fetch" only needs
to be done once at all, so it is good to have these issues separated.
2006-06-21 08:42:21 +00:00
minskim
03ede9d940 Specify PREFIX explicitly so that the configure script can find the right
directory when PREFIX!=/usr/pkg (it has hardcoded '/usr/pkg').
2006-06-21 00:12:33 +00:00
minskim
fa11545947 Note PKGREVISION bump of emacs and emacs-nox11. 2006-06-20 23:48:03 +00:00
minskim
1ea2da37e3 Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.

Bump PKGREVISION.
2006-06-20 23:47:23 +00:00
joerg
6ed24b1d7d Needs msgfmt. 2006-06-20 23:44:01 +00:00
minskim
c146031600 This package needs zlib to build. 2006-06-20 23:32:36 +00:00
jlam
c3cffde254 Back out previous as the cause of the bulk build error was in msgfmt.sh
not automatically checking for "*.po" suffixed files.  This is fixed
as of revision 1.24 of pkgsrc/mk/tools/msgfmt.sh.
2006-06-20 23:13:18 +00:00
jlam
1fb77f9a70 Executiing "msgfmt ru" should look for "ru" and then "ru.po" for
processing.  Allow for this possiblity by falling through both names
when given input files.  This fixes the builds of sysutils/dfuibe_installer
and sysutils/dfuife_curses noted in the bulk build results:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 23:11:36 +00:00
jlam
aef71c6763 Fix path to the PO file... it ends in ".po". This fixes the error noted
in the bulk build:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:57:12 +00:00
minskim
654322b9f6 Remove conflicting declaration of malloc() and realloc(); include stdlib.h
instead.
2006-06-20 22:53:22 +00:00
joerg
3f9a6b6e45 Disable the tty check again, not sure why I don't hit it. 2006-06-20 22:50:13 +00:00
minskim
157bb27559 USE_TOOLS+=yacc 2006-06-20 22:38:32 +00:00
jlam
1c971f32bc Allow for arbitrary whitespace on the line before seeing any of the
msg* keywords.  This fixes parsing es.po in multimedia/gmencoder noted
in the bulk build results:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:35:25 +00:00
minskim
fbb62e6625 USE_TOOLS+=csh 2006-06-20 22:32:57 +00:00
minskim
5c57cd656e Use /bin/tcsh only when it exists. A minimal installtion of Linux may
not have it.
2006-06-20 22:32:28 +00:00
joerg
c5e9422cc1 Needs pkg-config to find gaim. Stupid configure. 2006-06-20 22:28:01 +00:00
minskim
77868d62b3 USE_TOOLS+=lex 2006-06-20 22:23:27 +00:00
minskim
c3e75b8acf USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
joerg
6dcdc0278f Needs msgfmt. 2006-06-20 22:19:11 +00:00
minskim
6e1ee94c8a USE_TOOLS+=yacc 2006-06-20 22:18:19 +00:00
minskim
9974bdc83c USE_TOOLS+=lex 2006-06-20 22:17:48 +00:00
minskim
d2459d21be USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
minskim
b32931e0c1 USE_TOOLS+=flex 2006-06-20 22:12:25 +00:00
jlam
791f78ef4e * This package uses C++, so add 'c++' to USE_LANGUAGES.
* Honor PKGMANDIR.
* Use LDFLAGS.Linux instead of an explicit test for ${OPSYS} == "Linux".

This fixes the bulk build problem reported in:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:11:52 +00:00
minskim
2ff2fe4057 USE_TOOLS+=lex 2006-06-20 22:10:45 +00:00
minskim
5597d7e2c8 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
jlam
073a884ea7 Build the "all" target to ensure that the catman page is generated on
NetBSD.  Fixes build build problem reported in:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:05:22 +00:00
joerg
d1124a74ac Needs pkg-config. 2006-06-20 21:43:31 +00:00
joerg
e6e63a7f93 Needs msgfmt. 2006-06-20 21:18:22 +00:00
joerg
27f9a95a6d Also call install.man. 2006-06-20 21:17:35 +00:00
joerg
0432860eec Let slony1 depend on the postgresql-server package. 2006-06-20 21:14:53 +00:00
joerg
5fa06cb559 Force a dependency on the PostgreSQL server. Add DragonFly support.
Bump revision.
2006-06-20 21:14:12 +00:00
joerg
5133c5e38c Also run install.man to the man pages. 2006-06-20 20:48:35 +00:00
joerg
5f2e7ad799 Needs msgfmt. 2006-06-20 20:43:08 +00:00
joerg
b8724d8bc8 Add DragonFly support. Replace the static FILE magic with a different
(messy) magic, which doesn't relay on sizeof(FILE), but on two integer
variables having separate addresses and pointer casts not changing
this fact.
2006-06-20 20:41:22 +00:00
joerg
2de16446d4 Add support for PLIST_rpmfix* as the other SuSE packages have. 2006-06-20 20:36:38 +00:00
joerg
3460da4b4f Patch libtool fragment to support DragonFly. 2006-06-20 20:34:57 +00:00
jnemeth
823dcf9fd3 note update of mail/clamav (fix freshclamd rcd script) 2006-06-20 20:27:49 +00:00
jnemeth
912c86129a add rcvar to freshclamd rcd script so that it obeys "freshclamd=NO" in
/etc/rc.conf
2006-06-20 20:24:45 +00:00
joerg
ae6d3fb857 Let py-rpy work with R 2.3.1. 2006-06-20 19:58:28 +00:00
joerg
cf6c1d2300 Catch up with R 2.3.1: different module name, different output of
R --version, different dependency. Bump revision.
2006-06-20 19:54:14 +00:00
joerg
7357e7eee1 Add DragonFly support.
XXX When does *stat64 finally die and everyone just uses The Right Way?
2006-06-20 19:08:13 +00:00
minskim
4cb806e6c0 Note PKGREVISION bump of teTeX-texmf. 2006-06-20 17:50:02 +00:00
joerg
d6a18efe97 Needs msgfmt. 2006-06-20 17:49:56 +00:00
joerg
6bfcdcec14 Let kdelibdocs3 catch up with doxygen-1.4.7. 2006-06-20 17:24:57 +00:00
joerg
72e1b65a77 Follow the changes in Doxygen 1.4.7 and require the new version.
Update the PLIST accordingly and bump the revision.
2006-06-20 16:44:13 +00:00