summaryrefslogtreecommitdiffstats
path: root/palm/pilot-link
Commit message (Collapse)AuthorAgeFilesLines
* add usb supportijliao2006-09-231-5/+14
| | | | | | | add more master site PR: 103504 Submitted by: maintainer
* upgrade to 0.12.1ijliao2006-09-229-143/+133
| | | | | | | take maintainership PR: 103211 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-232-2/+5
| | | | Approved by: portmgr (kris)
* Revert my last commit, i didn't test it accordingly and this version is notgarga2006-02-027-91/+127
| | | | | | backward compatible and is a prerelease too. Sorry. Asked by: lofi
* - Update to 0.12.0-pre4garga2006-02-017-126/+91
| | | | | | | | - Add OPTIONS to THREAD, PNG and PERL - Pass maintainership to submitter PR: ports/92570 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-032-5/+1
|
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-201-0/+17
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* Optionalize building of tcl/tk bindings.lofi2004-08-262-10/+19
|
* Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.mi2004-05-081-4/+5
|
* Correct pkg-plistkris2004-04-162-1/+11
|
* - Use USE_ICONV knobkrion2004-03-301-2/+2
| | | | Approved by: portmgr
* SIZEify.trevor2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION for read-todos output format fix.olgeni2004-02-021-1/+1
|
* Follow portlint's suggestion about using MASTER_SITE_GENTOO.olgeni2004-02-021-1/+2
|
* Use LOCALBASE rather than hardcoded /usr/local.olgeni2004-02-021-1/+1
|
* Remove trailing whitespace (portlint).olgeni2004-02-021-1/+1
|
* The read-todos utility prints "No Date" when the todo item has noolgeni2004-02-021-0/+14
| | | | date assigned, but the trailing "\n" was missing.
* - Chase master sites (fix fetching)pav2003-12-181-1/+1
| | | | | PR: ports/60374 Reported by: Stacey Roberts <stacey@vickiandstacey.com>
* Update pilot-link port to 0.11.8.silby2003-12-184-86/+12
| | | | | While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
* Reset maintainer on ports maintained by the following non-ports committers,kris2003-11-031-1/+1
| | | | | | | who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-4/+4
| | | | use USE_GETOPT_LONG instead.
* libtool uber-patchade2003-06-261-1/+0
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* I forgot. Bump portrevision because I modified the plist.alane2003-01-071-0/+1
|
* Finish fixing this port so I can build kdepim. Maintainer notified.alane2003-01-073-16/+32
| | | | | The plist was wrong, the list of manpages was wrong. And initially, it would not build. What happened to testing?
* Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the]alane2003-01-071-3/+3
| | | | port now for kdepim.
* Update to version 0.11.7.joe2003-01-063-13/+2
|
* Upgrade to 0.11.4.sumikawa2002-09-183-14/+8
|
* Fix plist.sumikawa2002-09-172-0/+13
|
* Upgrade to 0.11.3sumikawa2002-09-1713-145/+55
| | | | Approved by: dima
* Fix compilation on -currentkris2002-09-075-0/+56
| | | | | Submitted by: kan PR: ports/39440
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-4/+0
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bumpsobomax2002-01-083-24/+3
| | | | | PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
* Make pilot-link install directly into PREFIX. This should allowwill2002-01-052-99/+91
| | | | pilot-link and all dependents to build correctly on bento.
* Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well aswill2001-12-043-99/+102
| | | | | | | conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa)
* Patch one source file to get rid of getopt.h -- the package does not usemi2001-08-271-0/+6
| | | | | | the GNU's getopt really... Submitted by: Ollivier Robert
* Upgrade to 0.9.5, use -lgiconv.mi2001-08-247-24/+51
|
* - Add write permission at post-patch stage to be able to buildkuriyama2001-02-141-1/+8
| | | | | | | | by non-root users. - Remove -O flag from CFLAGS due to c++'s optimization bug. Approved by: maintainer Requested by: hanai
* Fix startup script's path.vanilla2001-01-151-1/+1
| | | | | PR: ports/24123, ports/24304 Submitted by: Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
* Fix typo @{$SED} -> @${SED}dima2001-01-111-1/+1
| | | | Submitted by: rich@math.missouri.edu
* Fix install path.dima2001-01-091-1/+1
| | | | Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
* rc script fix (supports start/stop thingie now)dima2001-01-052-3/+16
| | | | Submitted by: joseph@randomnetworks.com
* Whitespace changes and PLIST sorting.reg2000-10-011-4/+4
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
OpenPOWER on IntegriCloud