notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/gtkada/Makefile
SVNWeb

Number of commits found: 56

Mon, 28 Feb 2022
[ 21:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:8e2a89b541867f9b43bfefc59a9af5245cdb4c2c  commit hash:8e2a89b541867f9b43bfefc59a9af5245cdb4c2c  commit hash:8e2a89b541867f9b43bfefc59a9af5245cdb4c2c  8e2a89b  (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove ports depending on expired lang/gcc6-aux

Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.

Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 29 Dec 2020
[ 21:18 antoine search for other commits by this committer ] Original commit   Revision:559615
Drop optional dependency on a py27 port
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 8 Nov 2019
[ 11:21 tobik search for other commits by this committer ] Original commit   Revision:517047 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
x11*: Add missing USES={gl,gnome,mate}
Sat, 5 Jan 2019
[ 15:34 antoine search for other commits by this committer ] Original commit   Revision:489348
Fix build with DEFAULT_VERSIONS=python=3.x

PR:		234633
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Tue, 6 Jun 2017
[ 16:38 mat search for other commits by this committer ] Original commit   Revision:442784 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
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
Fri, 21 Apr 2017
[ 20:25 rene search for other commits by this committer ] Original commit   Revision:439129 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Return ports maintained by John Marino to the pool, he is no longer interested.

Submitted by:	Mark Millard via private e-mail
Wed, 15 Feb 2017
[ 21:33 rene search for other commits by this committer ] Original commit   Revision:434195 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Return the ports mistakenly reset to ports@ in r433856 to John Marino.

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.
Sat, 11 Feb 2017
[ 12:42 rene search for other commits by this committer ] Original commit   Revision:433856 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Return ports maintained by John Marino to the pool, see r433827 for details
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sat, 30 Apr 2016
[ 06:44 marino search for other commits by this committer ] Original commit   Revision:414332 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Change Ada Framework foundation from gcc5-aux to gcc6-aux

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).
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 16 Mar 2015
[ 14:54 marino search for other commits by this committer ] Original commit   Revision:381406
x11-toolkits/gtkada: Fix build on gcc5-aux (from Fedora)
Thu, 7 Aug 2014
[ 21:03 marino search for other commits by this committer ] Original commit   Revision:364322
x11-toolkits/gtkada: Disable PORTSCOUT version checking

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.
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
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
Tue, 20 May 2014
[ 11:44 marino search for other commits by this committer ] Original commit   Revision:354627
x11-toolkits/gtkada: Cleanup and define conflict with gtkada3

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
Wed, 19 Mar 2014
[ 19:31 marino search for other commits by this committer ] Original commit   Revision:348648
xmlada, gtkada: Bump for builders

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
Sun, 10 Nov 2013
[ 18:59 marino search for other commits by this committer ] Original commit   Revision:333425
x11-toolkits/gtkada: Convert to staging

* Don't install license anymore as it messes up auto-plist
* Bump portrevision because of this plist change
Fri, 20 Sep 2013
[ 23:57 bapt search for other commits by this committer ] Original commit   Revision:327785 (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Fri, 6 Sep 2013
[ 13:01 bapt search for other commits by this committer ] Original commit   Revision:326494 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Sun, 21 Jul 2013
[ 13:02 marino search for other commits by this committer ] Original commit   Revision:323381
x11-toolkits/gtkada: Improve multijob support

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)
Fri, 12 Jul 2013
[ 13:40 marino search for other commits by this committer ] Original commit   Revision:322832 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Replace John Marino email address with FreeBSD version

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)
Tue, 2 Jul 2013
[ 14:06 wg search for other commits by this committer ] Original commit   Revision:322170 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/gtkada: update to 2.24.4.0

- Update to 2.24.4.0
- Auto generate pkg-plist

PR:		ports/180172
Submitted by:	John Marino <draco@marino.st> (maintainer)
Tue, 30 Apr 2013
[ 11:57 bapt search for other commits by this committer ] Original commit   Revision:316919 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update to use: USES+= ada
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>
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  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
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Wed, 2 Mar 2011
[ 00:29 wen search for other commits by this committer ] Original commit 
GtkAda is an Ada graphical toolkit based on Gtk+ widgets using the
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>
Mon, 18 Jan 2010
[ 06:46 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 211 ports in this commit are shown above. View all ports for this commit)
- remove broken/expired ports@ ports

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 4 Jan 2010
[ 10:15 linimon search for other commits by this committer ] Original commit 
Reset maintainer at his request.  These ports are due for deletion soon
in any case.
Tue, 8 Dec 2009
[ 14:30 pav search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
  This port has been broken for 3+ months, thus

- Mark DEPRECATED and schedule for expiration in one month

With hat:       portmgr
Mon, 31 Aug 2009
[ 17:19 erwin search for other commits by this committer ] Original commit 
Mark BROKEN: does not build
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 6 Jun 2008
[ 14:16 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Sat, 9 Jun 2007
[ 10:50 miwi search for other commits by this committer ] Original commit 
- Fix build with xorg 7.2
- Bump PORTREVISION

PR:             113159
Submitted by:   Petr Holub (maintainer)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 29 Dec 2006
[ 20:26 miwi search for other commits by this committer ] Original commit 
- Bump PORTREVISION (i forget this)
[ 20:24 miwi search for other commits by this committer ] Original commit 
- Set conflict with gtkada-gcc

PR:             Petr Holub <hopet@.ics.muni.cz> (maintainer)
Submitted by:   107179
Sun, 8 Oct 2006
[ 15:04 pav search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Update to 2.4.0
- Take maintainership

PR:             ports/98986
Submitted by:   Petr Holub <hopet@ics.muni.cz>
Tue, 15 Aug 2006
[ 01:13 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Thu, 12 Jan 2006
[ 12:54 sem search for other commits by this committer ] Original commit  (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
- Update graphics/libglut to 6.4.1.
- 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>
Fri, 25 Nov 2005
[ 22:51 pav search for other commits by this committer ] Original commit 
- Make fetchable
- Update WWW
- Add SHA256

  This port could use an update
Wed, 14 Sep 2005
[ 10:53 vs search for other commits by this committer ] Original commit 
- Handle CFLAGS/ADACFLAGS [1]
- Reset maintainer: no access to FreeBSD machines

PR:             ports/85210 [1]
Submitted by:   Petr Holub
Approved by:    maintainer
Mon, 10 Jan 2005
[ 04:19 marcus search for other commits by this committer ] Original commit 
Register a conflict with x11/zenity.
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sun, 20 Apr 2003
[ 19:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Fri, 21 Feb 2003
[ 14:19 knu search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 2 Sep 2002
[ 03:58 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42309
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Tue, 4 Sep 2001
[ 17:52 lioux search for other commits by this committer ] Original commit 
Add missing pthreads LDFLAGS knobs, i.e., ${PTHREAD_LIBS};   to appropriate
places    
Wed, 15 Aug 2001
[ 10:56 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Unbroke with threaded Mesa;    
Fri, 4 May 2001
[ 22:41 ade search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Various patches (mainly shared library revision changes) for those   ports that
depend on GNOME and need to change for 1.4    
Tue, 2 Jan 2001
[ 16:05 sf search for other commits by this committer ] Original commit 
add missing files.    
Fri, 8 Dec 2000
[ 21:33 deischen search for other commits by this committer ] Original commit 
GtkAda is an Ada binding to Gtk.    

Number of commits found: 56