aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* devel/gobject-introspection: convert to new LIB_DEPENDS formatrobak2014-07-021-1/+1
| | | | Approved by: swills, marino (mentors)
* - Stage supportmiwi2014-03-062-3/+3
|
* Python cleanup:rene2014-01-141-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 2)
* Fix __asm volatile warnings from g-ir-scanner.kwm2013-08-182-2/+27
| | | | | | | | Take patch from pkgsrc because the PR patch isn't complete. PR: ports/181367 Submitted by: Takeshi Taguchi <taguchi@ff.iij4u.or.jp> Obtained from: NetBSD pkgsrc
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-316-97/+101
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* Convert devel to USES=pkgconfigbapt2013-04-231-2/+1
|
* Readd the shared library version in libffi. The gcc46 has its own libffimezz2013-03-201-1/+1
| | | | | | | | | | | library too. # ldconfig -r | grep libffi 225:-lffi.6 => /usr/local/lib/libffi.so.6 314:-lffi.4 => /usr/local/lib/gcc46/libffi.so.4 PR: ports/176467 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* Convert USE_BISON to USES= bisonbapt2013-03-081-2/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-085-48/+71
| | | | | | | | | | | | | | | | | | | | 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
* - Update devel/libffi to 3.0.11.jkim2013-01-291-1/+1
| | | | | | | - Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm>
* - Fix lang/python27's PTH option knob handling. Sincemva2012-12-112-2/+2
| | | | | | | | | gobject-introspection does not use python-config correctly and PTH does not add itself properly to the python-config --includes knob, python-config --cflags are needed. PR: ports/172190 ports/170754 Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> Shawn Wilson <ag4ve.us@gmail.com>
* Mark as broken on ARM.linimon2012-09-041-1/+7
| | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr
* Bump portrevision after removing cairo from lib_dependskwm2012-03-191-1/+1
| | | | | Submitted by: pav@ Feature safe: yes
* - Fix the build with no-default CC, to trigger a build fail use CC withmezz2012-03-141-5/+3
| | | | | | | | | | | spaces. [1] - Remove the cairo dependency. [2] PR: ports/158722 [1] ports/161185 [2] Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> [1] Garrett Cooper <gcooper@ixsystems.com> [2] Feature safe: yes
* Bump PORTREVISION due to pcre updatemm2012-02-151-0/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Restrict python version to 2.x.kwm2011-09-061-1/+1
| | | | | PR: ports/160477 Submitter by: sunpoet@
* Fix a potential build problem by testing too much.marcus2011-08-211-0/+20
| | | | Submitted by: mi
* Update the glib and gtk stack to the lastest stable releases.kwm2011-07-304-35/+13
| | | | | | | | Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
* -remove MD5ohauer2011-07-031-1/+0
|
* Use 'python${PYTHON_VERSION}-config --includes' to give the includes insteadmezz2011-05-031-0/+11
| | | | | | | of static version. Once a fix goes into Python's side then this port should be able to build with Python's pth stuff enabled. Reported by: itetcu
* - Bump PORTREVISION to force rebuild after python update.miwi2011-03-051-0/+1
|
* Required Python 2.5+.mezz2010-12-291-1/+1
| | | | Reported by: Tony Waria <tonywaria@gmail.com>
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-208-103/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
* Fix build with python 2.7.kwm2010-08-242-0/+22
| | | | | | PR: ports/149710 Submitted by: bf <bf1783@gmail.com> Obtained from: Gnome Git
* Update to 0.6.14.marcus2010-06-075-22/+25
|
* Handle alignment requirements in g_constant_info_get_value() the same waymarius2010-06-011-0/+46
| | | | | | it is done in g_ir_node_build_typelib() in order to fix the build on !x86. Approved by: marcus
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* Update to 0.6.11.marcus2010-05-223-4/+6
|
* Mark MAKE_JOBS_UNSAFE.marcus2010-05-171-0/+1
| | | | | PR: 146645 Submitted by: amdmi3
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-117-2719/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
* Fix the build on sparc64. Two of these patches were taken from GNOME git,marcus2010-02-113-0/+2710
| | | | | and the other was submitted by Andrew Belashov <bel@orel.ru>. Thanks to linimon for providing a test bed.
* Quote the metacharatcers in ${CC} to handle some special cases where ${CC}marcus2009-12-251-1/+1
| | | | | | may contain spaces. Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
* Update to 0.6.7.kwm2009-12-194-19/+31
|
* Update to 0.6.6.marcus2009-12-113-24/+4
|
* Fix gir generation when /usr/local is a symlink.marcus2009-12-012-0/+20
| | | | | | Reported by: dhw kib Obtained from: GNOME git
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-295-0/+171
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929