aboutsummaryrefslogtreecommitdiff
path: root/databases/gtksql
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buildKirill Ponomarev2017-03-133-18/+19
| | | | | | | | | | | | | | | | - Add new necessary dependencies - Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure - Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla PR: 217697 Submitted by: lightside@gmx.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9974 Notes: svn path=/head/; revision=436103
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Mark BROKEN: incomplete definition of type 'struct CharacterRange'Dmitry Marakasov2016-12-191-0/+2
| | | | Notes: svn path=/head/; revision=428908
* - Add LICENSE_FILEDmitry Marakasov2016-09-071-26/+16
| | | | | | | | - Switch to options helpers - Bump PORTREVISION for x11-toolkits/scintilla library change Notes: svn path=/head/; revision=421513
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Unbreak by working-around the short-comings of the current scintillaMikhail Teterin2015-03-091-5/+4
| | | | | | | | | port -- the installed shared library no longer links with Gnome shared libraries, which it is using requiring any users of -lscintilla to link with them explicitly.. Notes: svn path=/head/; revision=380807
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-02-281-0/+2
| | | | Notes: svn path=/head/; revision=380137
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371255
* Mark BROKEN: Fails to configureAntoine Brodin2014-08-171-0/+2
| | | | | | | | | | | configure: error: C compiler cannot create executables See `config.log' for more details. ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout Notes: svn path=/head/; revision=365259
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-1/+1
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* 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
* Convert to USES=pgsqlBaptiste Daroussin2014-05-271-6/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355482
* - Fix buildMartin Wilke2014-02-073-90/+105
| | | | | | | | | | - Stage support PR: 184234 Submitted by: Ports Fury Notes: svn path=/head/; revision=343271
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* databases/gtksql: Fix leftoversJohn Marino2013-10-081-0/+20
| | | | | | | | | | | | Ever since this port was updated to verson 0.4.5, it has suffered from leftover files caused by installing two sets of PORTDOCS. The custom version added in the post-install target is accounted for, but the distfiles's makefile also has a target that installs the same files plus two others in a non-standard location. The fix is to disable the distfile's install target and keep the one in post-install. Notes: svn path=/head/; revision=329773
* Explicitly link libraries on 10 unmaintained portsJohn Marino2013-10-071-2/+2
| | | | | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5 Notes: svn path=/head/; revision=329743
* 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
* - Update devel/automake to 1.14Ade Lovett2013-07-163-36/+1
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert databases to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316313
* - Update to version 4.5, now GTK+2 basedPawel Pekala2013-02-269-152/+137
| | | | | | | | | | | | | | - Convert to OptionsNG, respect NLS option - Add support for sqlite3 - Add license info - Respect CFLAGS during build - Update COMMENT, pkg-descr to describe actual state PR: ports/176402 Reported by: Aldis Berjoza <graudeejs@gmail.com> Notes: svn path=/head/; revision=313003
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-12-291-6/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=309602
* Pointyhat confirms that these don't work with newer MySQL, soDoug Barton2011-10-181-0/+2
| | | | | | | | | | mark them: BROKEN= Needs modification to work with newer MySQL EXPIRATION_DATE= 2011-11-30 Notes: svn path=/head/; revision=283869
* Remove references to mysql 323 and 40, most commonly of the form:Doug Barton2011-10-171-4/+3
| | | | | | | IGNORE_WITH_MYSQL= 323 40 Notes: svn path=/head/; revision=283682
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-211-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209563
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Fix build when WITH_PGSQL is set.Sam Lawrance2005-08-041-2/+46
| | | | | | | | | PR: ports/84522 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Approved by: portmgr (clement) Notes: svn path=/head/; revision=140769
* - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12Pav Lucistnik2005-05-311-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=136491
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* gtksql fixes: PERL/REINPLACE, postgres, LOCALBASEEdwin Groothuis2003-04-052-6/+7
| | | | | | | | | | | | 1. the port now uses REINPLACE_CMD instead of perl 2. the MySQL and Postgres dependencies are now LOCALBASE-clean 3. PGSQLCFLAGS is updated to track changes in the Postgres tree PR: ports/50502 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=78266
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* Project site movedPatrick Li2002-07-142-2/+2
| | | | | | | | | PR: ports/40534 Submitted by: maintainer Noticed by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=62937
* NOPORTDOCS support for pkg-plistSADA Kenji2001-09-161-3/+3
| | | | | | | | | PR: ports/29798 Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer Notes: svn path=/head/; revision=47868
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-213-2/+14
| | | | Notes: svn path=/head/; revision=41759
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-2/+2
| | | | Notes: svn path=/head/; revision=38323
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Fix typo that prevents Gtksql from being used with Postgres.Murray Stokely2000-11-081-1/+1
| | | | | | | | | < HAVE_PYSQL= yes --- > HAVE_PGSQL= yes Notes: svn path=/head/; revision=34898
* Implement USE_GTK, part 1.Jeremy Lea2000-10-051-26/+28
| | | | Notes: svn path=/head/; revision=33424