aboutsummaryrefslogtreecommitdiff
path: root/deskutils/planner
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-77/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-5/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix double free in HTML export.Alexander Nedotsukov2007-01-122-1/+11
| | | | Notes: svn path=/head/; revision=182207
* Add a missing dependency on desktopfileutils, and update the desktopJoe Marcus Clarke2006-12-072-1/+7
| | | | | | | | | database where appropriate. Reported by: pointyhat via kris Notes: svn path=/head/; revision=179083
* Update WWW.Joe Marcus Clarke2006-12-021-1/+1
| | | | Notes: svn path=/head/; revision=178556
* Update to 0.14.2.Joe Marcus Clarke2006-12-023-47/+94
| | | | Notes: svn path=/head/; revision=178555
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176397
* 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
* Re-enable libgda2 support.Joe Marcus Clarke2006-03-261-6/+6
| | | | Notes: svn path=/head/; revision=158222
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+28
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - 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
* Temporarily disable libgda support, and add INSTALLS_ICONS.Joe Marcus Clarke2005-11-051-7/+9
| | | | Notes: svn path=/head/; revision=147288
* Update WWW.Joe Marcus Clarke2005-10-281-1/+1
| | | | | | | PR: 88143 Notes: svn path=/head/; revision=146584
* Fully-qualify the path to update-desktop-database and update-mime-database inJeremy Messenger2005-03-162-2/+3
| | | | | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION. Notes: svn path=/head/; revision=131439
* Update to 0.13.Joe Marcus Clarke2005-03-155-81/+25
| | | | Notes: svn path=/head/; revision=131268
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.Jeremy Messenger2004-12-211-3/+1
| | | | | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus Notes: svn path=/head/; revision=124646
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+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-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.12.1.Adam Weinberger2004-08-293-25/+4
| | | | Notes: svn path=/head/; revision=117601
* Update to 0.12.Joe Marcus Clarke2004-07-094-54/+104
| | | | Notes: svn path=/head/; revision=113252
* Chase libgsf shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108531
* Remove PTHREADS overhead form CONFIGURE_ENV.Alexander Nedotsukov2004-04-091-2/+2
| | | | | | | | Program binary will be linked to libpthread anyway but NEED entries in supplied library and plugins will not be polluted. Notes: svn path=/head/; revision=106589
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Correct plist entry.Adam Weinberger2004-03-271-1/+1
| | | | Notes: svn path=/head/; revision=105425
* One more plist entry fix I missed in previous commit.Alexander Nedotsukov2004-03-261-0/+1
| | | | Notes: svn path=/head/; revision=105312
* Fix plist entries.Alexander Nedotsukov2004-03-262-1/+3
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=105306
* - Add/update WWW lines for Imendio.com projectsPav Lucistnik2004-03-181-1/+1
| | | | Notes: svn path=/head/; revision=104475
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* 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
* Follow project name change. MrProject now known as Planner.Alexander Nedotsukov2004-01-164-149/+226
| | | | Notes: svn path=/head/; revision=98272
* Update to 0.10.Adam Weinberger2003-09-255-17/+75
| | | | Notes: svn path=/head/; revision=89315
* Remove USE_REINPLACE. We do not use it any longer.Alexander Nedotsukov2003-08-201-1/+0
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87323
* Remove blank line at the end of the file to quiet portlint.Joe Marcus Clarke2003-08-191-1/+0
| | | | Notes: svn path=/head/; revision=87272
* Switchover to libtool14 to resolve no relink on installAlexander Nedotsukov2003-08-194-32/+13
| | | | | | | | | issue elegant way. Approved by: marcus (mentor) Notes: svn path=/head/; revision=87252
* Add the startup script to the plist.Joe Marcus Clarke2003-06-162-1/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=83082
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-4/+2
| | | | Notes: svn path=/head/; revision=79434
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* Make sure to run ldconfig -m for each of the module directories at boot time.Joe Marcus Clarke2003-04-012-0/+21
| | | | | | | | | | This allows mrproject and its API to survive reboots. Reported by: olgeni Adapted from: databases/mysql323-client Notes: svn path=/head/; revision=77926
* Update to 0.9.1.Joe Marcus Clarke2003-02-253-2/+18
| | | | Notes: svn path=/head/; revision=76443
* Update to 0.9. MrProject now requires GNOME 2 libraries. The old GNOME 1Joe Marcus Clarke2003-02-189-143/+103
| | | | | | | | version didn't work anyway, and the developers have stopped releasing patches for it. Notes: svn path=/head/; revision=75754
* Gak! Replace pre-patch with post-patch to allow gnomehack to do it'sJoe Marcus Clarke2002-12-021-1/+1
| | | | | | | | | magic. Reported by: bento Notes: svn path=/head/; revision=71331
* * Fix build with Evolution 1.2Joe Marcus Clarke2002-11-295-54/+39
| | | | | | | | | | | | | | * Give this port some much-needed TLC in the form of USE_REINPLACE and USE_GNOMENG. * Bump PORTREVISION as the Evo fixes will require users to rebuild Mr. Project for correct functionality. The build problems were Reported by: bento and beta Notes: svn path=/head/; revision=71234
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-2/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev2002-03-181-26/+0
| | | | | | | <giconv.h> or -liconv with -lgiconv. Notes: svn path=/head/; revision=56293