Ticket #4900: XFree86.patch
File XFree86.patch, 885 bytes (added by yves@…, 19 years ago) |
---|
-
Portfile
old new 4 4 name XFree86 5 5 version 4.5.0 6 6 categories x11 7 revision 27 revision 3 8 8 maintainers darwinports@opendarwin.org 9 9 description X11R6 windowing system 10 10 homepage http://www.xfree86.org/ … … 63 63 puts $hostfd "#define BuildGLXLibrary YES" 64 64 close $hostfd 65 65 } 66 master_sites-append http://www.opendarwin.org/~yves/:keymaps 67 distfiles-append org.opendarwin.keymaps-7.2.1-1.tgz:keymaps 68 checksums-append org.opendarwin.keymaps-7.2.1-1.tgz \ 69 md5 ea812f4562b3cf0111f8060b543b5376 70 post-destroot { 71 cd ${workpath}/Keyboards 72 set keymaps [readdir .] 73 xinstall -d ${destroot}/Library/Keyboards 74 foreach km $keymaps { 75 xinstall -m 644 $km ${destroot}/Library/Keyboards 76 } 77 } 66 78 }