Commit graph

49 commits

Author SHA1 Message Date
rh
dd4a5ac257 Update pilot-link packages to 0.11.7. Changes are too numerous to list
here.  They include
	* tons of bug fixes,
	* USB support,
	* C++ support,
	* restructured libraries; and
	* tons of other new features.
2003-01-10 04:30:16 +00:00
markd
0dae03fd2c On Solaris iconv() is in libc. 2002-10-30 10:16:44 +00:00
bouyer
83c68e0ca7 Don't use use LD even if set, we did all the previous tests with ${ac_prog} 2002-10-27 17:56:24 +00:00
jlam
54822e4a54 buildlink1 -> buildlink2 2002-09-21 07:12:32 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
markd
2c33bcbdaf Reduce the amount of context in this patch as for some reason Solaris's
gpatch (and the version of patch in pkgsrc) don't like the original but
are happy with this.
2002-03-15 02:43:56 +00:00
dillo
fc09d38554 fix bug in previous 2002-01-30 10:19:39 +00:00
dillo
cffbbdc06a update pilot-link-libs to 0.9.5nb2:
fix error recovery (in SLP and PADP protocols)
2002-01-30 10:05:13 +00:00
jlam
048e52aa60 Use perl5/buildlink.mk instead of USE_PERL5 2001-11-30 17:32:17 +00:00
zuntum
d8ed248248 Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
c79260650d Strongly buildlinkify. 2001-10-23 20:46:46 +00:00
dillo
8099f4b4ef Add patch provided by Bernd Sieker to retry opening tty. This allows
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-08-09 08:49:46 +00:00
jlam
0d424e25cc Update pilot-link to 0.9.5. The source code is under new stewardship
and is undergoing many improvements and rewrites, many of which are
reflected in the current release.  The ChangeLog is too large to summarize.

The libraries and headers have been split off into a separate package
pilot-link-libs.
2001-06-27 18:04:38 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
fd9f6a3b8d Add buildlink.mk files for use by other package Makefiles. 2001-06-22 05:46:26 +00:00
jlam
3989fed85c Mark as USE_BUILDLINK_ONLY. 2001-06-22 05:25:46 +00:00
tron
d4a50873a7 Fix lossage caused by distinfo conversion. 2001-04-22 10:45:05 +00:00
agc
d26f80ba43 Move to sha1 digests, and add distfile sizes. 2001-04-20 08:55:26 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
jlam
f70229e460 Update MASTER_SITES and HOMEPAGE to new locations. 2001-02-07 16:15:53 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
jlam
c43e2d6dac pilot-link has moved to sourceforge: change the MASTER_SITES and add
a HOMEPAGE.
2000-12-14 19:45:09 +00:00
jlam
6497228790 USE_LIBTOOL && LTCONFIG_OVERRIDE, not pkglibtool and patching configure 2000-06-08 23:33:39 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
frueauf
06f8755ae3 Update pilot-link to 0.9.3. 1999-05-22 18:14:03 +00:00
tron
dff56691e4 Don't attempt to build Perl5 library because it won't build if "pilot-link"
is not already installed.
1999-05-20 20:38:42 +00:00
tron
184acb14a5 Use "${BSD_INSTALL_SCRIPT}" instead of "${LIBTOOL} ${INSTALL_SCRIPT}"
because we don't need to deal with "MAKE_ENV" this way.
1999-05-20 20:37:50 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
tron
0ea17efbca Build the include Perl5 module which we might need later. 1999-05-12 22:32:14 +00:00
simonb
b040b6878b Update to pilot-link.0.9.0 1999-01-20 05:57:14 +00:00
agc
4b94a95612 Make this package install the C++ examples, so that the PLIST is correct. 1998-09-22 14:56:11 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
a75a2272cd Update to use USE_LIBTOOL. 1998-07-24 01:56:59 +00:00
tv
e754026789 Adapt to using the pkg version of libtool rather than a private copy.
DTRT with INSTALL_{PROGRAM,DATA,SCRIPT}.
Portlint: rename pkg to pilot-link-0.8.13, with dash before version.
1998-07-17 20:59:41 +00:00
agc
66efb70e07 Use automatic shared object handling 1998-07-15 11:46:32 +00:00
nathanw
d112a45d0d Update to pilot-link 0.8.13. 1998-07-06 18:46:07 +00:00
agc
c6f0c5e0e1 Update package Makefiles for automatic manual page handling. 1998-06-20 09:26:31 +00:00
frueauf
e5efe9da12 Add USE_PERL5=yes, else ietf2datebook, pilot-undelete and sync-plan
won't get build and PLIST would be invalid.
1998-05-13 14:04:58 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
72c9a1633c portlint: add manpages to MAN1. 1998-03-19 10:57:54 +00:00
sommerfe
6a34d56391 Correct creation date 1998-03-19 02:24:45 +00:00
hubertf
287b12192f more portlint: ldconfig 1998-03-18 00:19:39 +00:00
hubertf
92ef5fd4f9 portlint: compress whitespace 1998-03-18 00:17:24 +00:00
hubertf
9343771854 portlint: remove empty lines at EOF 1998-03-18 00:12:23 +00:00
sommerfe
1fd52a2cb7 Package for utilities to communicate with PalmPilot PDA's. 1998-03-17 03:02:31 +00:00