aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/c++-gtk-utils
Commit message (Collapse)AuthorAgeFilesLines
* - Update x11-toolkits/c++-gtk-utils to version 2.2.10Pawel Pekala2014-12-243-5/+4
| | | | | | | - Bump affected comms/efax-gtk, fix plist while here Notes: svn path=/head/; revision=375464
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-131-2/+0
| | | | Notes: svn path=/head/; revision=370822
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to version 2.2.8Pawel Pekala2014-09-063-11/+6
| | | | | | | - Use INSTALL_TARGET for stripping Notes: svn path=/head/; revision=367457
* - Update x11-toolkits/c++-gtk-utils to version 2.2.7Pawel Pekala2014-06-033-7/+6
| | | | | | | | - Needs USES=libtool, drop la file - Bump affected comms/efax-gtk (library name changed) Notes: svn path=/head/; revision=356388
* - Update to version 2.2.6Pawel Pekala2014-04-252-6/+7
| | | | | | | - Disable test for now, they fail with clang Notes: svn path=/head/; revision=352138
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Update to version 2.2.5Pawel Pekala2014-01-243-3/+11
| | | | | | | - Strip library when DEBUG=off Notes: svn path=/head/; revision=340944
* Update to version 2.2.4Pawel Pekala2013-11-302-4/+3
| | | | Notes: svn path=/head/; revision=335274
* Revert USE_GCC to yesPawel Pekala2013-10-271-1/+1
| | | | | | | Requested by: gerald Notes: svn path=/head/; revision=331800
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add support for STAGEDIRPawel Pekala2013-10-051-9/+0
| | | | Notes: svn path=/head/; revision=329478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* Update to version 2.2.3Pawel Pekala2013-09-172-3/+3
| | | | | | | | | | Changes: The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch classes has been improved. Other improvements have been made. Notes: svn path=/head/; revision=327481
* - Update x11-toolkits/c++-gtk-utils to 2.2.2Pawel Pekala2013-08-203-5/+6
| | | | | | | | - Bump affected comms/efax-gtk - Both ports need at least gcc46 to build Notes: svn path=/head/; revision=325069
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Convert my ports to current standardsPawel Pekala2013-07-101-4/+2
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* - Update to version 2.2.1Pawel Pekala2013-07-032-3/+5
| | | | | | | | | | | - Make options visible The release notes for this version are as follows: Minor bugfixes, interface improvements, and documentation updates. Notes: svn path=/head/; revision=322229
* - Update x11-toolkits/c++-gtk-utils to 2.2.0Pawel Pekala2013-06-023-533/+54
| | | | | | | | add support for DOCS option, switch to PORTDOCS - Update comms/efax-gtk to 3.2.12 Notes: svn path=/head/; revision=319650
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to version 2.0.16Pawel Pekala2013-03-272-18/+5
| | | | Notes: svn path=/head/; revision=315419
* Update to version 2.0.15Pawel Pekala2013-02-154-4/+32
| | | | Notes: svn path=/head/; revision=312309
* x11-toolkits/c++-gtk-utils: update to version 2.0.14Pawel Pekala2013-01-024-6/+15
| | | | | | | comms/efax-gtk: update to version 3.2.11 Notes: svn path=/head/; revision=309831
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update x11-toolkits/c++-gtk-utils to version 2.0.13Pawel Pekala2012-12-093-10/+14
| | | | | | | - Bump comms/efax-gtk after shlib version change Notes: svn path=/head/; revision=308573
* - Update to version 2.0.11Pawel Pekala2012-08-162-5/+18
| | | | | | | | - Add missing library deps - Port needs USE_PKGCONFIG=build Notes: svn path=/head/; revision=302639
* - Update to version 2.0.10Pawel Pekala2012-07-023-26/+27
| | | | | | | | | | | - Remove workaround to build on 10.0-CURRENT Changes: Upgrades to the build system have been made. The documentation has been updated and other minor improvements made. Notes: svn path=/head/; revision=300394
* Convert my ports to optionsNGPawel Pekala2012-06-071-1/+5
| | | | Notes: svn path=/head/; revision=298711
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to version 2.0.9Pawel Pekala2012-05-293-3/+6
| | | | | | | | | | | Changes: Integration of callback objects with C++11 lambda expressions has been improved. A bug in the move assignment operator of AsyncQueueDispatch has been fixed. Documentation improvements have been made. Notes: svn path=/head/; revision=297701
* - Update to version 2.0.8Pawel Pekala2012-05-213-45/+50
| | | | | | | - Sort plist Notes: svn path=/head/; revision=297134
* - Fix build on 10.0-CURRENTPawel Pekala2012-05-152-421/+432
| | | | | | | - Drop NOPORTDOCS support Notes: svn path=/head/; revision=296687
* Update to version 2.0.7Pawel Pekala2012-04-122-4/+3
| | | | Notes: svn path=/head/; revision=294755
* Don't change rpath of library, port run depends on gcc44+ anywayPawel Pekala2012-01-231-4/+1
| | | | Notes: svn path=/head/; revision=289686
* c++-gtk-utils is a lightweight library containing a number of classes andPawel Pekala2011-12-234-0/+509
functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation. WWW: http://cxx-gtk-utils.sourceforge.net Notes: svn path=/head/; revision=287937