summaryrefslogtreecommitdiff
path: root/palm/uppc-kmod
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-01-02 21:29:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-01-02 21:29:28 +0000
commitc74f7142440fd6b2e24ffbd0a8f4335e103635f8 (patch)
tree26a1b96c65e3ed3ad9903352f4f11213c3a91294 /palm/uppc-kmod
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
Notes
Notes: svn path=/head/; revision=204863
Diffstat (limited to 'palm/uppc-kmod')
-rw-r--r--palm/uppc-kmod/Makefile6
-rw-r--r--palm/uppc-kmod/files/patch-uppc.c19
-rw-r--r--palm/uppc-kmod/files/patch-uppcsetup10
3 files changed, 26 insertions, 9 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile
index fc94252ebe48..bceb1ac2794f 100644
--- a/palm/uppc-kmod/Makefile
+++ b/palm/uppc-kmod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= uppc
PORTVERSION= 0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= palm kld
MASTER_SITES= http://www.people.tecnik93.com/~sam/ports/
PKGNAMESUFFIX= -kmod
@@ -24,10 +24,6 @@ IGNORE= Requires kernel source (/usr/src/sys) to build
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
post-build:
@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
diff --git a/palm/uppc-kmod/files/patch-uppc.c b/palm/uppc-kmod/files/patch-uppc.c
index 494137645e6d..04945ccba606 100644
--- a/palm/uppc-kmod/files/patch-uppc.c
+++ b/palm/uppc-kmod/files/patch-uppc.c
@@ -1,5 +1,5 @@
---- uppc.c.orig Sun Sep 12 05:39:44 2004
-+++ uppc.c Thu Jan 25 23:40:56 2007
+--- uppc.c.orig 2008-01-02 17:34:35.000000000 +0000
++++ uppc.c 2008-01-02 17:34:47.000000000 +0000
@@ -62,6 +62,8 @@
#define USB_PRODUCT_TOSHIBA_E330 0x0707
#define USB_PRODUCT_TOSHIBA_E740 0x0706
@@ -9,7 +9,18 @@
#include <sys/cdefs.h>
#include <sys/param.h>
-@@ -93,6 +95,10 @@
+@@ -84,6 +86,10 @@
+
+ #include <sys/sysctl.h>
+
++#if __FreeBSD_version >= 700049
++#include <dev/usb/usb_port.h>
++#endif
++
+ #include <dev/usb/usb.h>
+
+ #include <dev/usb/usbcdc.h>
+@@ -93,6 +99,10 @@
#include <dev/usb/ucomvar.h>
@@ -20,7 +31,7 @@
static int uppcrtvendor = 0;
static int uppcrtproduct = 0;
-@@ -166,6 +172,7 @@
+@@ -166,6 +176,7 @@
{{ USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_UNK }, 0},
{{ USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_E330 }, 0},
{{ USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_E740 }, 0},
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
+