Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | 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. | |||||
2005-11-08 | Add some docs about PKGMANDIR. | reed | 1 | -1/+46 | |
2005-11-04 | Note that the distfiles are extracted to WRKDIR. | rillig | 1 | -5/+5 | |
2005-11-04 | Don't quote PKG_OPTIONS_VAR example in the description. | salo | 1 | -2/+2 | |
The value _must not_ be in quotes so don't confuse users. (hit by martin@) | |||||
2005-11-03 | Added the default value of CONFIGURE_DIRS. Rewrote the ``build'' phase | rillig | 1 | -18/+35 | |
description to have the same structure as the ``configure'' phase description. | |||||
2005-11-03 | Documented the use of CONFIGURE_DIRS, as pkglint has got a new error | rillig | 1 | -27/+30 | |
diagnostic that need this explanation. | |||||
2005-11-03 | Reformatted and improved the explanation of the directories. | rillig | 1 | -15/+25 | |
2005-11-03 | Add __INTERIX. | tv | 1 | -1/+2 | |
2005-11-03 | Add note about Interop X Server. | tv | 1 | -2/+4 | |
2005-11-03 | Added explanations for some of the directories used in the build | rillig | 1 | -1/+33 | |
process. More will follow. | |||||
2005-11-03 | Wrote an introduction and converted the itemize list of main targets | rillig | 1 | -55/+82 | |
into sections. These sections are still very incomplete. | |||||
2005-11-03 | Added __DragonFly__. | rillig | 1 | -1/+2 | |
2005-11-03 | Rewrote the section about CPP defines, as NetBSD is not the only target | rillig | 1 | -24/+58 | |
platform of pkgsrc. It now lists some commonly known predefined macros for operating systems, CPUs and compilers. | |||||
2005-11-02 | Fix uses of <emphasis> in the Interix section. | tv | 1 | -6/+6 | |
2005-11-01 | Change the grammar of the esound paragraph slightly so it's easier to read. | tv | 1 | -4/+4 | |
2005-11-01 | Add "Limitations of the Interix platform" subsection. | tv | 1 | -4/+61 | |
2005-11-01 | Fix typo and move the "known issues" section for Interix into the Guide. | tv | 1 | -2/+22 | |
2005-11-01 | Add note about Interix hotfixes. | tv | 1 | -2/+11 | |
2005-10-23 | Reindented all <programlisting>s. | rillig | 16 | -487/+649 | |
2005-10-23 | Expand section on CPP defines, thanks to salo. | hubertf | 1 | -1/+13 | |
XXX can anyone rebuild this stuff, and commit to htdocs? | |||||
2005-10-17 | reorg, cosmetic only - sort, add comments | hubertf | 1 | -8/+13 | |
2005-10-17 | make the introduction heading symmetric with the NetBSD guide | hubertf | 1 | -2/+2 | |
2005-10-07 | Rewrote the sections explaining the distinfo file and the WRKSRC | rillig | 1 | -64/+61 | |
variable. They had been out-of-date and lacked complete sentences. | |||||
2005-10-07 | WRKSRC is not a subdirectory of WRKDIR. | rillig | 1 | -10/+7 | |
2005-10-07 | The MAINTAINER variable is now described in complete sentences. | rillig | 1 | -13/+10 | |
2005-10-07 | Removed the -3 option from the example call to createbuildlink. | rillig | 1 | -2/+2 | |
2005-10-05 | - add 2005 to copyright years | dillo | 2 | -11/+32 | |
- improve documentation of option names and description Reviewed by wiz. |