aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsdrive
Commit message (Collapse)AuthorAgeFilesLines
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-111-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* Directory share/pixmaps is now included in mtreeDejan Lesjak2005-06-151-1/+0
| | | | | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist. Notes: svn path=/head/; revision=137468
* Remove unresolveable MASTER_SITESRoman Bogorodskiy2005-05-031-3/+1
| | | | | | | | PR: 80578 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134563
* - add WITHOUT_NLS supportRoman Bogorodskiy2005-04-272-44/+58
| | | | | | | | | | | - use %%DATADIR%% macro - use libtool 1.5 PR: 80334 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134258
* - Fix pkg-plist to unbreak the portSergei Kolobov2005-04-192-3/+2
| | | | | | | | | | | - Transfer maintainership to the submitter PR: ports/79643 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Marco Molteni <molter@gufi.org> (maintainer) Notes: svn path=/head/; revision=133695
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131971
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+2
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* 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
* Unbreak on 4.xVolker Stolz2004-10-141-2/+2
| | | | | | | | Submitted by: des Approved by: maintainer Notes: svn path=/head/; revision=119369
* Add a hackaround to allow gpsdrive to use serial devices on FreeBSD. TheDag-Erling Smørgrav2004-09-072-0/+14
| | | | | | | | | | | original code is a non-portable Linuxism; this patch changes it to a non- portable FreeBSDism. A more elaborate and portable patch will be submitted to the author. Approved by: portmgr (krion), maintainer Notes: svn path=/head/; revision=118132
* Fix plist.Kirill Ponomarev2004-08-141-0/+3
| | | | Notes: svn path=/head/; revision=116199
* 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
* Update to latest version:Volker Stolz2004-06-095-28/+78
| | | | | | | | | | | - enable experimental mysql support - drop gcc3x dependency PR: ports/67638 Submitted by: maintainer Notes: svn path=/head/; revision=111162
* - Use gcc33 for OSVERSION > 501103Kirill Ponomarev2004-04-112-2/+11
| | | | | | | | | | - SIZE'ify PR: ports/65421 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=106731
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | 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
* - Update to 2.07-pre7.Alex Dupre2004-01-134-28/+42
| | | | | | | | | | | - Use gtk2 instead of gtk1. PR: ports/61299 Submitted by: Marco Molteni <molter@tin.it> (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98083
* 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 of astro/gpsdrive to latest version (1.33)Yen-Ming Lee2003-08-087-75/+6
| | | | | | | | PR: 54759 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=86615
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-143-19/+14
| | | | | | | | use USE_GETOPT_LONG instead. add missing dependency to gettext. Notes: svn path=/head/; revision=84823
* Remove USE_GNOMENG macro.Joe Marcus Clarke2003-04-071-1/+0
| | | | Notes: svn path=/head/; revision=78547
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76027
* upgrade to 1.31Ying-Chieh Liao2003-01-033-6/+9
| | | | | | | | PR: 46273 Submitted by: maintainer Notes: svn path=/head/; revision=72425
* Update to version 1.28Kevin Lo2002-10-243-7/+11
| | | | | | | | PR: 44420 Submitted by: MAINTAINER Notes: svn path=/head/; revision=68707
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-2/+2
| | | | | | | | PR: 42180 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65266
* Honor CFLAGS.Christian Weisgerber2002-08-121-2/+1
| | | | Notes: svn path=/head/; revision=64434
* Fix build on non-i386.Christian Weisgerber2002-08-121-0/+43
| | | | | | | Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=64433
* Update to 1.26.r4Patrick Li2002-08-098-174/+13
| | | | | | | | PR: ports/41469 Submitted by: maintainer Notes: svn path=/head/; revision=64293
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.Maxim Sobolev2002-07-151-1/+0
| | | | Notes: svn path=/head/; revision=63001
* Update to 1.23.r9Patrick Li2002-07-029-17/+197
| | | | | | | | PR: ports/39950 Submitted by: maintainer Notes: svn path=/head/; revision=62305
* Add gpsdrive 1.20.r1, a GPS navigation system.Pete Fritchman2002-05-207-0/+143
PR: 37645 Submitted by: Marco Molteni <molter@gufi.org> Notes: svn path=/head/; revision=59496