Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 299 → Rev 300

/trunk/debian/changelog
1,3 → 1,10
pike8.0 (8.0.1116-1) unstable; urgency=low
 
* New upstream release.
* Drop freetype-pkgconfig.patch; now included upstream.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 31 Jan 2021 21:55:53 +0100
 
pike8.0 (8.0.702-1) unstable; urgency=low
 
* New upstream release.
/trunk/debian/patches/freetype-pkgconfig.patch
File deleted
/trunk/debian/patches/hurd.patch
52,7 → 52,7
#endif
--- a/src/configure.in
+++ b/src/configure.in
@@ -3233,7 +3233,7 @@ AC_CHECK_HEADERS(winsock2.h sys/rusage.h
@@ -3263,7 +3263,7 @@ AC_CHECK_HEADERS(winsock2.h sys/rusage.h
float.h sys/priocntl.h sys/sched.h winbase.h errno.h \
stddef.h sys/termio.h sys/termios.h \
ws2tcpip.h valgrind/memcheck.h memcheck.h valgrind.h \
61,7 → 61,7
mach/mach_init.h syscall.h sys/syscall.h devices/timer.h \
direct.h CoreServices/CoreServices.h execinfo.h \
mach/mach.h mach/thread_act.h mach/clock.h urcu.h \
@@ -7582,7 +7582,7 @@ if test -z "$LDSHARED" ; then
@@ -7872,7 +7872,7 @@ if test -z "$LDSHARED" ; then
next*) LDSHARED="$REALCC $CFLAGS -nostdlib -r";;
Linux*) LDSHARED="$REALCC -shared";;
GNU/kFreeBSD*) LDSHARED="$REALCC -shared";;
72,7 → 72,7
OpenBSD*) LDSHARED="$REALCC -Wl,-Bshareable";;
--- a/src/machine.h.in
+++ b/src/machine.h.in
@@ -912,6 +912,9 @@
@@ -946,6 +946,9 @@
/* Define to 1 if you have the <mach/mach_init.h> header file. */
#undef HAVE_MACH_MACH_INIT_H
/trunk/debian/patches/module-layout.patch
3,7 → 3,7
 
--- a/lib/master.pike.in
+++ b/lib/master.pike.in
@@ -1827,6 +1827,10 @@ protected void create()
@@ -1878,6 +1878,10 @@ protected void create()
add_module_path("#lib_prefix#/modules");
#endif
/trunk/debian/patches/no_nostartfiles.patch
6,7 → 6,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -7622,13 +7622,6 @@ if test -z "$LDSHARED" ; then
@@ -7912,13 +7912,6 @@ if test -z "$LDSHARED" ; then
ldshared_is_cc=no
;;
esac
/trunk/debian/patches/pthread_stub.patch
5,7 → 5,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -3937,6 +3937,9 @@ pthread_t gazonk;
@@ -4046,6 +4046,9 @@ pthread_t gazonk;
AC_MSG_CHECKING(for pthread_atfork)
AC_CACHE_VAL(pike_cv_have_pthread_atfork,[
AC_TRY_LINK([#include <pthread.h>
/trunk/debian/patches/series
13,4 → 13,3
undefined_htons.patch
bad_size_t_redef.patch
dont_disable_debug_symbols.patch
freetype-pkgconfig.patch
/trunk/debian/patches/smartlink_verbose.patch
2,7 → 2,7
 
--- a/bin/smartlink
+++ b/bin/smartlink
@@ -205,7 +205,7 @@ case "$UNAME" in
@@ -224,7 +224,7 @@ case "$UNAME" in
;;
esac
/trunk/debian/patches/unbreak_cross_compilation.patch
5,7 → 5,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -472,7 +472,7 @@ if test "x$enable_binary" = "xno"; then
@@ -475,7 +475,7 @@ if test "x$enable_binary" = "xno"; then
RUNPIKE="USE_PIKE"
RUNTPIKE="USE_PIKE"
elif test "x$cross_compiling" = "xyes"; then
14,7 → 14,7
RUNTPIKE="USE_PIKE"
else
RUNPIKE="DEFAULT_RUNPIKE"
@@ -7803,7 +7803,7 @@ EOF
@@ -8133,7 +8133,7 @@ EOF
__attribute__ ((visibility("default")))
# endif
void testfunc2(void) { exit(0); }