Ticket #50901: typescript

File typescript, 4.0 KB (added by user454322 (Javier), 8 years ago)

testing from command line

Line 
1Script started on Sun Apr  3 16:13:15 2016
2(root@imac realpath)# svn up .[K[K[K[K[K[K[K[Kpwd
3/Users/javier/workspace/misc/macports/svn.macports.org/trunk/dports/sysutils/realpath
4(root@imac realpath)# svn up
5Updating '.':
6At revision 147427.
7(root@imac realpath)# svn diff \[K| tee /tmp/r[Krealpath-1.0.1.pathc[K[Kch
8Index: Portfile
9===================================================================
10--- Portfile    (revision 147427)
11+++ Portfile    (working copy)
12@@ -4,7 +4,7 @@
13 PortSystem          1.0
14 PortGroup           github 1.0
15 
16-github.setup        user454322 realpath 1.0.0 v
17+github.setup        user454322 realpath 1.0.1 v
18 categories          sysutils
19 platforms           darwin
20 maintainers         yahoo.com.mx:dev.modprobe
21@@ -16,13 +16,11 @@
22                     filename(s) supplied as arguments and prints the result \
23                     to stdout.
24 
25-checksums           rmd160  f972c2a0d298307b2035a2d9aecb53343cff7ca7 \
26-                    sha256  554ceca127840cf8af0d3c0919c74fc4e8d6ae8ad94bf4aea743ca4af8198be3
27+checksums           rmd160  7526580f51f19891067ad243b4a4c90e9e2c4d69 \
28+                    sha256  bf38a149a528486e4c3caa26b8584410b55fdf824f64709ef8b93e75559d797d
29 
30-patchfiles-append   patch-Makefile.template.diff
31-
32 configure.pre_args
33-configure.args      -b ${prefix}/bin \
34+configure.args      -b ${prefix} \
35                     -m ${prefix}/share/man
36 
37 configure.universal_args-delete --disable-dependency-tracking
38Index: files/patch-Makefile.template.diff
39===================================================================
40--- files/patch-Makefile.template.diff  (revision 147427)
41+++ files/patch-Makefile.template.diff  (working copy)
42@@ -1,13 +0,0 @@
43-Fix build with old gcc by enforcing C99
44-https://github.com/user454322/realpath/commit/1358f37ba759524c9c49225ad3b5aa3f314da6c3
45---- Makefile.template
46-+++ Makefile.template
47-@@ -6,7 +6,7 @@ MAN_PATH=      MAN_PATH_VAL
48- default: realpath
49- 
50- realpath: realpath.c
51--      $(CC) -o realpath realpath.c -Werror -Wextra
52-+      $(CC) -o realpath realpath.c -std=c99 -Werror -Wextra
53- 
54- clean:
55-       rm -f realpath
56(root@imac realpath)# sudo port uninstall realpath ; sudo port clean --all realpath
57--->  Deactivating realpath @1.0.1_0
58
59--->  Cleaning realpath
60
61--->  Uninstalling realpath @1.0.1_0
62
63--->  Cleaning realpath
64
65--->  Cleaning realpath
66
67(root@imac realpath)# sudo port lint realpath
68--->  Verifying Portfile for realpath
69
70--->  0 errors and 0 warnings found.
71
72(root@imac realpath)# sudo port install -d -s realpath
73--->  Fetching distfiles for realpath
74
75--->  Attempting to fetch realpath-1.0.1.tar.gz from https://github.com/user454322/realpath/tarball/v1.0.1
76
77
78      [                                    ] 760 B          speed: 157 B/s      [1K
79--->  Verifying checksums for realpath
80
81--->  Extracting realpath
82
83--->  Configuring realpath
84
85--->  Building realpath
86
87--->  Staging realpath into destroot
88
89--->  Installing realpath @1.0.1_0
90
91--->  Activating realpath @1.0.1_0
92
93--->  Cleaning realpath
94
95--->  Updating database of binaries
96
97[1K
98--->  Scanning binaries for linking errors
99
100[1K
101--->  No broken files found.
102
103(root@imac realpath)# ls /u[Kopt/local/man/
104cat1/ cat2/ cat3/ cat4/ cat5/ cat6/ cat7/ cat8/ cat9/ catl/ catn/ man1/ man2/ man3/ man4/ man5/ man6/ man7/ man8/ man9/ manl/ mann/ 
105(root@imac realpath)# ls /opt/local/man/[K[K[K[Kshare/ma
106macports/ man/     
107(root@imac realpath)# ls /opt/local/share/man/man1/realpath.1.gz [1@-[1@l[1@ 
108-r--r--r--  1 root  admin  706 Apr  3 16:14 /opt/local/share/man/man1/realpath.1.gz
109(root@imac realpath)# ls -l /opt/local/share/man/man1/realpath.1.gz [K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[Kbin/realpath 
110-rwxr-xr-x  1 root  admin  8876 Apr  3 16:14 /opt/local/bin/realpath
111(root@imac realpath)# exit
112
113Script done on Sun Apr  3 16:15:47 2016