summaryrefslogtreecommitdiff
path: root/devel/anjuta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.2.2.Joe Marcus Clarke2007-10-293-29/+15
| | | | Notes: svn path=/head/; revision=202305
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-243-434/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Update to 2.2.1.Joe Marcus Clarke2007-09-072-6/+5
| | | | Notes: svn path=/head/; revision=198994
* Fix a really stupid mistake on my part, and correct a crash when openingJoe Marcus Clarke2007-09-032-15/+21
| | | | | | | | | | files over NFS. PR: 115969 Submitted by: Oleg Sharoiko <os@rsu.ru> Notes: svn path=/head/; revision=198715
* Don't perform sed replacements on a non-existent file.Joe Marcus Clarke2007-08-121-3/+0
| | | | | | | | PR: 115439 Submitted by: Volker Werth <volker@vwsoft.com> Notes: svn path=/head/; revision=197538
* Convert port to the new autotools world order.Joe Marcus Clarke2007-08-123-13/+3
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=197492
* Clean up the share/icons/gnome/48x48/mimetypes directory since this is notJoe Marcus Clarke2007-07-222-1/+2
| | | | | | | | | owned by gnome-icon-theme. Reported by: pointyhat via pav Notes: svn path=/head/; revision=196034
* Fix GNOME mime type icon installation.Joe Marcus Clarke2007-07-152-4/+7
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195694
* Allow portupgrade to build anjuta. Anjuta uses $PKG_PATH as the path toJoe Marcus Clarke2007-07-091-0/+2
| | | | | | | | pkg-config. Portupgrade is nice enough to set $PKG_PATH to /usr/ports/packages/All which causes all sorts of fun errors. Notes: svn path=/head/; revision=195274
* Fix tag creation script so it uses the correct datadir.Joe Marcus Clarke2007-07-081-1/+3
| | | | Notes: svn path=/head/; revision=195231
* Update to 2.2.0. See http://sourceforge.net/forum/forum.php?forum_id=709731Joe Marcus Clarke2007-07-0819-707/+966
| | | | | | | | | | | for all of the things changed in this release. This is a huge change from the previous stable 1.2.x version. NOTE: While I did test quite a few runtime features, anjuta still seems a bit buggy. For best results, stick with the scintilla editor. Notes: svn path=/head/; revision=195211
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-111-2/+2
| | | | | | | | | default. Bump PORTREVISION on all dependent ports. Notes: svn path=/head/; revision=187153
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* Switch libtool dependency from gnu-libtool to libtool15.Joe Marcus Clarke2006-05-241-2/+2
| | | | Notes: svn path=/head/; revision=163298
* portlint:Jeremy Messenger2006-05-162-11/+11
| | | | | | | | -Use DOCSDIR in plist. -Use lowercase letter in the begin of IGNORE. Notes: svn path=/head/; revision=162518
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Switch the pcre dependency to pcre-utf8 to fix conflicts with other GNOMEJoe Marcus Clarke2006-05-011-1/+1
| | | | | | | apps. Notes: svn path=/head/; revision=161001
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Fix a crash triggered by GTK+ 2.8.9.Joe Marcus Clarke2005-12-192-1/+41
| | | | | | | Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=323918 Notes: svn path=/head/; revision=151534
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Mark IGNORE on 4.X since it uses symbols not available in older versionsJoe Marcus Clarke2005-09-101-1/+7
| | | | | | | | | of FreeBSD. Reported by: pointyhat via kris Notes: svn path=/head/; revision=142330
* Use the newer versions of GCC to build anjuta.Joe Marcus Clarke2005-08-311-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=141637
* Commit a forgotten patch to actually add the GNU getline() implementation.Joe Marcus Clarke2005-08-281-0/+173
| | | | Notes: svn path=/head/; revision=141042
* Update to 1.2.4, and use the official version of GNU getline() from gsed.Joe Marcus Clarke2005-08-287-133/+49
| | | | Notes: svn path=/head/; revision=141024
* - Remove zero sized patch filePav Lucistnik2005-04-081-0/+0
| | | | | | | Spotted by: netchild Notes: svn path=/head/; revision=132748
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-14/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Add the new anjuta wrapper script that knows about the gnu-autotools.Joe Marcus Clarke2004-10-171-0/+6
| | | | Notes: svn path=/head/; revision=119646
* Teach anjuta about the new gnu-autotools ports, and fix some problems withJoe Marcus Clarke2004-10-175-54/+43
| | | | | | | command escaping during project execution. Notes: svn path=/head/; revision=119645
* remove empty patchesOliver Eikemeier2004-05-241-0/+0
| | | | Notes: svn path=/head/; revision=109860
* Chase vte shlib version.Alexander Nedotsukov2004-05-061-0/+1
| | | | Notes: svn path=/head/; revision=108510
* The anjuta distfile was re-rolled to remove the DISABLE_DEPRECATED flagsJoe Marcus Clarke2004-04-202-6/+2
| | | | | | | so that it builds cleanly with gtk+-2.4. Notes: svn path=/head/; revision=107664
* Fix patch file.Alexander Nedotsukov2004-04-141-2/+2
| | | | Notes: svn path=/head/; revision=107013
* Fix build on 4.X.Joe Marcus Clarke2004-04-141-0/+21
| | | | Notes: svn path=/head/; revision=106984
* Update to 1.2.2. For a list of what's changed, see:Joe Marcus Clarke2004-04-138-63/+45
| | | | | | | http://lists.gnome.org/archives/gnome-announce-list/2004-April/msg00021.html Notes: svn path=/head/; revision=106935
* Fix threading issues with libc_r on 5.2.1 by making sure to pass -lc_r toJoe Marcus Clarke2004-04-092-14/+17
| | | | | | | the linker (Dreaded Thread Problem). Thanks to bland for digging into this. Notes: svn path=/head/; revision=106527
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* IGNORE this port on 5.X as it crashes when trying to build a project.Joe Marcus Clarke2004-03-221-1/+7
| | | | | | | | This port needs some work to get around all of the bugs, and I don't have the time to do that right now. Notes: svn path=/head/; revision=104896
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 1.2.1Alexander Nedotsukov2004-01-315-2/+49
| | | | Notes: svn path=/head/; revision=99570
* First stable release of Anjuta GTK+/GNOME2 finally available.Alexander Nedotsukov2004-01-0722-521/+442
| | | | | | | Retire -devel port. Notes: svn path=/head/; revision=97533
* anjuta and anjuta-devel conflict with each other.Joe Marcus Clarke2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90825
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-2/+0
| | | | Notes: svn path=/head/; revision=82858
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332