summaryrefslogtreecommitdiff
path: root/databases/mysql-workbench52/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove databases/mysql-workbench52.Raphael Kubo da Costa2016-03-051-126/+0
| | | | | | | | The port has been broken for more than 6 months and it does not look like anyone intends to fix it. Notes: svn path=/head/; revision=410174
* Switch from USE_SQLITE=3 to USES=sqlite.Raphael Kubo da Costa2016-02-281-2/+1
| | | | Notes: svn path=/head/; revision=409778
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-01-301-0/+2
| | | | Notes: svn path=/head/; revision=407550
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Rename ctemplate back to google-ctemplate, due package conflict.Vanilla I. Shu2015-09-301-1/+1
| | | | Notes: svn path=/head/; revision=398222
* rename google-ctemplate to ctemplate.Vanilla I. Shu2015-09-301-1/+1
| | | | Notes: svn path=/head/; revision=398198
* - Mark BROKENDmitry Marakasov2015-06-051-0/+2
| | | | | | | | | | | /usr/local/include/c++/v1/utility:254:9: error: 'std::__1::pair<_T1, _T2>::second' has incomplete type ../../library/grt/src/grtpp_value.h:96:9: error: forward declaration of 'class grt::ValueRef' ../../library/grt/src/grtpp.h:1643:38: error: 'const struct std::__1::pair<const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, grt::ValueRef>' has no member named 'second' Notes: svn path=/head/; revision=388580
* Convert to USES=autoreconfTijl Coosemans2015-04-181-5/+3
| | | | Notes: svn path=/head/; revision=384248
* Get rid of gnomehierBaptiste Daroussin2014-12-221-2/+2
| | | | Notes: svn path=/head/; revision=375290
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* - Add USES=iconv and link with -liconvTijl Coosemans2014-09-021-4/+6
| | | | | | | | | | - Remove USE_GCC=any because there's already USES=compiler:gcc-c++11-lib - Use default LIBTOOLIZE_ARGS Reported by: antoine Notes: svn path=/head/; revision=367083
* Allow the build to get much farther before it fails. Now it fails onAdam Weinberger2014-08-261-4/+3
| | | | | | | boost-related stuff. Notes: svn path=/head/; revision=366225
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-3/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2. Notes: svn path=/head/; revision=353054
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-6/+2
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Fix build on 8 and 9, AUTOMAKE_ARGS was missing --add-missingAntoine Brodin2013-12-051-22/+38
| | | | | | | | | | | | (the port is still broken on 10/head it seems) - Use new LIB_DEPENDS syntax and new USES - Stage support PR: ports/181875 Submitted by: Kato Tsuguru Notes: svn path=/head/; revision=335683
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 177909Martin Wilke2013-07-111-17/+104
| | | | | | | | PR: 177909 Submitted by: ports fury Notes: svn path=/head/; revision=322771
* Reset maintainer as per request.Chris Rees2012-01-221-1/+1
| | | | | | | | | Thanks for your work on this port in the past. Submitted by: maintainer (private email) Notes: svn path=/head/; revision=289615
* Chase libzip updateMax Brazhnikov2011-04-241-1/+1
| | | | Notes: svn path=/head/; revision=273151
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* MySQL Workbench is a cross-platform, visual database design tool developedPhilip M. Gollucci2009-07-141-0/+25
by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. 5.2 branch still in Alpha stage WWW: http://dev.mysql.com/workbench/ PR: ports/136088 (part 2 of 2) Submitted by: Maxim Ignatenko Notes: svn path=/head/; revision=237743