diff options
author | garbled <garbled> | 2000-10-18 03:53:41 +0000 |
---|---|---|
committer | garbled <garbled> | 2000-10-18 03:53:41 +0000 |
commit | 6e5a411839f46e3a43a6502848d5c908a57e2a07 (patch) | |
tree | f863a8d8927d52bf847019d979628aa2337f6c76 | |
parent | a045a38a1f666c5e2ce2ed27badfafb149be4d7e (diff) | |
download | pkgsrc-6e5a411839f46e3a43a6502848d5c908a57e2a07.tar.gz |
Add a note to appendix B noting the changes to how binary packages are to be
uploaded to ftp.netbsd.org. If you are building binary packages for 1.5,
you should read this change.
-rw-r--r-- | Packages.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 2c0f64e55cd..dcc3ebc7c0b 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.120 2000/10/17 15:51:34 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.121 2000/10/18 03:53:41 garbled Exp $ ########################################################################### ========================== @@ -1980,6 +1980,7 @@ Now compile: > cc -c -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRERROR=1 -I./../include -g getopt.c > cc -c -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRERROR=1 -I./../include -g getopt1.c > cc -g -o bison LR0.o allocate.o closure.o conflicts.o derives.o files.o getargs.o gram.o lalr.o lex.o main.o nullable.o output.o print.o reader.o reduce.o symtab.o warshall.o version.o + getopt.o getopt1.o > ./files.c:240: warning: mktemp() possibly used unsafely, consider using mkstemp() > rm -f bison.s1 @@ -2141,6 +2142,14 @@ To create: Disk space needed: unknown. +Packages for a release version of NetBSD should be uploaded to the +directory major.minor corresponding to the appropriate release. Packages +for NetBSD with versions such as "1.5.1" should be uploaded to the "1.5" +directory, stripping the tiny number off the directory name. For packages +that need to be tightly coupled with the OS Version, such as LKM's, you +may create a major.minor.tiny release directory, and place those packages +therein. + ########################################################################### # Local Variables: |