summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-01-24 09:53:52 +0000
committergarbled <garbled@pkgsrc.org>2001-01-24 09:53:52 +0000
commit5eec60b1d5f4a7d681aecf7ab82ad4049170c682 (patch)
tree5d2a11b1860dc055c794df90b661cf939a57e35c /Packages.txt
parentedd67cdf3d0fdb14c1337ed979613525fca1f528 (diff)
downloadpkgsrc-5eec60b1d5f4a7d681aecf7ab82ad4049170c682.tar.gz
Add a sed string that mangles the uname -r output correctly for the new
binary packages layout on the FTP server.. Pointed out by Hubert F.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index f4b5e2b8e6a..94eae70dc4f 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.133 2001/01/06 03:10:02 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.134 2001/01/24 09:53:52 garbled Exp $
###########################################################################
==========================
@@ -1970,6 +1970,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 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
@@ -2126,7 +2127,8 @@ Layout for precompiled binary packages on ftp.netbsd.org:
To create:
- cd /usr/pkgsrc ; make install ; make package
- upload /usr/pkgsrc/packages to
- ftp://ftp.netbsd.org/pub/NetBSD/packages/`uname -r`/`sysctl -n hw.machine_arch`
+ ftp://ftp.netbsd.org/pub/NetBSD/packages/\
+ `uname -r | sed 's@\.\([0-9]*\)[\._].*@\.\1@'`/`sysctl -n hw.machine_arch`
- if necessary ln -s `sysctl -n hw.machine` `sysctl -n hw.machine_arch`
Disk space needed: unknown.
@@ -2137,7 +2139,9 @@ 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.
+therein. Such packages should be marked with the variable
+"OSVERSION_SPECIFIC=yes" to mark them in some way for binary package
+builders.
###########################################################################