aboutsummaryrefslogtreecommitdiff
path: root/devel/gobject-introspection
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-03-062-3/+3
| | | | Notes: svn path=/head/; revision=347174
* Python cleanup:Rene Ladan2014-01-131-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) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Fix __asm volatile warnings from g-ir-scanner.Koop Mast2013-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 Notes: svn path=/head/; revision=324926
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-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] Notes: svn path=/head/; revision=324037
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert devel to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316333
* Readd the shared library version in libffi. The gcc46 has its own libffiJeremy Messenger2013-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> Notes: svn path=/head/; revision=314706
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-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 Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-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 Notes: svn path=/head/; revision=313633
* - Update devel/libffi to 3.0.11.Jung-uk Kim2013-01-291-1/+1
| | | | | | | | | | - Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=311141
* - Fix lang/python27's PTH option knob handling. SinceMarcus von Appen2012-12-102-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> Notes: svn path=/head/; revision=308634
* Mark as broken on ARM.Mark Linimon2012-09-041-1/+7
| | | | | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr Notes: svn path=/head/; revision=303634
* Bump portrevision after removing cairo from lib_dependsKoop Mast2012-03-191-1/+1
| | | | | | | | Submitted by: pav@ Feature safe: yes Notes: svn path=/head/; revision=293560
* - Fix the build with no-default CC, to trigger a build fail use CC withJeremy Messenger2012-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 Notes: svn path=/head/; revision=293273
* Bump PORTREVISION due to pcre updateMartin Matuska2012-02-151-0/+1
| | | | Notes: svn path=/head/; revision=291437
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Restrict python version to 2.x.Koop Mast2011-09-051-1/+1
| | | | | | | | PR: ports/160477 Submitter by: sunpoet@ Notes: svn path=/head/; revision=281249
* Fix a potential build problem by testing too much.Joe Marcus Clarke2011-08-201-0/+20
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=280082
* Update the glib and gtk stack to the lastest stable releases.Koop Mast2011-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. Notes: svn path=/head/; revision=278556
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Use 'python${PYTHON_VERSION}-config --includes' to give the includes insteadJeremy Messenger2011-05-021-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 Notes: svn path=/head/; revision=273499
* - Bump PORTREVISION to force rebuild after python update.Martin Wilke2011-03-051-0/+1
| | | | Notes: svn path=/head/; revision=270340
* Required Python 2.5+.Jeremy Messenger2010-12-281-1/+1
| | | | | | | Reported by: Tony Waria <tonywaria@gmail.com> Notes: svn path=/head/; revision=267096
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-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@ Notes: svn path=/head/; revision=264837
* Fix build with python 2.7.Koop Mast2010-08-242-0/+22
| | | | | | | | | PR: ports/149710 Submitted by: bf <bf1783@gmail.com> Obtained from: Gnome Git Notes: svn path=/head/; revision=259901
* Update to 0.6.14.Joe Marcus Clarke2010-06-065-22/+25
| | | | Notes: svn path=/head/; revision=255929
* Handle alignment requirements in g_constant_info_get_value() the same wayMarius Strobl2010-05-311-0/+46
| | | | | | | | | it is done in g_ir_node_build_typelib() in order to fix the build on !x86. Approved by: marcus Notes: svn path=/head/; revision=255399
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 0.6.11.Joe Marcus Clarke2010-05-223-4/+6
| | | | Notes: svn path=/head/; revision=254792
* Mark MAKE_JOBS_UNSAFE.Joe Marcus Clarke2010-05-161-0/+1
| | | | | | | | PR: 146645 Submitted by: amdmi3 Notes: svn path=/head/; revision=254454
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-107-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 Notes: svn path=/head/; revision=254099
* Fix the build on sparc64. Two of these patches were taken from GNOME git,Joe Marcus Clarke2010-02-113-0/+2710
| | | | | | | | and the other was submitted by Andrew Belashov <bel@orel.ru>. Thanks to linimon for providing a test bed. Notes: svn path=/head/; revision=249561
* Quote the metacharatcers in ${CC} to handle some special cases where ${CC}Joe Marcus Clarke2009-12-251-1/+1
| | | | | | | | | may contain spaces. Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=246602
* Update to 0.6.7.Koop Mast2009-12-184-19/+31
| | | | Notes: svn path=/head/; revision=246162
* Update to 0.6.6.Joe Marcus Clarke2009-12-103-24/+4
| | | | Notes: svn path=/head/; revision=245522
* Fix gir generation when /usr/local is a symlink.Joe Marcus Clarke2009-12-012-0/+20
| | | | | | | | | Reported by: dhw kib Obtained from: GNOME git Notes: svn path=/head/; revision=245049
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-285-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 Notes: svn path=/head/; revision=244923