Commit graph

200905 commits

Author SHA1 Message Date
riastradh
18226b6ce9 Fix poty in new py-libevent-rpcgen makefile. 2013-05-10 01:25:03 +00:00
riastradh
69a7f6d16a Split off py-libevent-rpcgen from devel/libevent.
Obviates libevent's python dependency, enabling cross-compilation of
libevent's dependents without having to cross-compile python itself.

ok agc
2013-05-10 01:22:27 +00:00
riastradh
7677b8d567 Fix zsh cross-build on NetBSD.
Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently).  Teach it about the few
remaining properties for NetBSD in particular.

ok agc
2013-05-10 01:17:32 +00:00
riastradh
e07d465390 Fix net/isc-dhcp4 cross-build on NetBSD.
Requires a hack to patch and configure the internal copy of bind for
cross-compilation.

Bump pkgrevision in case the way I did this hack changes anything.

ok agc
2013-05-10 00:58:06 +00:00
riastradh
c7bee50217 Fix net/libbind cross-build on NetBSD.
Instruct autoconf that the target will have /dev/random.

ok agc
2013-05-10 00:52:04 +00:00
riastradh
be08346321 Fix cross-build of pkgtools/pkg_install.
Can't execute the newly built tools if they were cross-built.

(This is not especially useful until we do cross-bootstrap, though.)

ok agc
2013-05-10 00:49:00 +00:00
riastradh
55f6f799b2 Kludgily fix cross-build of net/socat on NetBSD.
The right fix is to thwap socat over the head for worrying about the
values of these constants at compile-time, but that's inexpedient...

ok agc
2013-05-10 00:46:53 +00:00
riastradh
c5ccf298d7 Fix devel/gmp cross-build by telling it about the native C compiler.
ok agc
2013-05-10 00:44:29 +00:00
riastradh
b32b8a54a1 Fix bash cross-build on NetBSD by pre-answering autoconf run-tests.
ok agc
2013-05-10 00:42:41 +00:00
riastradh
d3bb2d6f3b Fix x11/libXt cross-build.
The configure script, not just the makefile, needs to know about the
native C compiler.

ok agc
2013-05-10 00:40:27 +00:00
riastradh
2e3a3fdfed Fix cross-build of security/libgpg-error with CC_FOR_BUILD=NATIVE_CC.
ok agc
2013-05-10 00:37:48 +00:00
riastradh
1202c03878 Fix cross-build of ncurses by tool-depending on itself for tic.
ok agc
2013-05-10 00:36:30 +00:00
riastradh
5ccae56e81 Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY.
ok agc
2013-05-10 00:35:51 +00:00
riastradh
1d291cd7be Fix pathnames and NM in libtool for cross-compilation.
Forgot to commit this alongside the recent cross-libtool changes.

ok agc
2013-05-10 00:15:02 +00:00
riastradh
31391265c5 Add some notes on how to use and develop cross-compiled packages.
ok agc
2013-05-10 00:03:46 +00:00
riastradh
49912b1ffc Add $NetBSD$ tag to HOWTO-distcc. 2013-05-10 00:00:46 +00:00
riastradh
e5dff5dd6c Remove the now-outdated HOWTO-crosscompile-xorg. 2013-05-09 23:59:47 +00:00
riastradh
5058c2519c Rename HOWTO-crosscompile to HOWTO-distcc for clarity.
ok agc
2013-05-09 23:56:25 +00:00
riastradh
9e0c502480 Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.
Build depends are target packages that are needed at build-time for,
e.g., static libraries to link against, header files to include, &c.
Tool depends are native packages that are needed at build-time for,
e.g., compilers/linkers/&c. to run.

ok agc
2013-05-09 23:37:25 +00:00
riastradh
ed8be66086 Use --sysroot in cpp/gcc/gxx cross-compiler wrappers.
Now that NetBSD supports --sysroot we don't need to mess with the
partial measures of -nostdinc, -isystem, &c.

ok agc
2013-05-09 23:35:29 +00:00
riastradh
2affbc5d5c Set NATIVE_CC/CC, NATIVE_CXX/CXX, and NATIVE_LD/LD for cross-builds.
The NATIVE_xyz versions are for packages that build tools that they
run natively but don't end up in the final product.

This is a provisional scheme -- it should be replaced eventually by
something more principled.

ok agc
2013-05-09 23:33:53 +00:00
riastradh
f75e4ff74f Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}).
This is a provisional kludge to enable cross-compilation of packages
using libtool.  It requires manual intervention: you must build it as
a target package, and then install the target package on the host
with `pkg_add -m ${TARGET_ARCH}'.

ok agc
2013-05-09 23:32:02 +00:00
joerg
c9c0104dd7 Also override target location and module name. Fix DESTDIR installation. 2013-05-09 20:07:39 +00:00
joerg
9c61ef7152 Fix overlap between boost and C++11 STL 2013-05-09 20:06:53 +00:00
joerg
90c07c2207 Patches to fix gtest. 2013-05-09 20:06:09 +00:00
joerg
bb39e78f44 Apply the gtest change to cssc, gmock and open-vcdiff as well. 2013-05-09 20:05:35 +00:00
joerg
1093a6cafa Make the gross hack even more gross to ensure the destdir installation
works.
2013-05-09 20:03:51 +00:00
wiz
e90e0cd382 Pull in libtool-fortran. Bump PKGREVISION. 2013-05-09 18:26:33 +00:00
mef
fcdc5ccc98 Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}
2013-05-09 16:22:45 +00:00
mef
c873ce9f3a Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}
2013-05-09 16:00:48 +00:00
wen
c86fbeba25 Updated www/p5-Dancer to 1.3113 2013-05-09 15:55:10 +00:00
mef
cdcfdc7348 PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby.

 This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.

- misc/ruby-args_parser   args_parser-0.1.4
  Parse ARGV from command line with DSL.

- misc/ruby-hashie	hashie-1.2.0
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).

- misc/ruby-parallel	parallel-0.6.4
  Ruby gem to run any kind of code in parallel processes.

- misc/ruby-rainbow	rainbow-1.1.4
  Rainbow extends ruby String class enabling coloring text on ANSI terminals.

- net/ruby-tw		 tw-0.3.9
  Ruby based CUI Twitter client.

- net/ruby-twitter	twitter-4.6.2
  A Ruby interface to the Twitter API.

- net/ruby-userstream	userstream-1.3.0
  UserStream is a simple twitter userstream library.
2013-05-09 15:53:32 +00:00
wen
d0f0cbfb11 Update to 1.3113
Upstream changes:
1.3113 08.05.2013

    [ ENHANCEMENTS ]
    * GH #869: leave body parameters alone if deserialization failed
        (brianphillips).
    * GH #914: add link to melezhik's psgi chef cookbook.
    * GH #923: implement lazy session flushing. (David Golden)

    [ BUG FIXES ]
    * GH #920: fix pod for Dancer::Development. (ppisar)

    [ DOCUMENTATION ]
    * GH #915: add warning about behaviour of hooks with multiple packages
     loaded by load_app (racke).
    * GH #918: Fix headers syntax in Dancer::Response perldoc
      (Vyacheslav Matyukhin).


1.3112 10.04.2013

    [ ENHANCEMENTS ]
    * GH #897 dancer script diagnostic more explicit if target directory
        does not exist or is not writable (reported by Andrew Grangaard).
    * GH #907: skip tests of deprecated features (mokko).

    [ BUG FIXES ]
    * GH #900: backport the security patch for Dancer::ModuleLoader
        from Dancer2 (mokko).
2013-05-09 15:48:40 +00:00
mef
0b00fd10c9 Correction to devel/libtool-fortran line. 2013-05-09 15:48:20 +00:00
wen
5d3aa98f52 Updated sysutils/pstree to 2.36 2013-05-09 15:42:35 +00:00
wen
2a83e33964 Update to 2.36
Upstream changes:
 * Revision 2.36  2013-04-12 11:47:03+02  fred
 * Some processes like apache under a recent Linux were listed with UID
 * root instead of the correct UID, as they use setuid(). We now read the
 * UID from the owner of /proc/PID instead of /proc/PID/stat, as this
 * seems to be updated correctly. Thanks to Tom Schmidt
 * <tschmidt AT micron.com> for pointing out this bug.
 *
 * Revision 2.35  2013-02-28 08:33:02+01  fred
 * Added Stan Sieler's fix to my adaption of snprintf fix by Stan Sieler :-)
 *
 * Revision 2.34  2013-02-27 16:57:25+01  fred
 * Added snprintf fix by Stan Sieler
2013-05-09 15:41:23 +00:00
wiz
89965f8e44 Fix build with openexr. Comment patch (hi joerg). 2013-05-09 15:27:02 +00:00
ryoon
4ca4363c8c Updated editors/OmegaT to 3.0.0 2013-05-09 15:25:37 +00:00
ryoon
e9c12a7f6e Update to 3.0.0
Changelog:

----------------------------------------------------------------------
 OmegaT 3.0.0
----------------------------------------------------------------------
  27 Enhancements
   5 Bug fixes
   7 Localisation updates
----------------------------------------------------------------------
3.0.0 vs. 2.6.3

  Implemented requests:

  - Have glossary search in Find dialog
  http://sourceforge.net/support/tracker.php?aid=3385415

  - Grey out more options with Search Files
  http://sourceforge.net/support/tracker.php?aid=3385348

  - Put "Search files" option at top of Search window
  http://sourceforge.net/support/tracker.php?aid=2610166

  - Adding content (e.g., glossaries) search options
  http://sourceforge.net/support/tracker.php?aid=1587706

  - Go to Next **Translated** Segment
  http://sourceforge.net/support/tracker.php?aid=3181098

  - Do not remove leading and trailing spaces
  http://sourceforge.net/support/tracker.php?aid=3608611

  - Preserve spaces for all tags
  http://sourceforge.net/support/tracker.php?aid=3608615

  - Moving between tags with a single keystroke
  http://sourceforge.net/support/tracker.php?aid=3579784

  - Show the content of tags in tooltips
  http://sourceforge.net/support/tracker.php?aid=3573166

  - Validate tags when creating target files
  http://sourceforge.net/support/tracker.php?aid=1398289

  - Validate tags after each segment
  http://sourceforge.net/support/tracker.php?aid=3608715

  - Tag protection
  http://sourceforge.net/support/tracker.php?aid=3608720

  - Protected text in XLIFF
  http://sourceforge.net/support/tracker.php?aid=3608725

  - Move active match selection up/down
  http://sourceforge.net/support/tracker.php?aid=3608814

  - Gnome Shell integration
  http://sourceforge.net/support/tracker.php?aid=3609146

  - Do not remove leading and trailing tags
  http://sourceforge.net/support/tracker.php?aid=3574760

  - Not adding extra space on Insert Missing Source Tags
  http://sourceforge.net/support/tracker.php?aid=3370310

  - Better OmegaT icon resolution
  http://sourceforge.net/support/tracker.php?aid=3603928

  - Integrate tokenizers in OmegaT
  https://sourceforge.net/p/omegat/feature-requests/844/

  - Enable LanguageTool Plugin in Java Webstart version
  https://sourceforge.net/p/omegat/feature-requests/851/

  Other enhancements:

  - Insert Source Tags become Insert Missing Source Tags. It only adds
the tags missing in the segment.

  - Edit > Insert Next Missing Tag inserts the next tag missing in the
target segment

  - In the right-click menu of the current segment, missing tags
appear in the contextual menu, and can be inserted individually

  - When a match is inserted from a TMX contained in a folder named
"mt", the background of the active segment is changed to red. The
background is restored to normal when the segment is left.

  - OmegaT has now a machine translation connector for MyMemory.
To use it, check Options > Machine Translation > MyMemory

  - Import Source Files was renamed to Copy Files to Source Folder
and Import From MediaWiki was renamed to Download MediaWiki Page
to clarify the fact that no import process occurs, and that files
are just copied

  - Last changes can be displayed in the Help menu
(Help > Last Changes)

  Bug fixes:

  - XLIFF Filter: <ept> not recognized in relation with <bpt>
  http://sourceforge.net/support/tracker.php?aid=1988732

  - Problem with Undo after entering Japanese with IME
  http://sourceforge.net/support/tracker.php?aid=3586912

  - Infinite loop of exceptions when using Undo function
  http://sourceforge.net/support/tracker.php?aid=3540091

  - When the custom shortcut file was containing non-existent shortcuts,
OmegaT failed to load the valid ones

  - OmegaT team projects were not working behind some firewalls

  Localisation updates:

  - Basque localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Brazilian Portuguese localisation updated to 3.0.0 (UI, Instant Start)
  - Dutch localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Italian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Japanese localisation updated to 3.0.0 (UI)
  - Russian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Turkish localisation updated to 3.0.0 (UI)
2013-05-09 15:24:16 +00:00
ryoon
1d373b1427 Updated devel/jenkins to 1.509.1 2013-05-09 15:17:40 +00:00
ryoon
37e8d72331 Update to 1.509.1
Changelog:
What's new in 1.509.1 (2013/05/01)

    FilePath.installIfNecessaryFrom routes download over remoting channel (issue 17330)
    Add 'Are you sure' on Reload configuration from disk (issue 15340)
    MavenAbstractArtifactRecord.doRedeploy should require POST (SECURITY-69)
    Hover-over "Build Now" broken for parameterized jobs: "This page expects a form submission" (issue 17110)
    XSS issue, where an internal attacker can cause a remote stylesheet to be loaded and containing scripts executed. (SECURITY-67)
    CVE-2013-1808 stapler-adjunct-zeroclipboard: XSS via copying XSS payload into buffer (SECURITY-71)
    Jenkins.doEval checks ADMINISTER rather than RUN_SCRIPTS; doScript CSRF (SECURITY-63)
    Jenkins is no more WinXP compliant : CreateSymbolicLinkW is not available (issue 17343)
2013-05-09 15:16:55 +00:00
joerg
08ed39e3b9 Don't try to explicitly link in libstdc++. 2013-05-09 15:07:58 +00:00
taca
cf8e3a579c Fix wrong condition check; make's variable should be referenced as variable. 2013-05-09 14:31:48 +00:00
joerg
25d44eca9d Use enums for constants to not depend on the optimizer to inline the
values. Fix C++11 vs TR1 mismatches.
2013-05-09 14:28:25 +00:00
joerg
67e2821b85 Link libtorrent against libcrypto as it uses various functions from it.
Fix C++11 vs TR1 usage. Bump revision.
2013-05-09 14:26:41 +00:00
mef
9d97294728 Updated ham/fldigi to 3.21.70 2013-05-09 14:10:33 +00:00
mef
19377c5c85 - Bump fldigi version 3.21.65 to 3.21.70
- Remove patches/patch-src_throb_throb.cxx
   (upstream picked up this).
----------
Sat Apr 13 14:48:19 2013 -0500
Version 3.21.70
    Contestia/Olivia
      * Quick change / custom dialog
      * Corrected Contestia callback in confdialog.fl
      * Corrected resetOLIVIA function
    Tabs Colors
      * Added ID / QRZ tabs to color schema
    Double Click bug fix
      * Double click text selection for transfer to QSO record fields
    RTTY update
      * Removed code used for filter tests
      * Added CWI suppression, select decoding of
        - Mark-Space
        - Mark only
        - Space only
--------------
Version 3.21.69
    RTTY filters
      * Removed deprecated Hilbert transform
      * Corrected inverse FFT computation to provide unity gain
        h(t) -> H(w) -> h(t)
      * Added design output statements to fftfilt.cxx - normally disabled
      * Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi
      * Improved X-scope update rate
      * Removed unused methods and members
    Spotting
      * Add user configurable spotting using signal browser
        - spotting can be disabled if viewer is not visible
        - reduces CPU load if selected
    ADIF case
      * Change import parser to treat fields specifiers as case
        insensitive.
    QSO NBR/NXT macro tag
      * Added <QSONBR>, <NXTNBR> macro tags to respectively add
        current # QSO records, next QSO record number to transmit
    TX lower case
      * User configurable transmit all text in lower case
    WX parser
      * Update station name parser iaw new METAR format
----------------------------
Version 3.21.68
    RTTY bug fix
      * Missing initialization for Cmovavg bit filter pointer
    RTTY filters
      * added Modified Lanzcos RTTY Rx filter
        - DO2SMF, Stefan Fendt <smfendt@gmail.com>
    Hang on start
      * Erroneously created / deleted new thread for instance when
        rig_cat not being used for rig control.
    Analysis
      * Added timeout value to extinguish status message
    WF only ESC abort
      * Capture Escape to prevent program shutdown when
        Escape pressed when --wo dialog has focus.
        - Rx - escape ignored
        - Tx - transmit aborted, return to Rx
        - Tune - tune aborted, return to Rx
    rigMEM
      * removed rigMEM support code
        - KC505 transceiver control no longer uses this
          converted to use xmlrpc control.
    WF only null pointer fix
      * in waterfall only mode, bypass text logging of rx stream
    RTTY config tab
     * Cosmetic corrections
    RTTY stop bits
      * remove forced return to 1.5 stop bits for Baudot
----------------------------
Version 3.21.67
    RTTY FSK modem
      * This patch contributed to by
        W1HKJ, Dave Freese <w1hkj@w1hkj.com>
        DO2SMF, Stefan Fendt <smfendt@gmail.com>
      * Waveshaped FSK modem for classic RTTY using raised cosine
        matched filters
      * Kahn demodulator
      * RTTY scope based on separate mark / space filter outputs
      * Corrected s/n estimator
      * Change RTTY browser to new demodulator
      * Fixed missing browser highlight for callsign detection
      * Bypass Viewer signal processing if viewer(s) are not visible
        - significantly reduces % CPU use
      * Separated psk-rtty range/value pairs for viewer squelch
        control.
    PSK viewer
      * Suppress psk viewer decoding if neither viewer
        is visible.
    Contest fields
      * increased size of contest fields
    RigCAT INIT/CLOSE
      * This modification submitted by:
        Arvo Jarve, ES1JA, <arvo@softshark.ee>
      * Added CLOSE port rigcat command
      * Added user control to enable/disable restortation
        of serial port status bits when closing port
        - use <RESTORE>bool_value</RESTORE> in xml definition
          file.
    Olivia FEC reset
      * Added user control to enable/disable automatic reset of
        FEC integration depth when BW / Tones are changed either
        by user or via RsID reception.
    Status / Tx Level Controls
      * increased horizontal dimension to 120 pixels
----------------------------
Version 3.21.66
    Thor reset
    File Selector
    Macros
    CW modem
    User configurable items
2013-05-09 14:09:13 +00:00
joerg
86bb469cf8 Don't use forward defines for the std namespace. Fix various
inconsistencies in the iterator usage. Explicitly specify which wcschr
variant to use. Allow building with libc++ and use <atomic> in that
case.
2013-05-09 14:07:08 +00:00
joerg
49379c8f79 Be explicit on where to find qmake, sip and the py-qt4 files. 2013-05-09 14:05:20 +00:00
joerg
73b3a65d3b Allow building with libc++. Add some missing includes. 2013-05-09 14:04:42 +00:00