summaryrefslogtreecommitdiff
path: root/palm/jpilot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-0/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Fix plistPav Lucistnik2006-09-292-1/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=174117
* - Download from jpilot.org fails (403 forbidden), add mirrorservice.org asPav Lucistnik2006-09-251-1/+2
| | | | | | | | | | primary source PR: ports/103605 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=173810
* upgrade to 0.99.9Ying-Chieh Liao2006-09-226-55/+21
| | | | | | | | PR: 103203 Submitted by: maintainer Notes: svn path=/head/; revision=173580
* Fix crash on startup when compiled with latest GTK2.Andrey Slusar2006-06-172-1/+19
| | | | | | | | | PR: ports/98929 [1], ports/98994 [2] Reported by: Guy Brand <gb@isis.u-strasbg.fr> [1] Submitted by: maintainer [2] Notes: svn path=/head/; revision=165653
* - Add patch to fix a memory problem resulting in a segfault whenAndrey Slusar2006-06-153-2/+29
| | | | | | | | | | | | | modifying records. (jpilot.org) - Add patch to fix unresolved symbol glob_tooltips when using jpilot-sync (jpilot.org) - Take mainteinership. PR: ports/98956 Submitted by: "Alex Samorukov" <samm@os2.kiev.ua> Notes: svn path=/head/; revision=165516
* Reset maintainershipErwin Lansing2006-05-291-1/+1
| | | | | | | | PR: 98068 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=163808
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* 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-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 0.99.8Pav Lucistnik2005-11-035-30/+13
| | | | | | | | PR: ports/88381 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer) Notes: svn path=/head/; revision=147156
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* 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
* Change maintainer's email.Kirill Ponomarev2004-08-212-4/+1
| | | | | | | | PR: ports/70758 Submitted by: maintainer Notes: svn path=/head/; revision=116875
* re-organize MakefileYing-Chieh Liao2004-07-192-142/+42
| | | | | | | Discussed with: maintainer Notes: svn path=/head/; revision=113925
* Change the default configuration to use GTK2 rather than GTK1.Volker Stolz2004-07-151-3/+4
| | | | | | | | PR: ports/69069 Submitted by: Alex Varju (maintainer) Notes: svn path=/head/; revision=113702
* Fix build w/ GCC2 / GTK2Volker Stolz2004-07-141-0/+20
| | | | | | | | PR: ports/69077 Submitted by: Alex Varju (maintainer) Notes: svn path=/head/; revision=113632
* - Support WITHOUT_NLS to disable gettextPav Lucistnik2004-05-022-49/+59
| | | | | | | | PR: ports/66126 Submitted by: Alex Varju <varju@webct.com> (maintainer) Notes: svn path=/head/; revision=108216
* 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
* - Update to 0.99.7 [1]Pav Lucistnik2004-03-014-55/+55
| | | | | | | | | | - While here, use ${DOCSDIR} to silence portlint a bit PR: ports/63560 Submitted by: Alex Varju <varju@webct.com> (maintainer) Notes: svn path=/head/; revision=102669
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Add optional GTK2 support.Pav Lucistnik2003-12-191-1/+7
| | | | | | | | PR: ports/60373 Submitted by: Alex Varju <varju@webct.com> (maintainer) Notes: svn path=/head/; revision=96175
* - Fix MASTER_SITESKirill Ponomarev2003-10-101-3/+3
| | | | | | | | PR: 57816 Submitted by: maintainer Notes: svn path=/head/; revision=90768
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Update MASTER_SITESOliver Lehmann2003-07-201-1/+1
| | | | | | | | PR: 54648 Submitted By: maintainer Notes: svn path=/head/; revision=85225
* update palm/jpilot: 0.99.5 -> 0.99.6Daichi GOTO2003-07-154-12/+25
| | | | | | | | PR: 54479 Submitted by: Alex Varju <varju@webct.com> (maintainer) Notes: svn path=/head/; revision=84901
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* This is a maintainer upgrade of ports/palm/jpilot to version 0.99.5Edwin Groothuis2003-02-234-8/+12
| | | | | | | | PR: ports/48598 Submitted by: Alex Varju <varju@webct.com> Notes: svn path=/head/; revision=76320
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 0.99.4Munechika SUMIKAWA2003-01-204-11/+13
| | | | | | | | PR: ports/47033 Submitted by: Alex Varju <varju@webct.com> (maintianer) Notes: svn path=/head/; revision=73585
* Maintainer upte to 0.99.3Edwin Groothuis2002-11-098-119/+43
| | | | | | | | PR: ports/43870 Submitted by: Alex Varju <varju@webct.com> Notes: svn path=/head/; revision=69764
* Chase the pisock shared lib version number. Note, this new version mayJoe Marcus Clarke2002-09-171-2/+2
| | | | | | | break some of these ports, but they're definitely broken without this. Notes: svn path=/head/; revision=66517
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-011-1/+2
| | | | | | | | PR: 42287 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65412
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Do PREFIX clean.SADA Kenji2002-05-061-0/+1
| | | | | | | | PR: ports/37695 Submitted by: maintainer Notes: svn path=/head/; revision=58612
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to version 0.99.2Kevin Lo2002-02-0918-1074/+155
| | | | | | | | PR: 34679 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54417
* Depend on new Pilot-linkDavid W. Chapman Jr.2001-08-301-2/+2
| | | | | | | | | | Bump PORTREVISION PR: 30183 Submitted by: maintainer Notes: svn path=/head/; revision=47124
* fix internationalization bug. these patches are already submitted toMunechika SUMIKAWA2001-03-0611-1/+777
| | | | | | | | | | the author and will be synced in next release. Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> Approved by: maintainer Notes: svn path=/head/; revision=39121
* The current version of the port does not enable plugins, even thoughJames E. Housley2001-02-112-5/+26
| | | | | | | | | | | | they are compiled. This stems from a problem in the configure script that forces the enable_plugins value to always be false, whether or not --enable-plugins is specified. PR: 24973 Submitted by: Alex Varju <varju@ca.webct.com> MAINTAINER Notes: svn path=/head/; revision=38218
* Upgrade to 0.99.Vanilla I. Shu2001-02-0912-71/+312
| | | | | | | | PR: ports/24933 Submitted by: maintainer Notes: svn path=/head/; revision=38132
* Update master site.Jun Kuriyama2001-01-082-2/+2
| | | | | | | | Submitted by: Alex Varju <varju@alex.madd.tnmc.ca> (maintainer) PR: ports/24131 Notes: svn path=/head/; revision=36931
* Implement USE_GTK, part 2.Jeremy Lea2000-10-051-2/+1
| | | | Notes: svn path=/head/; revision=33425
* Remove empty directories.Jun Kuriyama2000-08-021-0/+11
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31240