diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-01-02 21:29:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-01-02 21:29:28 +0000 |
commit | c74f7142440fd6b2e24ffbd0a8f4335e103635f8 (patch) | |
tree | 26a1b96c65e3ed3ad9903352f4f11213c3a91294 /palm/uppc-kmod/files/patch-uppcsetup | |
parent | - Fix up the permissions on a package (diff) |
o Remove BROKEN, it actually does not build due to the lack of a
header file include required for __FreeBSD_version >= 700049:
patch uppc.c accordingly
o Fix uppcsetup: kldxref(8) module directory when it is installed
o Bump PORTREVSION due to uppcsetup script change
Diffstat (limited to '')
-rw-r--r-- | palm/uppc-kmod/files/patch-uppcsetup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/palm/uppc-kmod/files/patch-uppcsetup b/palm/uppc-kmod/files/patch-uppcsetup new file mode 100644 index 000000000000..c51998f63e79 --- /dev/null +++ b/palm/uppc-kmod/files/patch-uppcsetup @@ -0,0 +1,10 @@ +--- uppcsetup.orig 2008-01-02 14:09:25.000000000 +0000 ++++ uppcsetup 2008-01-02 14:09:57.000000000 +0000 +@@ -132,6 +132,7 @@ + dialog --msgbox "If your Pocket PC is physically connected to your computer, please disconnect it now and wait 60 seconds before continuing or your machine may PANIC." 8 65 + + cp ${INSTALLDIR}/uppc.ko ${MODDIR}/uppc.ko ++kldxref ${MODDIR} + + echo 'uppc_load="YES"' >> /boot/loader.conf + |