aboutsummaryrefslogtreecommitdiff
path: root/palm/gnomepilot2
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* - 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
* - Update or add WWW: linesMichael Johnson2005-06-101-1/+1
| | | | Notes: svn path=/head/; revision=137139
* Fix C99-ism.Alexander Nedotsukov2005-05-011-2/+2
| | | | | | | | PR: 80502 Reported by: Stacey Roberts <stacey@vickiandstacey.com> Notes: svn path=/head/; revision=134449
* Add USB devices support for 5.x.Alexander Nedotsukov2005-04-272-1/+88
| | | | | | | Submitted by: Corey Smith <corsmith@qmail.com> Notes: svn path=/head/; revision=134229
* Commit a patch forgotten in the last commit:Joe Marcus Clarke2005-04-222-1/+12
| | | | | | | | | | Link the gnome-pilot libraries correctly so they play nice with the new pkg-config. Reminded by: bland Notes: svn path=/head/; revision=133905
* Link the gnome-pilot libraries correctly so they play nice with the newJoe Marcus Clarke2005-04-222-0/+21
| | | | | | | | | pkg-config. Reported by: Sven Esbjerg <esbjerg@xbsd.net> Notes: svn path=/head/; revision=133893
* Update to 2.0.13.Joe Marcus Clarke2005-04-103-4/+7
| | | | Notes: svn path=/head/; revision=132915
* 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 GCONF_SCHEMAS.Jeremy Messenger2004-11-232-3/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=122241
* 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 2.0.12.Joe Marcus Clarke2004-09-033-3/+4
| | | | Notes: svn path=/head/; revision=118067
* Use intlhack.Adam Weinberger2004-08-281-1/+1
| | | | Notes: svn path=/head/; revision=117501
* Update to 2.0.11.Joe Marcus Clarke2004-08-279-66/+18
| | | | Notes: svn path=/head/; revision=117390
* Fix build with GCC 3.4.2. This patch was originally submitted byJoe Marcus Clarke2004-08-051-0/+11
| | | | | | | | | | | Sean McNeil <sean@mcneil.com>, but I forgot to commit it in my last commit. PR: 70032 Submitted by: Christian Hiris <4711@chello.at> Notes: svn path=/head/; revision=115469
* Fix build with GCC 3.4.2.Joe Marcus Clarke2004-08-034-0/+40
| | | | | | | Submitted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=115317
* Move a bunch of now unique stuff out of gnomehier and intoAdam Weinberger2004-07-282-1/+3
| | | | | | | the ports that really own the directories. Notes: svn path=/head/; revision=114939
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104467
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 2.0.10.Adam Weinberger2003-07-172-2/+2
| | | | Notes: svn path=/head/; revision=85009
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Update to 2.0.9.Joe Marcus Clarke2003-05-193-3/+5
| | | | Notes: svn path=/head/; revision=81502
* Update to 2.0.8.Joe Marcus Clarke2003-05-072-2/+2
| | | | Notes: svn path=/head/; revision=80312
* Handle OMF files properly.Joe Marcus Clarke2003-05-041-0/+2
| | | | Notes: svn path=/head/; revision=80093
* Update to 2.0.7.Joe Marcus Clarke2003-05-033-6/+9
| | | | Notes: svn path=/head/; revision=80079
* Update to 2.0.6.Joe Marcus Clarke2003-04-303-7/+3
| | | | Notes: svn path=/head/; revision=79905
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* * Update to 2.0.5Joe Marcus Clarke2003-04-153-8/+16
| | | | | | | * Convert to new GNOME infrastructure Notes: svn path=/head/; revision=78995
* Add missing pisock dependency.Joe Marcus Clarke2003-03-301-1/+2
| | | | Notes: svn path=/head/; revision=77774
* Add gnomepilot2 after a repo copy from gnomepilot. gnomepilot2 is theJoe Marcus Clarke2003-03-309-129/+42
| | | | | | | PalmOS conduit system for GNOME 2. Notes: svn path=/head/; revision=77770
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.1.71.Joe Marcus Clarke2003-01-013-5/+2
| | | | Notes: svn path=/head/; revision=72075
* Adda RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users toJoe Marcus Clarke2002-12-131-0/+2
| | | | | | | | | fully configure the Palm settings and conduits. Approved by: portmgr (knu) Notes: svn path=/head/; revision=71609
* Update to 0.1.69.Joe Marcus Clarke2002-11-093-4/+2
| | | | Notes: svn path=/head/; revision=69774
* Update to 0.1.67.Joe Marcus Clarke2002-10-256-107/+39
| | | | Notes: svn path=/head/; revision=68762
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Fix build with new pilot-link.Joe Marcus Clarke2002-09-173-5/+94
| | | | Notes: svn path=/head/; revision=66525
* Chase the pisock shared lib version number. Note, this new version mayJoe Marcus Clarke2002-09-171-1/+2
| | | | | | | break some of these ports, but they're definitely broken without this. Notes: svn path=/head/; revision=66517
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-112-10/+5
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Update to 0.1.65.Maxim Sobolev2002-04-257-70/+49
| | | | Notes: svn path=/head/; revision=58119
* Fix Japanese message catalog to work with gettext 0.10.40.Christian Weisgerber2002-03-211-0/+60
| | | | | | | Lines were split in the middle of a multibyte character. Notes: svn path=/head/; revision=56422