diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-14 19:16:48 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-14 19:16:48 +0000 |
commit | 7c4efc410a34db545bcc30d9e97714869afa68d4 (patch) | |
tree | 7dc7bd59ba1649203ed683a1c229b75e85b9c3f7 | |
parent | Update to 5.3.8. (diff) |
- install "ROM Transfer.prc" in ${PREFIX}/share/pose/
- use FreeBSD names for serial devices (ttyS? -> cuaa?)
Submitted by: knu
Notes
Notes:
svn path=/head/; revision=28464
-rw-r--r-- | palm/pose/Makefile | 5 | ||||
-rw-r--r-- | palm/pose/files/patch-ac | 15 | ||||
-rw-r--r-- | palm/pose/pkg-message | 4 | ||||
-rw-r--r-- | palm/pose/pkg-plist | 2 |
4 files changed, 26 insertions, 0 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index fe6a353550ef..ad75e5bd0fdc 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -22,4 +22,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib +post-install: + ${MKDIR} ${PREFIX}/share/pose + ${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM Transfer.prc" ${PREFIX}/share/pose + @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/palm/pose/files/patch-ac b/palm/pose/files/patch-ac new file mode 100644 index 000000000000..704493c9dac1 --- /dev/null +++ b/palm/pose/files/patch-ac @@ -0,0 +1,15 @@ +--- ../SrcUnix/EmTransportSerialUnix.cpp.orig Wed Apr 19 20:27:37 2000 ++++ ../SrcUnix/EmTransportSerialUnix.cpp Sun May 14 13:20:23 2000 +@@ -311,6 +311,12 @@ + #ifdef __QNXNTO__ + results.push_back ("/dev/ser1"); + results.push_back ("/dev/ser2"); ++#elif __FreeBSD__ ++ results.push_back ("/dev/pilot"); ++ results.push_back ("/dev/cuaa0"); ++ results.push_back ("/dev/cuaa1"); ++ results.push_back ("/dev/cuaa2"); ++ results.push_back ("/dev/cuaa3"); + #else + results.push_back ("/dev/ttyS0"); + results.push_back ("/dev/ttyS1"); diff --git a/palm/pose/pkg-message b/palm/pose/pkg-message new file mode 100644 index 000000000000..a0ded5fad5a1 --- /dev/null +++ b/palm/pose/pkg-message @@ -0,0 +1,4 @@ + +To transfer the ROM of your palm install /usr/local/share/pose/ROM Transfer.prc +on your device. + diff --git a/palm/pose/pkg-plist b/palm/pose/pkg-plist index ab5f7676a517..c9f7a1b57f9f 100644 --- a/palm/pose/pkg-plist +++ b/palm/pose/pkg-plist @@ -1 +1,3 @@ bin/pose +share/pose/ROM Transfer.prc +@dirrm share/pose |