diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-03 09:45:28 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-03 09:45:28 +0000 |
commit | b071f353c46e43d4296cf1f64c1460802f09a724 (patch) | |
tree | 9fc4d337b516bed254c177c56cf85f4e62d10ca3 /sys-devel/pmake/files | |
parent | syntax fix (diff) | |
download | gentoo-2-b071f353c46e43d4296cf1f64c1460802f09a724.tar.gz gentoo-2-b071f353c46e43d4296cf1f64c1460802f09a724.tar.bz2 gentoo-2-b071f353c46e43d4296cf1f64c1460802f09a724.zip |
initial import, thanks to Spider for getting 100%
Diffstat (limited to 'sys-devel/pmake/files')
-rw-r--r-- | sys-devel/pmake/files/01_all_groffpatch.patch | 15 | ||||
-rw-r--r-- | sys-devel/pmake/files/02_all_mktemp.patch | 21 | ||||
-rw-r--r-- | sys-devel/pmake/files/digest-pmake-1.45-r2 | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/sys-devel/pmake/files/01_all_groffpatch.patch b/sys-devel/pmake/files/01_all_groffpatch.patch new file mode 100644 index 000000000000..fa9467ea0003 --- /dev/null +++ b/sys-devel/pmake/files/01_all_groffpatch.patch @@ -0,0 +1,15 @@ +--- pmake-1.45/mk/bsd.man.mk.groffpath Tue Aug 21 12:48:01 2001 ++++ pmake-1.45/mk/bsd.man.mk Tue Aug 21 12:51:11 2001 +@@ -17,9 +17,9 @@ + .endif + cleandir distclean: cleanman + +-TMACDIR?= ${DESTDIR}/usr/share/groff/tmac +-CATDEPS?= ${TMACDIR}/tmac.andoc \ +- ${TMACDIR}/tmac.doc \ ++TMACDIR?= ${DESTDIR}/usr/share/groff/1.17.2/tmac ++CATDEPS?= ${TMACDIR}/andoc.tmac \ ++ ${TMACDIR}/doc.tmac \ + ${TMACDIR}/mdoc/doc-ditroff \ + ${TMACDIR}/mdoc/doc-common \ + ${TMACDIR}/mdoc/doc-nroff \ diff --git a/sys-devel/pmake/files/02_all_mktemp.patch b/sys-devel/pmake/files/02_all_mktemp.patch new file mode 100644 index 000000000000..1e7726a7d6a3 --- /dev/null +++ b/sys-devel/pmake/files/02_all_mktemp.patch @@ -0,0 +1,21 @@ +--- pmake-1.45/mkdep.mktemp Fri May 11 14:08:35 2001 ++++ pmake-1.45/mkdep Fri May 11 14:10:03 2001 +@@ -68,17 +68,9 @@ + exit 1 + fi + +-DTMP=/tmp/mkdep$$ ++DTMP=`/bin/mktemp -d /tmp/mkdepXXXXXX` + TMP=$DTMP/mkdep + +-um=`umask` +-umask 022 +-if ! mkdir $DTMP ; then +- echo failed to create tmp dir $DTMP +- exit 1 +-fi +- +-umask $um + trap 'rm -rf $DTMP ; trap 2 ; kill -2 $$' 1 2 3 13 15 + + if [ x$pflag = x ]; then diff --git a/sys-devel/pmake/files/digest-pmake-1.45-r2 b/sys-devel/pmake/files/digest-pmake-1.45-r2 new file mode 100644 index 000000000000..110fde3e22d0 --- /dev/null +++ b/sys-devel/pmake/files/digest-pmake-1.45-r2 @@ -0,0 +1 @@ +MD5 c0f21ad413abbb2fc76ec0d4d426578f pmake_1.45-11.tar.gz 252673 |