Browse Source
* openjdk: update to tag 172 * openjdk: update to tag 174 * valac: update from 0.36.3 to 0.36.4 * squid: fix building with unified headers * krb5: fix building with unified headers * tor: update from 0.3.0.8 to 0.3.0.9android-5
Vishal Biswas
8 years ago
committed by
Fredrik Fornwall
6 changed files with 47 additions and 39 deletions
@ -1,16 +0,0 @@ |
|||
--- ./common/autoconf/generated-configure.sh 2017-05-12 23:47:56.000000000 +0530
|
|||
+++ ../generated-configure.sh 2017-05-13 10:06:09.764530254 +0530
|
|||
@@ -5195,13 +5195,7 @@
|
|||
#CUSTOM_AUTOCONF_INCLUDE |
|||
|
|||
# Do not change or remove the following line, it is needed for consistency checks: |
|||
-<<<<<<< variant A
|
|||
-DATE_WHEN_GENERATED=1493303684
|
|||
->>>>>>> variant B
|
|||
DATE_WHEN_GENERATED=1493884285 |
|||
-####### Ancestor
|
|||
-DATE_WHEN_GENERATED=1492975963
|
|||
-======= end
|
|||
|
|||
############################################################################### |
|||
# |
@ -0,0 +1,21 @@ |
|||
--- ./src/log/ModStdio.cc 2017-06-01 19:19:00.000000000 +0530
|
|||
+++ ../ModStdio.cc 2017-06-29 22:32:43.806756794 +0530
|
|||
@@ -18,6 +18,7 @@
|
|||
#include "SquidConfig.h" |
|||
|
|||
#include <cerrno> |
|||
+#include <sys/stat.h>
|
|||
|
|||
typedef struct { |
|||
int fd; |
|||
--- ./src/debug.cc 2017-06-01 19:19:00.000000000 +0530
|
|||
+++ ../debug.cc 2017-06-29 22:36:58.160488863 +0530
|
|||
@@ -17,6 +17,8 @@
|
|||
/* for shutting_down flag in xassert() */ |
|||
#include "globals.h" |
|||
|
|||
+#include <sys/stat.h>
|
|||
+
|
|||
char *Debug::debugOptions = NULL; |
|||
int Debug::override_X = 0; |
|||
int Debug::log_stderr = -1; |
@ -1,10 +1,10 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/Vala |
|||
_VALA_MAJOR=0 |
|||
_VALA_MINOR=36 |
|||
_VALA_PATCH=3 |
|||
_VALA_PATCH=4 |
|||
TERMUX_PKG_VERSION=$_VALA_MAJOR.$_VALA_MINOR.$_VALA_PATCH |
|||
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" |
|||
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/vala/$_VALA_MAJOR.$_VALA_MINOR/vala-$TERMUX_PKG_VERSION.tar.xz |
|||
TERMUX_PKG_DESCRIPTION="C# like language for the GObject system" |
|||
TERMUX_PKG_DEPENDS="clang, glib-dev, pkg-config" |
|||
TERMUX_PKG_SHA256=ac8a4ecd01f62d0c5f62ba50b7290d8c5a1edb308eec772a65b8e79be68f061c |
|||
TERMUX_PKG_SHA256=e9f23ce711c1a72ce664d10946fbc5953f01b0b7f2a3562e7a01e362d86de059 |
|||
|
Loading…
Reference in new issue