[Midnightbsd-cvs] mports [17335] trunk/www: drop linux mozilla

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 15 22:20:24 EDT 2014


Revision: 17335
          http://svnweb.midnightbsd.org/mports/?rev=17335
Author:   laffer1
Date:     2014-09-15 22:20:24 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
drop linux mozilla

Modified Paths:
--------------
    trunk/www/Makefile
    trunk/www/chromium/Makefile
    trunk/www/chromium/distinfo
    trunk/www/chromium/files/patch-base__test__expectations__expectation.cc
    trunk/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc
    trunk/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c

Removed Paths:
-------------
    trunk/www/chromium/files/patch-base__file_util_posix.cc
    trunk/www/chromium/files/patch-base__sys_byteorder.h
    trunk/www/chromium/files/patch-build__build_config.h
    trunk/www/chromium/files/patch-build__linux__python_arch.sh
    trunk/www/linux-mozilla/

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/Makefile	2014-09-16 02:20:24 UTC (rev 17335)
@@ -40,7 +40,6 @@
 SUBDIR += linux-f10-flashplugin11
 SUBDIR += linux-firefox
 SUBDIR += linux-libgtkembedmoz
-SUBDIR += linux-mozilla
 SUBDIR += linux-mplayer-plugin
 SUBDIR += linux-opera
 SUBDIR += linux-seamonkey

Modified: trunk/www/chromium/Makefile
===================================================================
--- trunk/www/chromium/Makefile	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/Makefile	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	chromium
-PORTVERSION=	33.0.1750.146
+PORTVERSION=	33.0.1750.152
 CATEGORIES=	www
 MASTER_SITES=	http://commondatastorage.googleapis.com/chromium-browser-official/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -36,10 +36,9 @@
 		${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf
 
 USE_OPENSSL=	yes
-USE_XZ=		yes
 USE_GCC=	4.6
 USES=		bison desktop-file-utils pkgconfig \
-		perl5 shebangfix ninja
+		perl5 shebangfix ninja tar:xz
 USE_PERL5=	build
 USE_PYTHON_BUILD=	2
 USE_XORG=	scrnsaverproto x11 xproto xscrnsaver xtst

Modified: trunk/www/chromium/distinfo
===================================================================
--- trunk/www/chromium/distinfo	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/distinfo	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,4 +1,4 @@
-SHA256 (chromium-33.0.1750.146.tar.xz) = d5b0e7a0f086aac200493fe4e5849ca84e9e21f7770c5d5830060da9fc2c4a74
-SIZE (chromium-33.0.1750.146.tar.xz) = 185394896
-SHA256 (chromium-33.0.1750.146-testdata.tar.xz) = 918ccc080788ea9b8eba2e479b521c22b37b14c62d4bc0906d7f15a88f12c84c
-SIZE (chromium-33.0.1750.146-testdata.tar.xz) = 112429020
+SHA256 (chromium-33.0.1750.152.tar.xz) = 9fd462840bee3ae205b0548e8a483f7589beecdb7c6309d4d65425cbf710cc2f
+SIZE (chromium-33.0.1750.152.tar.xz) = 185396116
+SHA256 (chromium-33.0.1750.152-testdata.tar.xz) = 0367fba6100a0538769955bad02cc17d3a6919d3dd391777283fb5a2fe4f56b0
+SIZE (chromium-33.0.1750.152-testdata.tar.xz) = 112419292

Deleted: trunk/www/chromium/files/patch-base__file_util_posix.cc
===================================================================
--- trunk/www/chromium/files/patch-base__file_util_posix.cc	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-base__file_util_posix.cc	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,11 +0,0 @@
---- base/file_util_posix.cc.orig	2014-02-20 21:28:47.000000000 +0100
-+++ base/file_util_posix.cc	2014-02-24 15:44:01.000000000 +0100
-@@ -673,7 +673,7 @@
- #endif  // defined(OS_ANDROID)
-   results->is_directory = S_ISDIR(file_info.st_mode);
-   results->size = file_info.st_size;
--#if defined(OS_MACOSX)
-+#if defined(OS_MACOSX) || (defined(OS_FREEBSD) && __FreeBSD_version < 900000)
-   results->last_modified = Time::FromTimeSpec(file_info.st_mtimespec);
-   results->last_accessed = Time::FromTimeSpec(file_info.st_atimespec);
-   results->creation_time = Time::FromTimeSpec(file_info.st_ctimespec);

Deleted: trunk/www/chromium/files/patch-base__sys_byteorder.h
===================================================================
--- trunk/www/chromium/files/patch-base__sys_byteorder.h	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-base__sys_byteorder.h	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,38 +0,0 @@
---- base/sys_byteorder.h.orig	2012-05-30 10:01:44.000000000 +0300
-+++ base/sys_byteorder.h	2012-06-05 23:52:12.000000000 +0300
-@@ -25,7 +25,7 @@
- #include <stdlib.h>
- #elif defined(OS_MACOSX)
- #include <libkern/OSByteOrder.h>
--#elif defined(OS_OPENBSD)
-+#elif defined(OS_BSD)
- #include <sys/endian.h>
- #else
- #include <byteswap.h>
-@@ -42,6 +42,8 @@
-   return OSSwapInt16(x);
- #elif defined(OS_OPENBSD)
-   return swap16(x);
-+#elif defined(OS_FREEBSD)
-+  return bswap16(x);
- #else
-   return bswap_16(x);
- #endif
-@@ -53,6 +55,8 @@
-   return OSSwapInt32(x);
- #elif defined(OS_OPENBSD)
-   return swap32(x);
-+#elif defined(OS_FREEBSD)
-+  return bswap32(x);
- #else
-   return bswap_32(x);
- #endif
-@@ -64,6 +68,8 @@
-   return OSSwapInt64(x);
- #elif defined(OS_OPENBSD)
-   return swap64(x);
-+#elif defined(OS_FREEBSD)
-+  return bswap64(x);
- #else
-   return bswap_64(x);
- #endif

Modified: trunk/www/chromium/files/patch-base__test__expectations__expectation.cc
===================================================================
--- trunk/www/chromium/files/patch-base__test__expectations__expectation.cc	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-base__test__expectations__expectation.cc	2014-09-16 02:20:24 UTC (rev 17335)
@@ -4,7 +4,7 @@
          variant != "64") {
        return false;
      }
-+  } else if (name == "FreeBSD") {
++  } else if (name == "FreeBSD" || name == "MidnightBSD") {
    } else if (name == "ChromeOS") {
      // TODO(rsesek): Figure out what ChromeOS needs.
    } else if (name == "iOS") {

Deleted: trunk/www/chromium/files/patch-build__build_config.h
===================================================================
--- trunk/www/chromium/files/patch-build__build_config.h	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-build__build_config.h	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,11 +0,0 @@
---- build/build_config.h.orig	2012-03-24 09:01:53.000000000 +0200
-+++ build/build_config.h	2012-03-28 00:55:12.000000000 +0300
-@@ -67,7 +67,7 @@
- #endif
- 
- // Use tcmalloc
--#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(NO_TCMALLOC)
-+#if (defined(OS_WIN) || defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(NO_TCMALLOC)
- #define USE_TCMALLOC 1
- #endif
- 

Deleted: trunk/www/chromium/files/patch-build__linux__python_arch.sh
===================================================================
--- trunk/www/chromium/files/patch-build__linux__python_arch.sh	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-build__linux__python_arch.sh	2014-09-16 02:20:24 UTC (rev 17335)
@@ -1,16 +0,0 @@
---- build/linux/python_arch.sh.orig	2011-06-08 21:00:57.020677627 +0300
-+++ build/linux/python_arch.sh	2011-06-08 21:01:35.203676025 +0300
-@@ -10,12 +10,7 @@
- #  python_arch.sh /path/to/sysroot/usr/lib/libpython2.4.so.1.0
- #
- 
--python=$(readlink -f "$1")
--if [ ! -r "$python" ]; then
--  echo unknown
--  exit 0
--fi
--file_out=$(file "$python")
-+file_out=$(file "$1")
- if [ $? -ne 0 ]; then
-   echo unknown
-   exit 0

Modified: trunk/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc
===================================================================
--- trunk/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-chrome__browser__chrome_browser_main_posix.cc	2014-09-16 02:20:24 UTC (rev 17335)
@@ -4,7 +4,7 @@
      g_pipe_pid = getpid();
      g_shutdown_pipe_read_fd = pipefd[0];
      g_shutdown_pipe_write_fd = pipefd[1];
-+#if defined(OS_FREEBSD)
++#if defined(OS_FREEBSD) || defined(OS_BSD)
 +    // PTHREAD_STACK_MIN causes chromium to crash under FreeBSD,
 +    // we request the default pthread stack size by specifying 0 here.
 +    const size_t kShutdownDetectorThreadStackSize = 0;

Modified: trunk/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c
===================================================================
--- trunk/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c	2014-09-16 02:02:40 UTC (rev 17334)
+++ trunk/www/chromium/files/patch-third_party__ffmpeg__libavutil__mem.c	2014-09-16 02:20:24 UTC (rev 17335)
@@ -5,7 +5,7 @@
  #include <stdlib.h>
  #include <string.h>
 -#if HAVE_MALLOC_H
-+#if HAVE_MALLOC_H && !defined(__FreeBSD__)
++#if HAVE_MALLOC_H && !defined(__FreeBSD__) && !defined(__MidnightBSD__)
  #include <malloc.h>
  #endif
  



More information about the Midnightbsd-cvs mailing list