mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
2nd try after being bitten by cvs add bug in remote case.
This commit is contained in:
parent
4f0c39dfa2
commit
73499df984
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7977
11
irc/zircon/files/patch-aa
Normal file
11
irc/zircon/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- installer/unix.tcl.orig Sat Sep 20 20:47:35 1997
|
||||
+++ installer/unix.tcl Sat Sep 20 20:47:37 1997
|
||||
@@ -228,7 +228,7 @@
|
||||
proc getCC {} {
|
||||
global CC GCC SCflag CFlags Type SLDflag share scflags
|
||||
switch {} $CC {} default return
|
||||
- set CFlags -O
|
||||
+ set CFlags {-O -I/usr/local/include/tcl8.0}
|
||||
catch {set CFlags $cflags($Type)}
|
||||
switch BSDI $Type {
|
||||
set CC gcc2
|
@ -1,8 +1,11 @@
|
||||
bin/zircon
|
||||
lib/zircon/gifs/arc.gif
|
||||
lib/zircon/gifs/button.gif
|
||||
lib/zircon/gifs/ii.gif
|
||||
lib/zircon/gifs/key.gif
|
||||
lib/zircon/gifs/line.gif
|
||||
lib/zircon/gifs/lock.gif
|
||||
lib/zircon/gifs/noii.gif
|
||||
lib/zircon/gifs/none.gif
|
||||
lib/zircon/gifs/nospeak.gif
|
||||
lib/zircon/gifs/off.gif
|
||||
@ -14,6 +17,7 @@ lib/zircon/gifs/polygon.gif
|
||||
lib/zircon/gifs/rectangle.gif
|
||||
lib/zircon/gifs/speak.gif
|
||||
lib/zircon/gifs/text.gif
|
||||
lib/zircon/gifs/unlock.gif
|
||||
lib/zircon/gifs/zircon.gif
|
||||
lib/zircon/help/Zircon/Bindings
|
||||
lib/zircon/help/Zircon/CommandLine
|
||||
@ -73,6 +77,7 @@ lib/zircon/lib/Windows.tcl
|
||||
lib/zircon/lib/bindings.tcl
|
||||
lib/zircon/lib/confChan.tcl
|
||||
lib/zircon/lib/confInfo.tcl
|
||||
lib/zircon/lib/confTab.tcl
|
||||
lib/zircon/lib/config.tcl
|
||||
lib/zircon/lib/ctcp.tcl
|
||||
lib/zircon/lib/dbgsrv.tcl
|
||||
@ -109,14 +114,30 @@ lib/zircon/plugins/Sed/crypt
|
||||
lib/zircon/plugins/Sed/decrypt.tcl
|
||||
lib/zircon/plugins/Sed/libSed.so
|
||||
lib/zircon/plugins/Sed/pkgIndex.tcl
|
||||
lib/zircon/rc
|
||||
lib/zircon/zircon.ad
|
||||
lib/zircon/installed
|
||||
@exec mkdir %D/lib/zircon/help/Channels
|
||||
@exec mkdir %D/lib/zircon/help/Servers
|
||||
@exec mkdir %D/lib/zircon/help/Services
|
||||
@exec mkdir %D/lib/zircon/help/Users
|
||||
@exec mkdir %D/lib/zircon/scripts
|
||||
@exec mkdir %D/lib/zircon/sounds
|
||||
@dirrm lib/zircon/gifs
|
||||
@dirrm lib/zircon/help/Zircon/Windows
|
||||
@dirrm lib/zircon/help/Channels
|
||||
@dirrm lib/zircon/help/Servers
|
||||
@dirrm lib/zircon/help/Services
|
||||
@dirrm lib/zircon/help/Users
|
||||
@dirrm lib/zircon/help/Zircon
|
||||
@dirrm lib/zircon/help
|
||||
@dirrm lib/zircon/gifs
|
||||
@dirrm lib/zircon/lang
|
||||
@dirrm lib/zircon/lib
|
||||
@dirrm lib/zircon/look
|
||||
@dirrm lib/zircon/plugins/Dcc
|
||||
@dirrm lib/zircon/plugins/MsgOps
|
||||
@dirrm lib/zircon/plugins/NoticeOps
|
||||
@dirrm lib/zircon/plugins/Sed
|
||||
@dirrm lib/zircon/plugins
|
||||
@dirrm lib/zircon/scripts
|
||||
@dirrm lib/zircon/sounds
|
||||
|
Loading…
x
Reference in New Issue
Block a user