pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/v8



Module name:    wip
Committed by:   heidnes
Date:           Sat Aug 23 17:44:12 UTC 2014

Modified Files:
        wip/v8: Makefile Makefile.common PLIST distinfo
Added Files:
        wip/v8/patches: patch-Makefile patch-Makefile.nacl
            patch-src_base_platform_platform-posix.cc
            patch-third__party_icu_icu.gyp

Log Message:
Update this so that I at least get a "d8" executable which can be
started :)

Local changes:
 * change MASTER_SITES to what appears to be in active use these days
 * update to version 3.28.62, the latest when I started on this update
 * Since devel/gyp has been updated so that if you include it's
   tool.mk, you get a "python" in the path, that substitution in Makefile
   has been removed
 * Instead of editing Makefile with sed, it's now patched; PYTONPATH
   is now also altered.
 * Use the pkgsrc-provided gyp and not the bundled version
 * Install a few more headers which come with the new version
 * Use "(intptr_t)pthread_self()" instead of syscall(SYS_gettid), the
   latter appears to be Linux-specific
 * Fix a type error by adding a cast to (void*)
 * Provide an ugly band-aid for a possibly missing PTHREAD_STACK_MIN
   constant (as on NetBSD)
 * Build agsinst the pkgsrc-provided icu, not the bundled third-party
   version, to avoid file name and/or version clashes
 * Do REPLACE_PYTHON on the various *.py scripts
 * Remove the workaround for thin archives, that's now done by the
   pkgsrc-provided gyp

Not sure the rpath editing is needed or correct; we'll see.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/v8/patches/patch-Makefile \
    wip/v8/patches/patch-Makefile.nacl \
    wip/v8/patches/patch-src_base_platform_platform-posix.cc \
    wip/v8/patches/patch-third__party_icu_icu.gyp
cvs -z3 rdiff -u -r1.2 -r1.3 wip/v8/PLIST
cvs -z3 rdiff -u -r1.3 -r1.4 wip/v8/Makefile.common
cvs -z3 rdiff -u -r1.4 -r1.5 wip/v8/distinfo
cvs -z3 rdiff -u -r1.8 -r1.9 wip/v8/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/patches/patch-Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/patches/patch-Makefile.nacl?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/patches/patch-src_base_platform_platform-posix.cc?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/patches/patch-third__party_icu_icu.gyp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/Makefile.common?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/distinfo?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/v8/Makefile?r1=1.8&r2=1.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index