non port: x11-toolkits/gtkada/Makefile |
SVNWeb
|
Number of commits found: 56 |
Mon, 28 Feb 2022
|
[ 21:34 Rene Ladan (rene) ] 8e2a89b (Only the first 10 of 234 ports in this commit are shown above. )
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 )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 29 Dec 2020
|
[ 21:18 antoine ]
Drop optional dependency on a py27 port
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
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 )
|
Fri, 8 Nov 2019
|
[ 11:21 tobik ] (Only the first 10 of 139 ports in this commit are shown above. )
x11*: Add missing USES={gl,gnome,mate}
|
Sat, 5 Jan 2019
|
[ 15:34 antoine ]
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 234633
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
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 ] (Only the first 10 of 18 ports in this commit are shown above. )
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 ] (Only the first 10 of 62 ports in this commit are shown above. )
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 ] (Only the first 10 of 62 ports in this commit are shown above. )
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 ] (Only the first 10 of 63 ports in this commit are shown above. )
Return ports maintained by John Marino to the pool, see r433827 for details
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 30 Apr 2016
|
[ 06:44 marino ] (Only the first 10 of 42 ports in this commit are shown above. )
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 ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 16 Mar 2015
|
[ 14:54 marino ]
x11-toolkits/gtkada: Fix build on gcc5-aux (from Fedora)
|
Thu, 7 Aug 2014
|
[ 21:03 marino ]
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 ] (Only the first 10 of 304 ports in this commit are shown above. )
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 ]
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 ]
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 ]
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 ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Fri, 6 Sep 2013
|
[ 13:01 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Sun, 21 Jul 2013
|
[ 13:02 marino ]
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 ] (Only the first 10 of 16 ports in this commit are shown above. )
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 ] (Only the first 10 of 17 ports in this commit are shown above. )
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
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 ] (Only the first 10 of 417 ports in this commit are shown above. )
* 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 ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 2 Mar 2011
|
[ 00:29 wen ]
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 ] (Only the first 10 of 211 ports in this commit are shown above. )
- 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 )
|
Mon, 4 Jan 2010
|
[ 10:15 linimon ]
Reset maintainer at his request. These ports are due for deletion soon
in any case.
|
Tue, 8 Dec 2009
|
[ 14:30 pav ] (Only the first 10 of 62 ports in this commit are shown above. )
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 ]
Mark BROKEN: does not build
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 158 ports in this commit are shown above. )
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 ]
- Fix build with xorg 7.2
- Bump PORTREVISION
PR: 113159
Submitted by: Petr Holub (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- 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 ]
- Bump PORTREVISION (i forget this)
|
[ 20:24 miwi ]
- Set conflict with gtkada-gcc
PR: Petr Holub <hopet@.ics.muni.cz> (maintainer)
Submitted by: 107179
|
Sun, 8 Oct 2006
|
[ 15:04 pav ] (Only the first 10 of 15 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 44 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 633 ports in this commit are shown above. )
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 ] (Only the first 10 of 154 ports in this commit are shown above. )
- 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 ]
- Make fetchable
- Update WWW
- Add SHA256
This port could use an update
|
Wed, 14 Sep 2005
|
[ 10:53 vs ]
- 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 ]
Register a conflict with x11/zenity.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Sun, 20 Apr 2003
|
[ 19:54 marcus ] (Only the first 10 of 78 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Fri, 21 Feb 2003
|
[ 14:19 knu ] (Only the first 10 of 166 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 2 Sep 2002
|
[ 03:58 lioux ] (Only the first 10 of 44 ports in this commit are shown above. )
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Tue, 4 Sep 2001
|
[ 17:52 lioux ]
Add missing pthreads LDFLAGS knobs, i.e., ${PTHREAD_LIBS}; to appropriate
places
|
Wed, 15 Aug 2001
|
[ 10:56 sobomax ] (Only the first 10 of 14 ports in this commit are shown above. )
- Unbroke with threaded Mesa;
|
Fri, 4 May 2001
|
[ 22:41 ade ] (Only the first 10 of 73 ports in this commit are shown above. )
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 ]
add missing files.
|
Fri, 8 Dec 2000
|
[ 21:33 deischen ]
GtkAda is an Ada binding to Gtk.
|
Number of commits found: 56 |