- get FreeBSD ports collection:
# portsnap fetch
# portsnap extract
- enter
/usr/ports/graphics/gmt5/
- check information in
Makeflie
(*), and entermake install clean
.
bbs@debian:~$ gdb attach 1516 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~$ gdb attach 1529 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~$ gdb attach 1538 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~$ gdb attach 1546 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~$ gdb attach 1577 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~$ gdb attach 1639 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
bbs@debian:~/maplebbs-itoc$ gdb attach 4396 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
% sudo make package | |
Password: | |
===> Building package for gmt5-5.4.4 | |
[: =: unexpected operator | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt:No such file or directory | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt-config:No such file or directory | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmt_shell_functions.sh:No such file or directory | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/gmtswitch:No such file or directory | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/bin/isogmt:No such file or directory | |
pkg-static: Unable to access file /usr/home/user/freebsd-ports-gmt5/work/stage/etc/bash_completion.d/gmt_completion.bash:No such file or directory |
diff --git a/.gitignore b/.gitignore | |
index 4f16b7c5..8881b143 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -5,10 +5,10 @@ | |
.clang_complete | |
tags | |
var.h | |
-/pttbbs.conf | |
/local.h |