Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-22 | Updated the "Using pkgsrc" chapter a bit, making it more | rillig | 1 | -36/+75 | |
platform-independent. Explicitly added URLs where to find binary packages for Solaris. | |||||
2006-02-18 | Bootstrapping pkgsrc to build 64-bit binaries on Solaris with SunPro is | rillig | 1 | -7/+65 | |
non-trivial. At least, it's documented now. | |||||
2006-02-18 | After the 2006Q1 branch, SITES_${file} should be replaced with | rillig | 2 | -3/+13 | |
SITES.${file}. | |||||
2006-02-18 | Documented the variable ALLOW_VULNERABLE_PACKAGES to be useful for bulk | rillig | 1 | -1/+10 | |
builds. | |||||
2006-02-18 | Added a new chapter to the developer's guide that explains how to port | rillig | 3 | -3/+87 | |
pkgsrc to new operating systems, how to add support for a compiler, and maybe more. | |||||
2006-02-17 | Documented the new mk/scripts/extract command. | rillig | 1 | -40/+46 | |
2006-02-14 | On Solaris, it may be necessary to redefine WRAPPER_SHELL to work around | rillig | 1 | -2/+3 | |
the buggy /bin/ksh. | |||||
2006-02-14 | Documented the broken /bin/ksh on Solaris (Fixes PR 32826). Compressed some | rillig | 1 | -73/+41 | |
simple itemizations. | |||||
2006-02-12 | Removed trailing white-space. | rillig | 19 | -468/+468 | |
2006-01-27 | Added a description for INSTALLATION_DIRS. Reworded the text of the | rillig | 1 | -11/+41 | |
build.install section. | |||||
2006-01-22 | Added a reference to the file where CHECK_FILES and CHECK_INTERPRETER can | rillig | 1 | -19/+12 | |
be found. Removed CVS_USER, since it doesn't exist anymore. | |||||
2006-01-16 | Added missing </para>. | rillig | 1 | -2/+3 | |
2006-01-14 | Sync with htdocs and add NetBSD.css so that "make install" works. | minskim | 2 | -6/+6 | |
2006-01-13 | Cross reference the "tools phase" section to | reed | 1 | -2/+4 | |
the new tools chapter. I removed the TODO here; maybe some text should still be added for this chapter? | |||||
2006-01-13 | Add a "tools" chapter. Documents the USE_TOOLS. | reed | 4 | -4/+125 | |
2006-01-13 | Add an example for the pkg options variables in /etc/mk.conf | hubertf | 1 | -2/+8 | |
2006-01-12 | s/unstripped/stripped/ | wiz | 1 | -2/+2 | |
2006-01-12 | Documented CHECK_FILES and CHECK_INTERPRETER as being useful for bulk | rillig | 1 | -1/+18 | |
builds. | |||||
2006-01-11 | Added a README file that describes where to get some basic information | rillig | 1 | -0/+7 | |
about DocBook. Without that reference I felt it was hard to write anything useful because I didn't know which annotations to use. | |||||
2006-01-11 | [The ''install'' phase] Documented the various INSTALL_* variables. | rillig | 1 | -10/+47 | |
2006-01-10 | it's autit-package*S* | hubertf | 1 | -2/+2 | |
Noted by Stephen M. Rumble <stephen.rumble@utoronto.ca> in private mail. | |||||
2006-01-07 | Even if you build a package from source, you don't gain any security | rillig | 1 | -3/+10 | |
unless you have completely read and understood the source code of all the tools involved in building the package. | |||||
2006-01-07 | Cleaned up a bit on the wording. | rillig | 1 | -17/+15 | |
2006-01-04 | Back out previous commit - it was not intended to be committed | hubertf | 1 | -3/+3 | |
Tnx @ wiz | |||||
2006-01-03 | Update vpnc to 0.3.3. Changes: | hubertf | 1 | -3/+3 | |
* ignore \r in config files * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown) * added support for "Split-Net" Routing * introduced vpnc-script and removed vpnc-connect * always search for configfiles in /etc/vpnc/ expect if the filename contains at least one "/" * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other configfiles are provided * various other fixes contributed by Anton Altaparmakov, Randy Chou, "krabat", Andre Vanha and Nikolay Sturm | |||||
2006-01-02 | clarify which variables are depracated (USE_FOO) for pkg options | jschauma | 1 | -6/+9 | |
2005-12-29 | Correct section title (copy and paste error). | jlam | 1 | -2/+2 | |
2005-12-29 | Update the pkgsrc guide to reflect the following changes to the pkginstall | jlam | 2 | -16/+50 | |
framework: * USE_PKGINSTALL is no longer needed. * X11 font directories should be listed in FONTS_DIRS.<type> * fonts.mk is no longer needed as the functionality has been completely reimplemented within the pkginstall framework. * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether the fonts databases should be updated or not. This defaults to "yes". | |||||
2005-12-24 | "Microsystems" -> "Sun Microsystems" | kim | 1 | -2/+2 | |
Fixes PR 32366 | |||||
2005-12-14 | Document how to register font map files in packages installing TeX | minskim | 1 | -1/+8 | |
font maps. | |||||
2005-12-06 | Document that ${PKGBASE} cannot be used in defining PKG_OPTIONS_VAR. | dillo | 1 | -2/+4 | |
2005-12-05 | Added a note that using the binary bootstrap kits only works for | rillig | 1 | -2/+4 | |
privileged builds that use LOCALBASE=/usr/pkg. | |||||
2005-12-04 | Reverted the last change after massive protest from agc. | rillig | 1 | -5/+8 | |
2005-12-04 | Added documentation for the make(1) variables that are most likely to be | rillig | 1 | -1/+24 | |
overridden in a user's mk.conf file. | |||||
2005-12-02 | Don't encourage users to abuse the patch framework for installing | rillig | 1 | -8/+5 | |
pkgsrc-specific files into ${WRKSRC}. I've lately seen too many patches against /dev/null that contain RCS Ids. | |||||
2005-11-29 | Reordered the configuration files for bulk builds. Since the | rillig | 1 | -16/+20 | |
build.conf file contains a setting for choosing another mk.conf file, it should come first. Updated the wording of the text. | |||||
2005-11-28 | Change all instances of including mk/ghostscript.mk into asking for | jlam | 1 | -3/+6 | |
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework. | |||||
2005-11-24 | Somehow, all the __i386__ were missing an additional underscore. Fixed it. | rillig | 1 | -4/+4 | |
2005-11-24 | Fixed the wording in the "CPP defines" section. Added more examples of | rillig | 1 | -10/+24 | |
predefined CPP macros for some platforms. | |||||
2005-11-21 | Inserted punctuation into the list of predefined CPP macros to make it | rillig | 1 | -6/+6 | |
more readable. | |||||
2005-11-21 | Added more documentation on the predefined C preprocessor macros. | rillig | 1 | -9/+37 | |
2005-11-20 | Updated the example use of pkglint. | rillig | 1 | -3/+3 | |
2005-11-20 | Added a section on how to keep pkgsrc up-to-date. | rillig | 1 | -2/+19 | |
2005-11-18 | Remove --pkgsrcdir option. Now bootstrap uses `pwd`. | yyamano | 1 | -2/+2 | |
Applied patch provided by Antoine Reilles. Fix PR 31398. | |||||
2005-11-17 | Grammar fix. | wiz | 1 | -2/+2 | |
2005-11-16 | Mention the new ALLOW_VULNERABILITIES and SKIP_AUDIT_PACKAGES variables. | erh | 2 | -3/+23 | |
2005-11-13 | Use up-to-date htdocs so that DocBook DTD is found when | minskim | 2 | -6/+6 | |
docbook-xml>=4.4 is installed. | |||||
2005-11-13 | Add a section on how to use print/teTeX/module.mk. Thanks to hubertf@ | minskim | 1 | -1/+34 | |
and tonio@ for review. | |||||
2005-11-08 | Globally replaced X-Windows with X11. See the X(7) man page for details. | rillig | 1 | -5/+5 | |
2005-11-08 | Add "para" tags for a "note" paragraph. This fixed a problem | reed | 1 | -3/+3 | |
where a "varname" was immediately followed (without a space) the next word. |