------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ja-e2ps-4.34 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ja-e2ps-4.34 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-e2ps-4.34 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ja-e2ps-4.34 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-e2ps-4.34 for building => SHA256 Checksum OK for e2ps-4.34.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ja-e2ps-4.34 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-e2ps-4.34 for building ===> Extracting for ja-e2ps-4.34 ===> ja-e2ps-4.34 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-e2ps-4.34 for building => SHA256 Checksum OK for e2ps-4.34.tar.bz2. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-e2ps-4.34 ===> Applying ports patches for ja-e2ps-4.34 ===> Cleanly applied ports patch(es) patch-Makefile /usr/bin/env WRKSRC=/construction/japanese/e2ps/e2ps-4.34 REWARNFILE=/construction/japanese/e2ps/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e '/Times-Roman$/,/^Gothic-Medium.Katakana$/{s,$,\\,;}' /construction/japanese/e2ps/e2ps-4.34/ps-font.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ja-e2ps-4.34 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-e2ps-4.34 --- e2ps.o --- --- ps-font.o --- --- wtkf.o --- --- e2ps.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DTABSTOP=8 -DMAXLINE=66 -DFONTSIZE=10.0 -DTOP=40.0 -DBOTTOM=40.0 -DLEFT=40.0 -DRIGHT=40.0 -DNLRATE=1.1 -DJIS_PS -DY2K=0 -c e2ps.c --- ps-font.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DTABSTOP=8 -DMAXLINE=66 -DFONTSIZE=10.0 -DTOP=40.0 -DBOTTOM=40.0 -DLEFT=40.0 -DRIGHT=40.0 -DNLRATE=1.1 -DJIS_PS -DY2K=0 -c ps-font.c --- wtkf.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DTABSTOP=8 -DMAXLINE=66 -DFONTSIZE=10.0 -DTOP=40.0 -DBOTTOM=40.0 -DLEFT=40.0 -DRIGHT=40.0 -DNLRATE=1.1 -DJIS_PS -DY2K=0 -c wtkf.c --- e2ps.o --- e2ps.c: In function 'main': e2ps.c:86:15: warning: pointer targets in assignment from 'char *' to 'uchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] gsCommand = setstring(argv[0]); ^ e2ps.c:89:15: warning: pointer targets in assignment from 'char *' to 'uchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] gsCommand = setstring(NAME); ^ e2ps.c:765:17: warning: pointer targets in assignment from 'char *' to 'uchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] sFileData = setstringsize(lFileSize); ^ e2ps.c:771:24: warning: pointer targets in passing argument 1 of 'addstring' differ in signedness [-Wpointer-sign] sFileData = addstring(sFileData, sStr); ^~~~~~~~~ In file included from e2ps.c:12: e2ps.h:136:14: note: expected 'char *' but argument is of type 'uchar *' {aka 'unsigned char *'} extern char *addstring(char *, char *); ^~~~~~~~~ e2ps.c:771:12: warning: pointer targets in assignment from 'char *' to 'uchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] sFileData = addstring(sFileData, sStr); ^ e2ps.c: In function 'print_header': e2ps.c:1309:21: warning: pointer targets in passing argument 1 of 'change2euc' differ in signedness [-Wpointer-sign] sEUC = change2euc(sStr); ^~~~ In file included from e2ps.c:13: wtkf.h:29:23: note: expected 'unsigned char *' but argument is of type 'char *' extern unsigned char *change2euc(unsigned char *); ^~~~~~~~~~ e2ps.c: In function 'print_header_size': e2ps.c:1356:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] iSize = strlen(sStr); ^~~~ In file included from e2ps.h:15, from e2ps.c:12: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'uchar *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ e2ps.c: In function 'print_header_string': e2ps.c:1437:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] iSize = strlen(sStr); ^~~~ In file included from e2ps.h:15, from e2ps.c:12: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'uchar *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ --- wtkf.o --- wtkf.c: In function 'checkkanjicode': wtkf.c:28:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = strlen(data); ^~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ wtkf.c: In function 'change2euc': wtkf.c:107:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = strlen(data); ^~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ wtkf.c:98:21: warning: variable 'length' set but not used [-Wunused-but-set-variable] unsigned long int length; ^~~~~~ wtkf.c: In function 'jis2euc': wtkf.c:144:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = strlen(data); ^~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ wtkf.c: In function 'sjis2euc': wtkf.c:229:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = strlen(data); ^~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ wtkf.c: In function 'wtkf_setstring': wtkf.c:334:19: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = strlen(string) + 1; ^~~~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ wtkf.c:340:10: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ret, string); ^~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:95:7: note: expected 'char * restrict' but argument is of type 'unsigned char *' char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ wtkf.c:340:15: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ret, string); ^~~~~~ In file included from wtkf.h:18, from wtkf.c:8: /usr/include/string.h:95:7: note: expected 'const char * restrict' but argument is of type 'unsigned char *' char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ --- e2ps.o --- e2ps.c: In function 'newpage': e2ps.c:1264:23: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(sStr, "%s %d", gsPageStr, giPage); ^~ e2ps.c:1264:5: note: 'sprintf' output between 3 and 1036 bytes into a destination of size 1024 sprintf(sStr, "%s %d", gsPageStr, giPage); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- e2ps --- cc -o e2ps e2ps.o ps-font.o wtkf.o -pipe -O2 -fno-strict-aliasing -Wall -DTABSTOP=8 -DMAXLINE=66 -DFONTSIZE=10.0 -DTOP=40.0 -DBOTTOM=40.0 -DLEFT=40.0 -DRIGHT=40.0 -DNLRATE=1.1 -DJIS_PS -DY2K=0 SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-e2ps-4.34 ===> Generating temporary packing list install -s -m 555 /construction/japanese/e2ps/e2ps-4.34/e2ps /construction/japanese/e2ps/stage/usr/local/bin ln -sf /usr/local/bin/e2ps /construction/japanese/e2ps/stage/usr/local/bin/e2lpr install -m 0644 /construction/japanese/e2ps/e2ps-4.34/README.euc /construction/japanese/e2ps/e2ps-4.34/README.english /construction/japanese/e2ps/stage/usr/local/share/doc/ja-e2ps ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: Bad symlink '/usr/local/bin/e2lpr' pointing to an absolute pathname '/usr/local/bin/e2ps' Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ja-e2ps-4.34 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03