Skip to content

Updates for perl 5.40.1 and 5.38.3 #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions 50401
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
###### termcap + readline vybuildit co nejdrive
termcap-1.3.1
readline-8.2

###### gddm + db
gdbm-1.19
db-6.2.38

###### math libs
gmp-6.3.0
mpfr-4.2.1
mpc-1.3.1

###### compress libs
bzip2-1.0.6
zlib-1.3.1
xz-5.4.6

###### misc simple
libiconv-1.17
expat-2.6.2

###### xml libs
libxml2-2.12.10
libxslt-1.1.39 rebuild

###### crypto
openssl-3.3.0
libssh2-1.11.0
#libsodium-1.0.19

###### pgsql
postgresql-16.2
# mysql-connector-c-8.0.15-src

###### graphics
freeglut-3.4.0
giflib-5.2.2
jpeg-9c
tiff-4.6.0
libpng-1.6.43
libXpm-3.5.12
graphite2-1.3.14
libwebp-1.4.0

#HACK: rebuilding freetype twice is insane but necessary
fribidi-1.0.14
freetype-2.13.2
harfbuzz-8.4.0
freetype-2.13.2

fontconfig-2.15.0
libgd-2.3.3
#t1lib-5.1.2

###### extras
libffi-3.4.6
libuv-v1.48.0

libunistring-1.2
libidn2-2.3.7

###### PDL related
#cfitsio-3.47
ta-lib-0.4.0
lapack-3.12.0
fftw-3.3.10
gsl-2.7.1
#proj-9.1.0
#? http://sourceforge.net/projects/libharu/files/libharu2/2.0.8/
plplot-5.15.0

#TEST:
szip-2.1.1
hdf-4.3.0
hdf5-1.12.2
netcdf-c-4.9.2


#NOT-NEEDED: libcaca-0.99.beta19
libcerf-1.3
gnuplot-6.0.0
8 changes: 7 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ cd $WRKDIR/$PACK
save_configure_help
#do not use any CFLAGS here!!
if [ $IS64BIT ] ; then
xxrun ./configure $HOSTBUILD --prefix=$OUT --enable-static=yes --enable-shared=no
CC="gcc -D__USE_MINGW_ANSI_STDIO" xxrun ./configure $HOSTBUILD --prefix=$OUT --enable-static=yes --enable-shared=no
else
xxrun ./configure $HOSTBUILD --prefix=$OUT --enable-fat --enable-static=yes --enable-shared=no
fi
Expand Down Expand Up @@ -673,6 +673,12 @@ else
OPENSSLTARGET=mingw
fi

# f_to_copy="${PATCHDIR}${PACK}"/pathtools.c
# [ -d "${f_to_copy}" ] && cp -fHv "${f_to_copy}"/pathtools.c crypto/
# f_to_copy="${PATCHDIR}${PACK}"/pathtools.h
# [ -d "${f_to_copy}" ] && cp -fHv "${f_to_copy}"/pathtools.h ./


#sed -i "s/shared_extension => \".dll\"/shared_extension => \"${DLLSUFFIX}.dll\"/g" Configurations/00-base-templates.conf
sed -i "s/shared_target/shared_extension => \"${DLLSUFFIX}.dll\", shared_target/g" Configurations/00-base-templates.conf
#sed -i "s/shared_extension => \".dll\"/shared_extension => \"${DLLSUFFIX}.dll\"/g" Configurations/10-main.conf
Expand Down
5 changes: 4 additions & 1 deletion sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ ftp://xmlsoft.org/libxslt/libxslt-1.1.29.tar.gz
ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz
https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.37.tar.xz
https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.6.tar.xz
https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.10.tar.xz
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.tar.xz
https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz
https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.tar.xz

#### Postgres
#URL http://ftp.postgresql.org/pub/source/
Expand Down Expand Up @@ -65,6 +67,7 @@ https://www.openssl.org/source/openssl-1.1.1g.tar.gz
https://www.openssl.org/source/openssl-1.1.1i.tar.gz
https://www.openssl.org/source/openssl-1.1.1q.tar.gz
https://www.openssl.org/source/openssl-3.3.0.tar.gz
https://www.openssl.org/source/openssl-3.4.0.tar.gz

#### libsodium
#https://download.libsodium.org/libsodium/releases/
Expand Down