9 Commits

Author SHA1 Message Date
Tom G. Christensen
410760a6d3 Introduce a new format for the automatically generated version field.
By extending it to a mandatory 8 digits and padding it with zeroes on the
right side it should be possible to avoid problems with version numbers
changing format.
This means  1.19.5->1.20 should be handled correctly now.

Add support for the new subsys.conf keyword (defalt/nodefault).

Flesh out the auto_rel function to help with release notes maintenance.
Added a relnotes.template.irix and make newpkg install a copy
into new sandboxes.
Also clean up newpkg a bit.

Fix a problem with the fix_man function and how to locate the man pages.
The problem was discoved when building gcc-3.4.1 into
$prefix=/usr/local/gcc-3.4.1 and still needing $topinstalldir
to be /usr/local. We now attempt to find any extra subdirs
needed by comparing $prefix and $topinstalldir.
2009-12-19 14:38:40 +01:00
Tom G. Christensen
0a32c3529f Also install a copy of the pkgdef template when creating a new sandbox on
irix.
2009-12-19 14:38:40 +01:00
Tom G. Christensen
9409cc9282 Add a template for the pkgdef file and make sure newpkg places a copy in
the new metadir
2009-12-19 14:35:08 +01:00
Tom G. Christensen
e18d3046fe Setup build.sh to be executable with a suitable bash 2009-12-19 14:35:07 +01:00
Tom G. Christensen
612166ff54 pkginfo.in is global so don't automatically copy it to $metadir of new
package
2009-12-19 14:35:07 +01:00
Tom G. Christensen
72cdd16821 Fixed newpkg to use BUILDPKG_BASE env
Add several new default patterns to subsys.conf
2009-12-19 14:35:07 +01:00
Tom G. Christensen
9c9bf362c0 Copy the pkginfo template to the sandbox aswell 2003-07-07 14:09:41 +00:00
Tom G. Christensen
be04489231 Doh! Too much cut'n'paste will do that :) 2003-07-07 13:45:13 +00:00
Tom G. Christensen
2a3230e81a Simple helper script to properly populate a sandbox for a new package 2003-07-07 13:20:08 +00:00