jlam
e6e49a2f0f
Change all instances of including mk/ghostscript.mk into asking for
...
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-28 06:41:20 +00:00
rillig
500b58c211
Somehow, all the __i386__ were missing an additional underscore. Fixed it.
2005-11-24 10:53:44 +00:00
rillig
2330f610f9
Fixed the wording in the "CPP defines" section. Added more examples of
...
predefined CPP macros for some platforms.
2005-11-24 10:03:37 +00:00
rillig
750c275eb7
Inserted punctuation into the list of predefined CPP macros to make it
...
more readable.
2005-11-21 09:33:39 +00:00
rillig
d5650e7dc3
Added more documentation on the predefined C preprocessor macros.
2005-11-21 09:27:04 +00:00
rillig
2a72606c23
Updated the example use of pkglint.
2005-11-20 17:14:26 +00:00
rillig
fa35d64150
Added a section on how to keep pkgsrc up-to-date.
2005-11-20 10:02:31 +00:00
yyamano
24392a32bc
Remove --pkgsrcdir option. Now bootstrap uses pwd
.
...
Applied patch provided by Antoine Reilles. Fix PR 31398.
2005-11-18 14:44:45 +00:00
wiz
3317893a77
Grammar fix.
2005-11-17 17:48:49 +00:00
erh
fedba22fbe
Mention the new ALLOW_VULNERABILITIES and SKIP_AUDIT_PACKAGES variables.
2005-11-16 22:07:04 +00:00
minskim
f694539868
Use up-to-date htdocs so that DocBook DTD is found when
...
docbook-xml>=4.4 is installed.
2005-11-13 09:24:32 +00:00
minskim
ed7f97e875
Add a section on how to use print/teTeX/module.mk. Thanks to hubertf@
...
and tonio@ for review.
2005-11-13 03:27:20 +00:00
rillig
71a76c136c
Globally replaced X-Windows with X11. See the X(7) man page for details.
2005-11-08 22:19:34 +00:00
reed
179967620f
Add "para" tags for a "note" paragraph. This fixed a problem
...
where a "varname" was immediately followed (without a space)
the next word.
2005-11-08 16:39:47 +00:00
reed
84257a3ced
Add some docs about PKGMANDIR.
2005-11-08 03:45:37 +00:00
rillig
f9f3c44fe8
Added a rationale for the last commit, which had been unintended, but
...
nevertheless useful.
2005-11-04 14:00:21 +00:00
rillig
84dc0f88aa
Updated pkglint to 4.36.
...
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
2005-11-04 13:57:35 +00:00
rillig
98b45c1de4
Note that the distfiles are extracted to WRKDIR.
2005-11-04 11:55:31 +00:00
salo
5fa4326859
Don't quote PKG_OPTIONS_VAR example in the description.
...
The value _must not_ be in quotes so don't confuse users. (hit by martin@)
2005-11-04 09:49:37 +00:00
rillig
2dcf0e8faf
Added the default value of CONFIGURE_DIRS. Rewrote the ``build'' phase
...
description to have the same structure as the ``configure'' phase
description.
2005-11-03 19:29:54 +00:00
rillig
e8414cff1a
Documented the use of CONFIGURE_DIRS, as pkglint has got a new error
...
diagnostic that need this explanation.
2005-11-03 19:06:50 +00:00
rillig
58f5fad9aa
Reformatted and improved the explanation of the directories.
2005-11-03 18:15:47 +00:00
tv
ea6e29af10
Add __INTERIX.
2005-11-03 17:31:57 +00:00
tv
4176a7b269
Add note about Interop X Server.
2005-11-03 17:30:50 +00:00
rillig
69b1807a43
Added explanations for some of the directories used in the build
...
process. More will follow.
2005-11-03 17:06:13 +00:00
rillig
e03b82d052
Wrote an introduction and converted the itemize list of main targets
...
into sections. These sections are still very incomplete.
2005-11-03 16:43:59 +00:00
rillig
9a8229ab10
Added __DragonFly__.
2005-11-03 16:04:55 +00:00
rillig
9ca9843a66
Rewrote the section about CPP defines, as NetBSD is not the only target
...
platform of pkgsrc. It now lists some commonly known predefined macros
for operating systems, CPUs and compilers.
2005-11-03 02:51:45 +00:00
tv
3642f3e861
Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtime
...
dependencies on the tools used to build doc/guide. doc/guide still uses
BUILD_DEPENDS on the tools (so that it's still possible to build for
certain output types with minimal dependencies); it does not depend on
the meta-pkg.
2005-11-03 01:57:15 +00:00
tv
7b725c1e83
Fix uses of <emphasis> in the Interix section.
2005-11-02 21:52:15 +00:00
tv
bfc8114ac4
Change the grammar of the esound paragraph slightly so it's easier to read.
2005-11-01 17:19:09 +00:00
tv
90adf6235f
Add "Limitations of the Interix platform" subsection.
2005-11-01 17:14:04 +00:00
tv
a769092bbb
Fix typo and move the "known issues" section for Interix into the Guide.
2005-11-01 14:27:10 +00:00
tv
03b160018b
Add note about Interix hotfixes.
2005-11-01 14:16:24 +00:00
rillig
ad74bfb9df
Reindented all <programlisting>s.
2005-10-23 11:25:58 +00:00
hubertf
b0f53277e3
Expand section on CPP defines, thanks to salo.
...
XXX can anyone rebuild this stuff, and commit to htdocs?
2005-10-23 00:41:54 +00:00
hubertf
f2abab7519
reorg, cosmetic only - sort, add comments
2005-10-17 06:19:31 +00:00
hubertf
c2c4c491d1
make the introduction heading symmetric with the NetBSD guide
2005-10-17 06:07:38 +00:00
rillig
e351747080
Rewrote the sections explaining the distinfo file and the WRKSRC
...
variable. They had been out-of-date and lacked complete sentences.
2005-10-07 18:30:17 +00:00
rillig
bddf153e97
WRKSRC is not a subdirectory of WRKDIR.
2005-10-07 15:49:01 +00:00
rillig
833cbcec9d
The MAINTAINER variable is now described in complete sentences.
2005-10-07 15:45:24 +00:00
rillig
eccc360954
Added ../../../htdocs as a secondary default value for HTDOCSDIR.
2005-10-07 12:14:26 +00:00
rillig
e4c254dd18
Removed the -3 option from the example call to createbuildlink.
2005-10-07 09:56:12 +00:00
dillo
af27c79141
- add 2005 to copyright years
...
- improve documentation of option names and description
Reviewed by wiz.
2005-10-05 13:59:56 +00:00
rillig
5946936ffc
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
...
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
3d6172efa4
Fixed typo.
2005-09-28 13:02:44 +00:00
reed
c27b2ad802
Plural versions.
2005-09-20 06:25:11 +00:00
reed
a889f46cf1
Add note about using bmake when using bootstapped system.
2005-09-15 00:04:59 +00:00
reed
087f1de0ac
Add note about using bmake instead of make (for bootstrap users).
2005-09-14 17:04:17 +00:00
reed
cf31a5c72a
Mention USE_TOOLS also may express a dependency.
...
Todo: USE_TOOLS should be documented, such as :pkgsrc, :run, :build
(I started working on a files/tools.xml.)
2005-09-14 16:46:13 +00:00