agc
fd7b118f38
Some packages use bsd-style .mk files when building, and so any manual
...
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tron
23e0063766
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
...
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
2d178604c1
Correct the wrong information about ldconfig in PLIST files.
1999-02-24 10:40:58 +00:00
tv
7d4ae5f0e4
Document ${MASTER_SITE_BLAH:=/subdir/name/}.
1999-02-19 01:44:41 +00:00
frueauf
4a3b8b4f77
Remove full path for install-info from examples, we no longer enforce that.
1999-02-18 12:36:16 +00:00
frueauf
451334fdb0
- mention pkgsrc/mk/mk.conf.example at some points I found reasonable
...
- description of all available options and variables is in packages(7)
- add note that part of the import/update process for a package is also noting it in doc/pkg-CHANGES
- add some warning comment in the "CPP defines" section - current no longer defines "unix" or "__unix__", so the proposed method is no longer reasonable. Someone who knows how to solve this cleanly should redo this section.
1999-02-10 14:55:00 +00:00
agc
910f875100
Change all occurrences of USE_X11 to USE_X11BASE.
1999-01-30 23:21:26 +00:00
abs
2c041d3e98
pkglint is in pkgtools, not devel.
1999-01-26 20:03:12 +00:00
bad
0fc453bf83
Document how to import new packages.
1998-12-19 20:35:47 +00:00
hubertf
7030dfef8a
Document ${OPSYS}, ${OS_VERSION} in PLIST
1998-11-26 06:37:22 +00:00
agc
6c522c02de
Add a cdrom-readme target, a clone of the readme target, for ease of use.
...
The URLs in the generated README.html files can be specified by overriding
the CDROM_PKG_URL_HOST and CDROM_PKG_URL_DIR definitions.
Document the targets, and clean up some English, in Packages.txt
1998-09-23 13:09:32 +00:00
agc
189dde6dff
Modify ldconfig part of PLIST, and libtool explanation, to match reality.
1998-08-24 10:31:00 +00:00
tsarna
0661cb12c3
Note HOMEPAGE. Also, change portlint->pkglint (forgot before),
...
update categories list to match recent additions, and update example
bison packeg to match more closely what's in pkgsrc.
1998-08-21 16:37:57 +00:00
tv
e782437775
Shortly document CROSSBASE.
1998-08-12 02:52:35 +00:00
tv
a19920b804
Document the actual differences between uses of ${PREFIX}, ${LOCALBASE},
...
and ${X11BASE}.
1998-07-31 15:24:13 +00:00
hubertf
1c28c5e464
Add notes on libtool, by Todd Vierling <tv@netbsd.org>
1998-07-16 06:50:46 +00:00
hubertf
8877c766f8
Note tech-pkg@netbsd.org
1998-07-13 15:37:12 +00:00
hubertf
61e49eda26
Try to mention MACHINE_GNU_ARCH in PLIST
1998-07-03 06:51:37 +00:00
agc
542918d854
Update the documentation to reflect the automatic manual page handling
...
changes.
1998-06-18 15:12:22 +00:00
agc
7c2d3bc631
Rework some of the English in this document.
1998-06-10 09:01:12 +00:00
frueauf
8120be1071
Add chapter 9.13 which explains the new CONFLICTS feature.
1998-06-05 12:21:36 +00:00
agc
31b9c1975a
Document dependencies, sort PASSIVE_FETCH, and fix some typos.
1998-06-03 15:06:06 +00:00
agc
158e1b451b
Document pkgsrc/mk/bsd.prefs.mk (in section 9.9, including /etc/mk.conf)
1998-06-03 11:11:27 +00:00
tron
e43c186ac3
Document "portlint".
1998-05-25 22:01:57 +00:00
frueauf
3d3346cdc4
Add a note about adjusting MAINTAINER to Section 4.1 if adopting FreeBSD ports.
1998-04-20 12:14:22 +00:00
frueauf
b7e762aaa4
Document pkg/MESSAGE.
1998-04-20 08:25:46 +00:00
hubertf
f46767a249
Fix sup-example
1998-04-17 22:01:01 +00:00
hubertf
465ad8f20b
Document getting pkgsrc via sup, minor editing.
1998-04-17 21:47:26 +00:00
agc
ae62625795
Document INFO_FILES and USE_GTEXINFO
1998-04-17 10:13:20 +00:00
frueauf
2f0b600fc9
Reflect the move/renaming of bsd.pkg.mk, minior typo fix, update section
...
11.1.4 to match our reality.
1998-04-16 14:10:53 +00:00
hubertf
d8aaaf6c51
Add FAQ about how to do passive FTP
1998-03-25 14:19:59 +00:00
hubertf
b0f37c4398
There is a mailing list for pkg-related discussion.
1998-03-18 07:10:30 +00:00
tron
de2c07c0bb
Removed section 9.9 because the work arround doesn't work as expected,
...
rename section 9.10 to 9.9.
1998-03-07 14:18:40 +00:00
hubertf
126cb5e5c3
Add note on use of mk.conf variables.
1998-03-05 16:37:14 +00:00
tron
38e071b139
Document "MANZ" work arround in section 9.9.
1998-03-05 15:26:03 +00:00
hubertf
89b203a1f4
Tix stupid typo reported by Johnny C. Lam <lamj@stat.cmu.edu>
1998-02-27 02:46:29 +00:00
hubertf
17242b8eca
Patch arguments were reversed, reported by
...
Brad Salai <bsalai@law.roc.servtech.com>
1998-02-08 18:17:33 +00:00
hubertf
79cec81972
Fix path where packages should end up on the FTP server.
1998-02-08 18:15:08 +00:00
hubertf
f6fc8a8a9e
Remove -m argument from ldconfig calls, require the system to
...
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46
Introduce TRUE?=/usr/bin/true, and use it.
1998-02-02 08:10:41 +00:00
hubertf
1504816d74
true /> /usr/bin/true
1998-01-30 13:15:05 +00:00
hubertf
bb3486c08b
RCS ID update - sync with portlint for now
1998-01-30 13:11:42 +00:00
hubertf
1e0611672b
Update process for importing a package
1998-01-29 13:47:35 +00:00
hubertf
f535cf3701
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
...
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
hubertf
2dacad40e6
Correct some spelling typos, pointed out by
...
David Brownlee <abs@netbsd.org>.
1998-01-19 08:07:16 +00:00
hubertf
14e3a86bd6
Concentrate FreeBSD credits, note what we call a port, some minor fixes.
1998-01-03 06:18:00 +00:00
hubertf
82fc1593dc
Add pkgsrc in FTP layout
1998-01-01 05:52:52 +00:00
hubertf
207715a9c7
Fix some typos reported by Thorsten Frueauf <frueauf@ira.uka.de>.
1997-12-29 19:44:32 +00:00
hubertf
f0a802d447
Rework last commit (.gz in PLIST-manpages)
1997-12-27 04:27:10 +00:00
hubertf
fd2711d332
Add note about .gz suffix of manpages in PLIST; requested by
...
Ty Sarna <tsarna@endicor.com>.
1997-12-27 04:13:29 +00:00