summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10Let the user override gmake_command.rillig2-1/+22
2007-10-10Add USE_TOOLS+= lex yacc.reed1-1/+2
This is for PR #37095 noticed on Linux.
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-10-10+ bbdb-2.35obache1-1/+2
2007-10-10Don't include "mail/libspf-alt/buildlink3.mk" unconditionally. It istron1-2/+1
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
2007-10-10Rewrote the comments on REQD_FILES to be accessible via "bmake help".rillig1-11/+22
2007-10-10Fixed "extra qualification" errors.rillig4-12/+31
2007-10-10pax->${PAX} and use htdocs-share-20071010. The guide builds on solaris nowdmcmahill2-7/+7
and the htdocs-share target works there too.
2007-10-10Fixed implicit declaration of exit().rillig2-1/+13
2007-10-10Fixed "extra qualification" errors.rillig3-1/+29
2007-10-10Fixed mremap on NetBSD.rillig6-3/+51
2007-10-10Needs flex; fixes PR 33028.rillig1-1/+2
2007-10-10Listing the directories explicitly is error-prone.rillig1-2/+2
2007-10-10Fixed build.rillig2-2/+4
2007-10-10Fixed "extra qualification" error message from g++4.rillig2-1/+33
2007-10-10Since all the licq packages use the same distfile and need the samerillig8-23/+32
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-10-10Fixed building problems on NetBSD, caused by the implementation ofrillig2-1/+17
mremap, which is incompatible to Linux.
2007-10-10When installing the bootstrap kit from a directory, correctly handle therillig1-2/+3
case when ${prefix} already exists.
2007-10-10Needs pre-created directories.rillig1-1/+2
2007-10-10Work around some issues that older makes (like in netbsd-2) have withdmcmahill1-1/+8
being called recursively with MAKECONF=/dev/null. Now the guide can be built on netbsd-2
2007-10-10add missing mktexlsr so that this package actually works after beingdmcmahill2-2/+9
installed.
2007-10-10Added _VARGROUPS.rillig1-1/+6
2007-10-10+snort-2.8.0taca1-2/+2
-sudo-1.6.9p5
2007-10-10Note update of security/sudo package to 1.6.9p6.taca1-1/+2
2007-10-10Update sudo package to 1.6.9p6.taca2-6/+6
Major changes since Sudo 1.6.9p5: o Worked around bugs in the session support of some PAM implementations. The full tty path is now passed to PAM as well. o Sudo now only prints the password prompt if the process is in the foreground. o inttypes.h is now included when appropriate if it is present. o Simplified alias allocation in the parser.
2007-10-09Added missing copyright notices for Simon 'corecode' Schubert.heinz4-60/+87
This should fix PR pkg/34017.
2007-10-09AIX has nothing to do with NetBSD-1.5.rillig1-7/+1
2007-10-09Added _VARGROUPS.rillig1-1/+6
2007-10-09Add options.mk for explicitly disabling inet6adrianp2-1/+15
Patch from Yakovetsky Vladimir in PR# 37088
2007-10-09Updated wm/fluxbox to 1.0.0 (ok by agc)xtraeme1-1/+2
2007-10-09Update to 1.0.0 (ok by agc)xtraeme4-24/+139
News in 1.0.0: * New default style: bloe * New styles: ostrich zimek_darkblue, zimek_green, zimek_bisque, carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe * Fixed shape handling, now shaped corners have border. * Allow negative numbers in command "Workspace" * Added utility fluxbox-remote * Allows script access to most fluxbox commands; Support must be turned on in the init file with session.screen.allowRemoteActions; the syntax is, e.g., fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" * Added keycommands :AddWorkspace and :RemoveLastWorkspace * Added some missing Open Office entries and window managers, plus some other minor changes in fluxbox-generate_menu * Updated languages: sv_SE, zh_CN, de_*, es_ES, es_AR, en_US, en_GB, pt_* fi_FI, fr_FR, ru_RU And a lot of bugfixes, please review the Changelog file for more info.
2007-10-09Fix for PR#36447.adam4-53/+52
2007-10-09Make this building on Mac OS X - rename wait() to madplay_wait()hubertf3-3/+26
Bump version to madplay-0.15.2bnb3 OK'd by agc@
2007-10-09Remove trailing spaces.martti63-137/+137
2007-10-09Fixed CVS Id and trailing empty lines.rillig1-3/+1
2007-10-09Provided some reason for having PKGMANDIR and PKGINFODIR. And, by therillig1-3/+9
way, MANINSTALL isn't user-settable.
2007-10-09Fixed gcc4 error messages.rillig2-1/+51
2007-10-09Users are not expected to read this code.rillig1-2/+2
2007-10-09Needs pre-created directories.rillig1-4/+3
2007-10-09Fixed unprivileged pbulk.rillig1-1/+4
2007-10-09Fixed lvalue cast.rillig2-1/+17
2007-10-09Fixed installation by splitting the code into the correct phases.rillig1-14/+7
2007-10-09typorillig1-2/+2
2007-10-09Fixed the build errors with gcc4.rillig7-11/+197
2007-10-09Fix "test ==". Pointed out by tnn@.hira2-1/+15
2007-10-09Correct SITE.* macro for the squirrelmail-lite's patch file.taca1-2/+2
2007-10-09Fixed a typo in the bootstrap program. Now it is possible to specify anrillig1-2/+2
alternative fetch_cmd. Patch provided by Pierre Bourgin in PR 37081.
2007-10-08Fix for PR#37066adam3-21/+34
2007-10-08 - Add missing languages to OO_SUPPORTED_LANGUAGES.hira1-8/+10
- Correct reference of the language list in comment.
2007-10-08Require a recent zlib to fix the build on NetBSD 3.x (whose zlib is too old).ghen1-1/+4
Ok with tron (maintainer).