Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 8 | -27/+12 | |
it. It had only been used to change the "nerrors" variable in bulk builds, but this variable is not used further anyway. | |||||
2007-12-01 | If a package defines FETCH_MESSAGE, show that instead of the generic | rillig | 1 | -2/+2 | |
instructions. | |||||
2007-11-30 | Since the "build" target is run inside the pkgsrc barrier, "build-env" | rillig | 2 | -3/+7 | |
gets the same treatment. | |||||
2007-11-30 | Solaris SunPro Compiler 11/12 fails on Solaris 8/9 with -xc99. The header ↵ | rhaen | 1 | -1/+9 | |
files supplied by the OS are not c99 aware, the manpage suggests the setting: -xc99=all,no_lib for Solaris 8/9. See PR 37200 | |||||
2007-11-30 | The interpreter check for packages which are their own interpreter, | bjs | 1 | -2/+6 | |
e.g. lang/perl5, was failing. Adding a check for ${DESTDIR}"$$interp" fixes this. | |||||
2007-11-30 | Documented USE_IMAKE. | rillig | 1 | -1/+9 | |
2007-11-29 | Add comment noting that support for OLDNAME in Removed case is needed. | gdt | 1 | -1/+2 | |
2007-11-29 | More examples of "Undefined Symbol" from Solaris 10. | rillig | 1 | -6/+79 | |
2007-11-29 | Added more keywords. | rillig | 1 | -3/+5 | |
2007-11-28 | Print a warning for every file that has /bin/sh as interpreter, but only | rillig | 1 | -1/+6 | |
on Solaris. | |||||
2007-11-28 | Do not load the $cache file for every argument. Instead, load it once | rillig | 2 | -5/+8 | |
and then call it as a shell function. Note that the shell function is not called "cache", since some shells have problems when a function has the same name as a variable. This speeds up the wrapper by as little as 75 percent for the final link command of editors/abiword on SunOS-5.10-sparc (before: 20 seconds, after: 5 seconds). | |||||
2007-11-28 | Oops, don't overflow the terminal. | rillig | 1 | -2/+2 | |
2007-11-28 | sunpro doesn't need -lstdc++. | rillig | 1 | -1/+4 | |
2007-11-28 | Using a single awk process instead of a pipe of four grep processes | rillig | 1 | -4/+6 | |
should be both faster and easier to read. | |||||
2007-11-28 | Added keywords for "bmake help". | rillig | 1 | -1/+2 | |
2007-11-28 | Modern versions of Solaris include "/bin/bash". | tron | 1 | -1/+4 | |
2007-11-27 | Made the code a bit more readable by elimination common subexpressions. | rillig | 1 | -7/+10 | |
2007-11-26 | Bump PKGREVISION to 4. | seb | 1 | -1/+23 | |
As proposed on pkgsrc-users@... - Introduce NAGIOSDIR, defaults to VARBASE/spool/nagios, for log and status files. - Drop unused(?) 'nagadmin' user and group. - Sync user and group handling with Nagios install documentation/recommendations. Introduce the Nagios "external command" group, NAGIOSCMD_GROUP, defaults to APACHE_GROUP. The Nagios user should be manually added after package installation to the NAGIOSCMD_GROUP group. Add this recommandation to the MESSAGE file. Make the "external command directory", NAGIOSDIR/rw, owned by NAGIOS_USER:NAGIOSCMD_GROUP. - Use /var/run/nagios.lock as pidfile. - Only install existing example configuration files. - Put default values of NAGIOSDIR, NAGIOS_USER, NAGIOS_GROUP and NAGIOSCMD_GROUP in mk/defaults/mk.conf and allow MAKECONF to override them. - Miscellaneous clean up and sync with the changes mentionned above. - When deleting the package allow removal of directories shared with other Nagios packages to fail. | |||||
2007-11-26 | Define "TOOLS_PLATFORM.flex" to "/usr/bin/flex" not "/usr/bin/lex". | tron | 1 | -2/+2 | |
The later is shell script which tries to execute "<current-dir>/flex" under Mac OS X Leopard. This resulted in an endless loop caused by the buildlink wrappers. This is backward compatible with at least Mac OS X Tiger where "/usr/bin/lex" and "/usr/bin/flex" are identical. | |||||
2007-11-24 | +snmp | adrianp | 1 | -0/+2 | |
+libwww-aliases | |||||
2007-11-23 | added bdb - Berkeley DB option. | obache | 1 | -0/+1 | |
2007-11-23 | The last change didn't receive enough testing. Now it is ok to have | rillig | 1 | -16/+12 | |
/dev/null as an example file, and the proper file names are checked. | |||||
2007-11-23 | After a package is installed, make sure that the example files for | rillig | 1 | -1/+36 | |
CONF_FILES and similar exist, since the pkginstall framework skips them silently, which is not a good idea. For example I just installed dovecot, and there was neither a configuration file installed nor a message that a configuration file exists at all. | |||||
2007-11-23 | Add aria2-metalink option. | bjs | 1 | -0/+1 | |
2007-11-23 | + asprintf | rillig | 1 | -1/+6 | |
2007-11-22 | Don't try to use "/usr/bin/perl" as a tool under Darwin. | tron | 1 | -2/+1 | |
This breaks packages (e.g. "gimp") which need Perl with a certain module that is only provided by "pkgsrc" as a build tool. | |||||
2007-11-22 | Use SIGUSR1 instead of SIGINT, since the latter may occur indepenently | rillig | 1 | -2/+2 | |
and should be handled like everywhere else. | |||||
2007-11-22 | Exit if reduce-depends produces an error. | rillig | 1 | -2/+4 | |
2007-11-22 | Replaced the usage message with a standard one. | rillig | 1 | -9/+7 | |
"This is a" was redundant and has been removed. | |||||
2007-11-22 | A little sanity checking prevents that a file called "=2.5" is created | rillig | 1 | -1/+5 | |
in www/zope25-PropertyFolder because of the dependency pattern "zope>=2.5<2.7". | |||||
2007-11-20 | Added gethostbyname and socket. | rillig | 1 | -1/+9 | |
2007-11-20 | libnbcompat doesn't seem to be designed for easy use. One has to include | rillig | 1 | -1/+2 | |
<nbcompat/config.h> manually. | |||||
2007-11-20 | Prevent other developers from doing the same mistake as I did, when I | rillig | 1 | -0/+12 | |
wanted to clean up the code in this directory. | |||||
2007-11-20 | Added the feature "asprintf", since Solaris 10 doesn't provide it. The | rillig | 3 | -17/+17 | |
missing feature is defined in the platform-specific file, which is more elegant than adding even more of those ".if ${OPSYS} == ..." conditions. | |||||
2007-11-20 | Added an empty default definition for USE_FEATURES, which makes the | rillig | 2 | -12/+13 | |
remaining code shorter. | |||||
2007-11-20 | Added help about the BROKEN_GETTEXT_DETECTION variable. | rillig | 1 | -0/+10 | |
2007-11-19 | Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in a | rillig | 1 | -2/+3 | |
class. | |||||
2007-11-19 | Don't warn that the "check", "info" or "list' target will be removed. | tron | 1 | -10/+10 | |
They are still in use and not really hard to maintain. | |||||
2007-11-19 | Generalize the condition for defining PERL5, so that PERL5 is never | minskim | 1 | -2/+2 | |
overridden if it is defined by individual packages. | |||||
2007-11-19 | Sunpro doesn't need -rdynamic, since the linker is sensible by default. | rillig | 1 | -1/+2 | |
This change also works around shells/scsh's broken check for -rdynamic. | |||||
2007-11-19 | Do not define PERL5 as a tool when building devel/perl5, which defines | minskim | 1 | -1/+3 | |
its own PERL5 in Makefile. | |||||
2007-11-18 | add a few more options | hubertf | 1 | -0/+4 | |
2007-11-18 | Darwin 9.* can use Java too | adrianp | 1 | -3/+3 | |
2007-11-17 | Added a missing line continuation to prevent output of a shell command. | rillig | 1 | -2/+2 | |
2007-11-16 | Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It | rillig | 1 | -2/+2 | |
had been correct before, and I trusted the pkglint warning too much. Now it is correct again, and the pkglint warning is fixed. | |||||
2007-11-16 | Use native perl as a tool on Darwin. | minskim | 1 | -1/+2 | |
2007-11-16 | Move backslash from last commit to second '$'; the test for a builtin | bjs | 1 | -2/+2 | |
db1 was failing (on NetBSD-current 4.99.36) using rev. 1.19. If this causes any issues, please do let me know; I committed this because I didn't want this to be broken--and it definitely seems less broken, i.e. it works, now than it was. | |||||
2007-11-15 | Fixed some pkglint warnings. At any other position in a shell word, the | rillig | 1 | -3/+3 | |
$$ would have to be escaped, so why should be leave it out just because it is at the end of the word? | |||||
2007-11-15 | Fixed pkglint warnings. | rillig | 1 | -11/+11 | |
2007-11-15 | When cleaning up the working directories in WRKOBJDIR, also try to | rillig | 1 | -1/+2 | |
remove the category directory, to not leave unnecessary empty directories around. |