aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta
Commit message (Collapse)AuthorAgeFilesLines
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".Tijl Coosemans2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353934
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),Tijl Coosemans2014-04-141-1/+1
| | | | | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2. Notes: svn path=/head/; revision=351252
* Support stageBaptiste Daroussin2014-04-112-19/+22
| | | | Notes: svn path=/head/; revision=350949
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* Use pathfix, shebangfix and shared-mime-info USES.Koop Mast2013-07-302-5/+4
| | | | | | | Add USE_CSTD=gnu89 to fix the build with clang. Notes: svn path=/head/; revision=323966
* - bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1Olli Hauer2013-07-061-3/+2
| | | | | | | | | while I'm here - convert to USES=gmake - trim Makefile header and respect nice_people Notes: svn path=/head/; revision=322372
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Disable the class inheritance plugin, it needed a library that was removedKoop Mast2013-03-312-19/+4
| | | | | | | | | | in the last graphviz update. This allows it to packages again. Submitted by: miwi Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315630
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-22/+21
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - 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
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.Koop Mast2011-07-302-5/+2
| | | | Notes: svn path=/head/; revision=278564
* - bump after update to graphviz-0.28Dirk Meyer2011-05-201-0/+1
| | | | Notes: svn path=/head/; revision=274364
* Update to 2.32.1.1.Koop Mast2011-01-042-3/+3
| | | | Notes: svn path=/head/; revision=267378
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+1
| | | | Notes: svn path=/head/; revision=265663
* - Chase move of devel/gdb6 to devel/gdb66 (perhaps these ports could bePav Lucistnik2010-11-241-1/+1
| | | | | | | switched to devel/gdb?) Notes: svn path=/head/; revision=265107
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-204-78/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Catch up with p5-gettext renamingPav Lucistnik2010-10-121-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262914
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger2010-07-301-6/+3
| | | | | | | | | | | | | | | | | | | | | ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav Notes: svn path=/head/; revision=258515
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-252-5/+5
| | | | Notes: svn path=/head/; revision=258246
* Depend on neon 29 if found.Koop Mast2010-06-191-2/+6
| | | | | | | | Submitted by: Sam Fourman Jr. on IRC Feature safe: yes Notes: svn path=/head/; revision=256692
* Update to 2.30.2.0.Joe Marcus Clarke2010-06-063-6/+5
| | | | Notes: svn path=/head/; revision=255955
* Now that apr is shipped apart from apache. Remove the apr finding hoop jumping.Koop Mast2010-06-041-22/+3
| | | | | | | | Also only depend on neon when we are building the subversion plugin. While here remove obsolete post-patch sed line. Notes: svn path=/head/; revision=255728
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-106-102/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Add a missing runtime dependency, yelp. Bump the PORTREVISION.Jeremy Messenger2010-02-221-1/+3
| | | | | | | | | PR: ports/141796 Reported by: Vaibhav Gavane <vaibhav.gavane@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=250145
* Update to 2.28.2.0.Joe Marcus Clarke2010-02-144-18/+24
| | | | Notes: svn path=/head/; revision=249845
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Use the gdb6 from ports to satisfy the gdb requirements of Anjuta.Joe Marcus Clarke2009-12-192-1/+14
| | | | | | | PR: 141780 Notes: svn path=/head/; revision=246259
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-288-161/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase the vte shared lib bump.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240115
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 2.26.2.2.Koop Mast2009-06-232-4/+4
| | | | Notes: svn path=/head/; revision=236541
* Update to 2.26.2.1.Koop Mast2009-06-183-4/+50
| | | | Notes: svn path=/head/; revision=236231
* Update to 2.26.2.0.Koop Mast2009-05-192-5/+4
| | | | Notes: svn path=/head/; revision=234235
* Presenting GNOME 2.26.1 for FreeBSD.Koop Mast2009-04-248-20/+167
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=232642
* Explicitly define USE_PERL5.Joe Marcus Clarke2009-04-111-0/+1
| | | | Notes: svn path=/head/; revision=232128
* Add a missing dependency on p5-gettext.Joe Marcus Clarke2009-04-111-1/+3
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=232127
* Add another missing dependency on gdl.Joe Marcus Clarke2009-04-101-2/+3
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=232039
* Add a missing dependency on unique.Joe Marcus Clarke2009-04-101-1/+3
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=232021
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-105-162/+283
| | | | | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
* - BROKEN by new graphvizPav Lucistnik2009-04-031-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=231560
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-107-179/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629