summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20fixing PR#26796schwarz1-1/+5
2005-01-25Make sure libpisock is linked with -lm -- should fix compilation oftv1-3/+3
dependents that previously died because ldexp(), frexp() were unavailable.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-03No longer used.snj1-25/+0
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14bl3ifyminskim2-5/+29
2003-12-08The libraries installed are linked to curses library (as seen onreed2-2/+4
NetBSD and Linux). On a non-NetBSD sysrtem, kdepim3 failed to build because was missing libncurses.la file. I did not bump any PKGREVISIONs, because under my tests either it worked fine before, because libcurses was part of base OS, or the packages didn't build in the first place.
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-01-10Update pilot-link packages to 0.11.7. Changes are too numerous to listrh3-18/+32
here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features.
2002-10-05Unused.wiz1-37/+0
2002-09-20buildlink1 -> buildlink2jlam1-3/+3
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2002-01-30update pilot-link-libs to 0.9.5nb2:dillo1-2/+2
fix error recovery (in SLP and PADP protocols)
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-09Add patch provided by Bernd Sieker to retry opening tty. This allowsdillo1-2/+2
pilot-links to work with newer Handspring devices (they have a *very* short timeout). Version of pilot-link-libs bumped to 0.9.5nb1.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-27libpisock.so bumped its major, so make all package that depend onjlam1-2/+2
pilot-link-libs depend on this most recent version (0.9.5). Conveniently, all the packages using buildlink.mk files have dependencies automatically updated by modifying this one location.
2001-06-27pilot-link-libs: libraries for talking to the 3Com PalmOS PDAjlam4-0/+102