Add the Portable C Compiler to ports and mbase.
This commit is contained in:
parent
d9affb1d1a
commit
ed17419e4e
10
ports/pcc/build
Executable file
10
ports/pcc/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
CFLAGS='-O2 -w -pipe'
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-native
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
ports/pcc/checksums
Normal file
1
ports/pcc/checksums
Normal file
@ -0,0 +1 @@
|
||||
ce124753c88138146d093d1ffcc625397db4beb407cb120b17464caad323e6eb
|
34
ports/pcc/manifest
Normal file
34
ports/pcc/manifest
Normal file
@ -0,0 +1,34 @@
|
||||
/var/db/kiss/installed/pcc/version
|
||||
/var/db/kiss/installed/pcc/sources
|
||||
/var/db/kiss/installed/pcc/manifest
|
||||
/var/db/kiss/installed/pcc/checksums
|
||||
/var/db/kiss/installed/pcc/build
|
||||
/var/db/kiss/installed/pcc/
|
||||
/var/db/kiss/installed/
|
||||
/var/db/kiss/choices/pcc>usr>share>man>man1>cpp.1
|
||||
/var/db/kiss/choices/
|
||||
/var/db/kiss/
|
||||
/var/db/
|
||||
/var/
|
||||
/usr/share/man/man1/pcpp.1
|
||||
/usr/share/man/man1/pcc.1
|
||||
/usr/share/man/man1/p++.1
|
||||
/usr/share/man/man1/ccom.1
|
||||
/usr/share/man/man1/
|
||||
/usr/share/man/
|
||||
/usr/share/
|
||||
/usr/libexec/cxxcom
|
||||
/usr/libexec/cpp
|
||||
/usr/libexec/ccom
|
||||
/usr/libexec/
|
||||
/usr/lib/pcc/x86_64-pc-linux-musl/1.2.0.DEVEL/lib/
|
||||
/usr/lib/pcc/x86_64-pc-linux-musl/1.2.0.DEVEL/include/
|
||||
/usr/lib/pcc/x86_64-pc-linux-musl/1.2.0.DEVEL/
|
||||
/usr/lib/pcc/x86_64-pc-linux-musl/
|
||||
/usr/lib/pcc/
|
||||
/usr/lib/
|
||||
/usr/bin/pcpp
|
||||
/usr/bin/pcc
|
||||
/usr/bin/p++
|
||||
/usr/bin/
|
||||
/usr/
|
1
ports/pcc/sources
Normal file
1
ports/pcc/sources
Normal file
@ -0,0 +1 @@
|
||||
http://pcc.ludd.ltu.se/ftp/pub/pcc/pcc-current.tgz
|
1
ports/pcc/version
Normal file
1
ports/pcc/version
Normal file
@ -0,0 +1 @@
|
||||
current 1
|
Loading…
Reference in New Issue
Block a user