aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop optional dependency on a py27 portAntoine Brodin2020-12-291-12/+2
| | | | Notes: svn path=/head/; revision=559615
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517047
* Fix build with DEFAULT_VERSIONS=python=3.xAntoine Brodin2019-01-051-1/+2
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=489348
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig intoMathieu Arnold2017-06-061-2/+0
| | | | | | | | | | | | | | | | libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129 Notes: svn path=/head/; revision=442784
* Return ports maintained by John Marino to the pool, he is no longer interested.Rene Ladan2017-04-211-1/+1
| | | | | | | Submitted by: Mark Millard via private e-mail Notes: svn path=/head/; revision=439129
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.Rene Ladan2017-02-151-1/+1
| | | | | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time. Notes: svn path=/head/; revision=434195
* Return ports maintained by John Marino to the pool, see r433827 for detailsRene Ladan2017-02-111-1/+1
| | | | Notes: svn path=/head/; revision=433856
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Change Ada Framework foundation from gcc5-aux to gcc6-auxJohn Marino2016-04-301-1/+1
| | | | | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only). Notes: svn path=/head/; revision=414332
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* x11-toolkits/gtkada: Fix build on gcc5-aux (from Fedora)John Marino2015-03-161-0/+5
| | | | Notes: svn path=/head/; revision=381406
* Remove @dirrm from my www and x11-toolkits portsJohn Marino2014-10-161-7/+0
| | | | Notes: svn path=/head/; revision=370999
* x11-toolkits/gtkada: Disable PORTSCOUT version checkingJohn Marino2014-08-071-0/+2
| | | | | | | | | There will not be any more updates to gtkada version 2. There are two gtkada ports (the other is gtkada3) and portscout is seeing the distfile for the other one and falsely reporting gtkada has an update. Notes: svn path=/head/; revision=364322
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* x11-toolkits/gtkada: Cleanup and define conflict with gtkada3John Marino2014-05-202-22/+1176
| | | | | | | | | | | | | | This port directly conflicts with gtkada3 as many files are installed in the same place. Define the conflict. While here: * Convert from generated plist to pkg-plist * Add DOCS and EXAMPLES options, use PORTDOCS and PORTEXAMPLES * Remove post-patch target, not needed * Convert to USES+= tar:bzip2 * Install license - GPLv2 was already defined but not installed Notes: svn path=/head/; revision=354627
* xmlada, gtkada: Bump for buildersJohn Marino2014-03-191-1/+1
| | | | | | | | | | | libraries built by the previous version of the Ada compiler can not be used by the new compiler. Rev bump a couple of libraries that can cause breakage on incremental builds. Reported by: pkg-fallout Notes: svn path=/head/; revision=348648
* x11-toolkits/gtkada: Convert to stagingJohn Marino2013-11-101-22/+21
| | | | | | | | * Don't install license anymore as it messes up auto-plist * Bump portrevision because of this plist change Notes: svn path=/head/; revision=333425
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+2
| | | | Notes: svn path=/head/; revision=326494
* x11-toolkits/gtkada: Improve multijob supportJohn Marino2013-07-211-22/+8
| | | | | | | | | | | | | | | The first attempt at supporting multiple jobs resulting in reimplementing the MAKE_JOBS_NUMBER determining with "!=" operator. Portlint doesn't like that and it's not even necessary. By overriding the do-build target, the "-j" parameter is shielding from the makefile and the number of jobs is passed to gprbuild via the PROCESSORS environment variable. USE_GMAKE was also converted to USES+= gmake. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323381
* Replace John Marino email address with FreeBSD versionJohn Marino2013-07-121-2/+2
| | | | | | | | | | While I'm here, also trim the headers on a couple of ports and remove a reference to the Dragonlace mirror which is down indefinitely. Approved by: bapt (mentor) Notes: svn path=/head/; revision=322832
* x11-toolkits/gtkada: update to 2.24.4.0William Grzybowski2013-07-0217-2827/+86
| | | | | | | | | | | - Update to 2.24.4.0 - Auto generate pkg-plist PR: ports/180172 Submitted by: John Marino <draco@marino.st> (maintainer) Notes: svn path=/head/; revision=322170
* Update to use: USES+= adaBaptiste Daroussin2013-04-3015-906/+2230
| | | | | | | | | | | | | | | Additionally: 1) A pre-generated reference manual has been added as a second distfile and is installed 2) License added 3) DESTDIR support added (comes from pkgsrc) (will be useful once staging will hit the tree) 4) gcc 4.7-specific patches 5) PLIST order alphabetically and fix issues with it. PR: ports/178145 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=316919
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* GtkAda is an Ada graphical toolkit based on Gtk+ widgets using theWen Heping2011-03-027-0/+1539
| | | | | | | | | | | | | | object-oriented features of the language. Gtk+ is a graphical toolkit written in C for X-Window and Win32 that was originally developed as the basis for GIMP. WWW: http://libre.adacore.com/libre/tools/gtkada/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st> Notes: svn path=/head/; revision=270092
* - remove broken/expired ports@ portsPhilip M. Gollucci2010-01-188-1305/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: portmgr (miwi) audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months devel/adabindx||2010-01-18|Has expired: has been broken for 3 months devel/agide||2010-01-18|Has expired: has been broken for 6 months devel/asis||2010-01-18|Has expired: has been broken for 3 months devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind devel/florist||2010-01-18|Has expired: has been broken for 3 months editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months graphics/gephex||2010-01-18|Has expired: has been broken for 3 months graphics/irit||2010-01-18|Has expired: has been broken for 3 months graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months japanese/expect||2010-01-18|Has expired: has been broken for 3 months lang/pnetc||2010-01-18|Has expired: has been broken for 5 months mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months print/latex-msc||2010-01-18|Has expired: has been broken for 3 months science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months shells/bush||2010-01-18|Has expired: has been broken for 3 months textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months Notes: svn path=/head/; revision=248076
* Reset maintainer at his request. These ports are due for deletion soonMark Linimon2010-01-041-1/+1
| | | | | | | in any case. Notes: svn path=/head/; revision=247131
* This port has been broken for 3+ months, thusPav Lucistnik2009-12-081-0/+2
| | | | | | | | | - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr Notes: svn path=/head/; revision=245413
* Mark BROKEN: does not buildErwin Lansing2009-08-311-0/+1
| | | | Notes: svn path=/head/; revision=240622
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* 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
* - Fix build with xorg 7.2Martin Wilke2007-06-091-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: 113159 Submitted by: Petr Holub (maintainer) Notes: svn path=/head/; revision=193091
* - 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
* - Bump PORTREVISION (i forget this)Martin Wilke2006-12-291-0/+1
| | | | Notes: svn path=/head/; revision=181001
* - Set conflict with gtkada-gccMartin Wilke2006-12-291-1/+1
| | | | | | | | PR: Petr Holub <hopet@.ics.muni.cz> (maintainer) Submitted by: 107179 Notes: svn path=/head/; revision=181000
* - Update to 2.4.0Pav Lucistnik2006-10-0815-401/+711
| | | | | | | | | | - Take maintainership PR: ports/98986 Submitted by: Petr Holub <hopet@ics.muni.cz> Notes: svn path=/head/; revision=174954
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170655
* 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
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-2/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Make fetchablePav Lucistnik2005-11-253-4/+5
| | | | | | | | | | - Update WWW - Add SHA256 This port could use an update Notes: svn path=/head/; revision=149498
* - Handle CFLAGS/ADACFLAGS [1]Volker Stolz2005-09-141-1/+1
| | | | | | | | | | | - Reset maintainer: no access to FreeBSD machines PR: ports/85210 [1] Submitted by: Petr Holub Approved by: maintainer Notes: svn path=/head/; revision=142702
* Register a conflict with x11/zenity.Joe Marcus Clarke2005-01-101-0/+2
| | | | Notes: svn path=/head/; revision=126025
* 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-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76045