aboutsummaryrefslogtreecommitdiff
path: root/palm/pilot-link
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | palm) Notes: svn path=/head/; revision=327760
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-051-1/+1
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-3/+0
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Fix typo in OptionsNG conversionWilliam Grzybowski2013-04-061-1/+1
| | | | | | | | | PR: ports/177600 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> Approved by: portmgr (miwi), jpaetzel (mentor) Notes: svn path=/head/; revision=315748
* Convert to new options framework ports in p* catoriesBaptiste Daroussin2013-03-221-16/+12
| | | | Notes: svn path=/head/; revision=314921
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284669
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - fix option WITH_PNGDirk Meyer2010-03-301-0/+6
| | | | | | | PR: 145163 Notes: svn path=/head/; revision=251832
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Add backup mirror (looks like project site is down)Martin Wilke2010-03-101-1/+1
| | | | | | | Submitted by: 144618 Notes: svn path=/head/; revision=250843
* - Update to 0.12.5Martin Wilke2010-03-092-4/+4
| | | | | | | | PR: 144082 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=250793
* - Update to 0.12.4Dmitry Marakasov2009-09-094-15/+20
| | | | | | | | PR: 138621 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=241066
* - Unbreak on -current.Wesley Shields2009-07-091-6/+27
| | | | | | | | | PR: ports/135694 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=237467
* - Fix build on CURRENT with new USB stackDmitry Marakasov2009-04-021-0/+15
| | | | | | | | | PR: 132265 Submitted by: Mel Flynn <mel at rachie dot is-a-geek dot net> Approved by: Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer) Notes: svn path=/head/; revision=231481
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-0/+2
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* - Update to 0.12.3Pav Lucistnik2008-12-034-24/+27
| | | | | | | | | PR: ports/126772 Submitted by: miwi Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=223733
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.12.2Martin Wilke2007-07-125-43/+44
| | | | | | | | PR: 114521 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=195497
* Fix build on FreeBSD 4.x.Shaun Amott2006-11-212-0/+12
| | | | | | | | PR: ports/104320 (partial) Submitted by: "Alex Samorukov" <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=177746
* - Record -pthread requirement in pkg-config file, if threads are turned onPav Lucistnik2006-10-071-4/+15
| | | | | | | | | - USB always needs threads turned on PR: ports/104064 Notes: svn path=/head/; revision=174775
* add usb supportYing-Chieh Liao2006-09-231-5/+14
| | | | | | | | | | add more master site PR: 103504 Submitted by: maintainer Notes: svn path=/head/; revision=173637
* upgrade to 0.12.1Ying-Chieh Liao2006-09-229-143/+133
| | | | | | | | | | take maintainership PR: 103211 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Notes: svn path=/head/; revision=173574
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-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> Notes: svn path=/head/; revision=170651
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Revert my last commit, i didn't test it accordingly and this version is notRenato Botelho2006-02-027-91/+127
| | | | | | | | | backward compatible and is a prerelease too. Sorry. Asked by: lofi Notes: svn path=/head/; revision=155091
* - Update to 0.12.0-pre4Renato Botelho2006-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> Notes: svn path=/head/; revision=155010
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149446
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-032-5/+1
| | | | Notes: svn path=/head/; revision=136758
* Remove more copies of Tcl's SunOS shared library hack.David Schultz2005-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. ;-) Notes: svn path=/head/; revision=129328
* Optionalize building of tcl/tk bindings.Michael Nottebrock2004-08-262-10/+19
| | | | Notes: svn path=/head/; revision=117315
* Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.Mikhail Teterin2004-05-081-4/+5
| | | | Notes: svn path=/head/; revision=108697
* Correct pkg-plistKris Kennaway2004-04-162-1/+11
| | | | Notes: svn path=/head/; revision=107290
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* 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 for read-todos output format fix.Jimmy Olgeni2004-02-021-1/+1
| | | | Notes: svn path=/head/; revision=99849
* Follow portlint's suggestion about using MASTER_SITE_GENTOO.Jimmy Olgeni2004-02-021-1/+2
| | | | Notes: svn path=/head/; revision=99842
* Use LOCALBASE rather than hardcoded /usr/local.Jimmy Olgeni2004-02-021-1/+1
| | | | Notes: svn path=/head/; revision=99841
* Remove trailing whitespace (portlint).Jimmy Olgeni2004-02-021-1/+1
| | | | Notes: svn path=/head/; revision=99840
* The read-todos utility prints "No Date" when the todo item has noJimmy Olgeni2004-02-021-0/+14
| | | | | | | date assigned, but the trailing "\n" was missing. Notes: svn path=/head/; revision=99839
* - Chase master sites (fix fetching)Pav Lucistnik2003-12-181-1/+1
| | | | | | | | PR: ports/60374 Reported by: Stacey Roberts <stacey@vickiandstacey.com> Notes: svn path=/head/; revision=96170
* Update pilot-link port to 0.11.8.Mike Silbersack2003-12-184-86/+12
| | | | | | | | While doing so, fix tcl support; let the configure script do the job of configuring tcl support. Notes: svn path=/head/; revision=96131