diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 06:46:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 06:46:44 +0000 |
commit | 5eccbb21e0e9b3da9ea547696bbffd90afa95243 (patch) | |
tree | 34e179f168d2678659062cb25d820ee35d3791fd /palm/prc-tools/files/post-patch-binutils-configure | |
parent | - Fix local buffer overflow (obtained from NetBSD) (diff) |
- remove broken/expired ports@ ports
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
Diffstat (limited to 'palm/prc-tools/files/post-patch-binutils-configure')
-rw-r--r-- | palm/prc-tools/files/post-patch-binutils-configure | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/palm/prc-tools/files/post-patch-binutils-configure b/palm/prc-tools/files/post-patch-binutils-configure deleted file mode 100644 index bb278d559c9e..000000000000 --- a/palm/prc-tools/files/post-patch-binutils-configure +++ /dev/null @@ -1,57 +0,0 @@ ---- configure.org Tue Oct 11 22:43:01 2005 -+++ configure Tue Oct 11 22:43:25 2005 -@@ -1609,30 +1609,30 @@ - set fnord ${copy_dirs} - shift - while test $# != 0 ; do -- if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then -- : -- else -- echo Copying $1 to $2 -- -- # Use the install script to create the directory and all required -- # parent directories. -- if test -d $2 ; then -- : -- else -- echo >config.temp -- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED -- fi -- -- # Copy the directory, assuming we have tar. -- # FIXME: Should we use B in the second tar? Not all systems support it. -- (cd $1; tar -cf - .) | (cd $2; tar -xpf -) -- -- # It is the responsibility of the user to correctly adjust all -- # symlinks. If somebody can figure out how to handle them correctly -- # here, feel free to add the code. -- -- echo $1 > $2/COPIED -- fi -+# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then -+# : -+# else -+# echo Copying $1 to $2 -+# -+# # Use the install script to create the directory and all required -+# # parent directories. -+# if test -d $2 ; then -+# : -+# else -+# echo >config.temp -+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED -+# fi -+# -+# # Copy the directory, assuming we have tar. -+# # FIXME: Should we use B in the second tar? Not all systems support it. -+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -) -+# -+# # It is the responsibility of the user to correctly adjust all -+# # symlinks. If somebody can figure out how to handle them correctly -+# # here, feel free to add the code. -+# -+# echo $1 > $2/COPIED -+# fi - shift; shift - done - |