diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-10-28 07:39:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-10-28 07:39:07 +0000 |
commit | eb5e349a540704a87513ff24d3f53d56b399c591 (patch) | |
tree | 0e65a7ad44a6a595e1be7fc8bd60d6ca5e7a9205 /Build/source/libs/gd | |
parent | 56f1dcb6044821b5693db90e718ac1fc57a3dbdc (diff) |
some book keeping and cleanup
git-svn-id: svn://tug.org/texlive/trunk@15899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r-- | Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes | 22 | ||||
-rw-r--r--[-rwxr-xr-x] | Build/source/libs/gd/gd-2.0.35/windows/Makefile | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Build/source/libs/gd/gd-2.0.35/windows/libgd.rc | 0 |
3 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes b/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes new file mode 100644 index 00000000000..09ac417052c --- /dev/null +++ b/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes @@ -0,0 +1,22 @@ +Changes applied to the gd-2.0.35/ tree as obtained from: + http://www.libgd.org/releases/gd-2.0.35.tar.bz2 + +Removed: + aclocal.m4 + config/config.guess + config/config.rpath + config/config.sub + config/depcomp + config/install-sh + config/ltmain.sh + config/missing + config/mkinstalldirs + depcomp + install-sh + missing + mkinstalldirs + +Executed the command: + find -type f -perm /111 ! -name bdftogd ! -name configure -exec chmod -c a-x {} \; +i.e., removed execute permissions from all files except bdftogd and configure. + diff --git a/Build/source/libs/gd/gd-2.0.35/windows/Makefile b/Build/source/libs/gd/gd-2.0.35/windows/Makefile index f3be370595c..f3be370595c 100755..100644 --- a/Build/source/libs/gd/gd-2.0.35/windows/Makefile +++ b/Build/source/libs/gd/gd-2.0.35/windows/Makefile diff --git a/Build/source/libs/gd/gd-2.0.35/windows/libgd.rc b/Build/source/libs/gd/gd-2.0.35/windows/libgd.rc index 4fd081d01b9..4fd081d01b9 100755..100644 --- a/Build/source/libs/gd/gd-2.0.35/windows/libgd.rc +++ b/Build/source/libs/gd/gd-2.0.35/windows/libgd.rc |