FreeBSD Bugzilla – Attachment 218037 Details for
Bug 240294
x11-drivers/xf86-video-ast does not work on FreeBSD 12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch to fix issue
xf86-video-ast-port-fix.diff (text/plain), 50.82 KB, created by
Daniel O'Connor
on 2020-09-18 00:01:03 UTC
(
hide
)
Description:
port patch to fix issue
Filename:
MIME Type:
Creator:
Daniel O'Connor
Created:
2020-09-18 00:01:03 UTC
Size:
50.82 KB
patch
obsolete
>diff -ur /usr/ports/x11-drivers/xf86-video-ast/Makefile xf86-video-ast/Makefile >--- /usr/ports/x11-drivers/xf86-video-ast/Makefile 2018-12-07 00:05:57.000000000 +0000 >+++ xf86-video-ast/Makefile 2020-09-17 22:56:49.114512000 +0000 >@@ -2,7 +2,7 @@ > > PORTNAME= xf86-video-ast > PORTVERSION= 1.1.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11-drivers > > MAINTAINER= x11@FreeBSD.org >Only in xf86-video-ast: files >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/.PLIST.mktmp xf86-video-ast/work/.PLIST.mktmp >--- /usr/ports/x11-drivers/xf86-video-ast/work/.PLIST.mktmp 2020-09-17 12:35:41.196059000 +0000 >+++ xf86-video-ast/work/.PLIST.mktmp 2020-09-17 22:56:57.097420000 +0000 >@@ -1,4 +1,4 @@ > lib/xorg/modules/drivers/ast_drv.so >-/usr/local/share/licenses/xf86-video-ast-1.1.5_2/catalog.mk >-/usr/local/share/licenses/xf86-video-ast-1.1.5_2/LICENSE >-/usr/local/share/licenses/xf86-video-ast-1.1.5_2/MIT >+/usr/local/share/licenses/xf86-video-ast-1.1.5_3/catalog.mk >+/usr/local/share/licenses/xf86-video-ast-1.1.5_3/LICENSE >+/usr/local/share/licenses/xf86-video-ast-1.1.5_3/MIT >Only in xf86-video-ast/work: .metadir >Only in xf86-video-ast/work: .package_done.xf86-video-ast._usr_local >Only in xf86-video-ast/work: pkg >Binary files /usr/ports/x11-drivers/xf86-video-ast/work/stage/usr/local/lib/xorg/modules/drivers/ast_drv.so and xf86-video-ast/work/stage/usr/local/lib/xorg/modules/drivers/ast_drv.so differ >Only in /usr/ports/x11-drivers/xf86-video-ast/work/stage/usr/local/share/licenses: xf86-video-ast-1.1.5_2 >Only in xf86-video-ast/work/stage/usr/local/share/licenses: xf86-video-ast-1.1.5_3 >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/Makefile xf86-video-ast/work/xf86-video-ast-1.1.5/Makefile >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/Makefile 2020-09-17 12:35:39.906990000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/Makefile 2020-09-17 22:56:55.841826000 +0000 >@@ -211,7 +211,7 @@ > am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ > | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' > distcleancheck_listfiles = find . -type f -print >-ACLOCAL = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13 >+ACLOCAL = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13 > ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX) > ADMIN_MAN_SUFFIX = 8 > AMTAR = $${TAR-tar} >@@ -219,14 +219,14 @@ > APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX) > APP_MAN_SUFFIX = 1 > AR = ar >-AUTOCONF = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf >-AUTOHEADER = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader >-AUTOMAKE = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13 >+AUTOCONF = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf >+AUTOHEADER = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader >+AUTOMAKE = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13 > AWK = /usr/bin/awk > BASE_CFLAGS = -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast > CC = cc > CCDEPMODE = depmode=gcc3 >-CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing >+CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing > CHANGELOG_CMD = (GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) > CPP = cpp > CPPFLAGS = >@@ -266,7 +266,7 @@ > LN_S = ln -s > LTLIBOBJS = > MAINT = # >-MAKEINFO = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo >+MAKEINFO = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo > MANIFEST_TOOL = : > MAN_SUBSTS = -e 's|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|$(prefix)|g' -e 's|__apploaddir__|$(appdefaultdir)|g' -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' > MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX) >@@ -301,10 +301,10 @@ > XORG_CFLAGS = -I/usr/local/include/xorg -fvisibility=hidden -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include/X11/dri -I/usr/local/include/libdrm -I/usr/local/include > XORG_LIBS = -L/usr/local/lib > XORG_MAN_PAGE = X Version 11 >-abs_builddir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >-abs_srcdir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >-abs_top_builddir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >-abs_top_srcdir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_builddir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_srcdir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_top_builddir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_top_srcdir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 > ac_ct_AR = ar > ac_ct_CC = cc > ac_ct_DUMPBIN = >@@ -333,7 +333,7 @@ > htmldir = ${docdir} > includedir = ${prefix}/include > infodir = /usr/local/info >-install_sh = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh >+install_sh = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh > libdir = ${exec_prefix}/lib > libexecdir = ${exec_prefix}/libexec > localedir = ${datarootdir}/locale >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/config.log xf86-video-ast/work/xf86-video-ast-1.1.5/config.log >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/config.log 2020-09-17 12:35:40.008603000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/config.log 2020-09-17 22:56:55.944908000 +0000 >@@ -27,7 +27,7 @@ > /usr/bin/oslevel = unknown > /bin/universe = unknown > >-PATH: /usr/ports/x11-drivers/xf86-video-ast/work/.bin >+PATH: /local0/home/radar/xf86-video-ast/work/.bin > PATH: /home/radar/ud3/bin > PATH: /bin > PATH: /sbin >@@ -1199,27 +1199,27 @@ > cc: error: no input files > configure:3318: $? = 1 > configure:3338: checking whether the C compiler works >-configure:3360: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 >+configure:3360: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 > configure:3364: $? = 0 > configure:3412: result: yes > configure:3415: checking for C compiler default output file name > configure:3417: result: a.out > configure:3423: checking for suffix of executables >-configure:3430: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 >+configure:3430: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 > configure:3434: $? = 0 > configure:3456: result: > configure:3478: checking whether we are cross compiling >-configure:3486: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 >+configure:3486: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 > configure:3490: $? = 0 > configure:3497: ./conftest > configure:3501: $? = 0 > configure:3516: result: no > configure:3521: checking for suffix of object files >-configure:3543: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:3543: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:3547: $? = 0 > configure:3568: result: o > configure:3572: checking whether we are using the GNU C compiler >-configure:3591: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:3591: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:3591: $? = 0 > configure:3600: result: yes > configure:3609: checking whether cc accepts -g >@@ -1227,13 +1227,13 @@ > configure:3629: $? = 0 > configure:3670: result: yes > configure:3687: checking for cc option to accept ISO C89 >-configure:3750: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:3750: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:3750: $? = 0 > configure:3763: result: none needed > configure:3785: checking dependency style of cc > configure:3896: result: gcc3 > configure:3911: checking for cc option to accept ISO C99 >-configure:4060: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:4060: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:4060: $? = 0 > configure:4073: result: none needed > configure:4094: checking how to run the C preprocessor >@@ -1283,11 +1283,11 @@ > configure:4474: checking for unistd.h > configure:4474: result: yes > configure:4490: checking whether __clang__ is declared >-configure:4490: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:4490: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:4490: $? = 0 > configure:4490: result: yes > configure:4497: checking whether __INTEL_COMPILER is declared >-configure:4497: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:4497: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > conftest.c:61:10: error: use of undeclared identifier '__INTEL_COMPILER' > (void) __INTEL_COMPILER; > ^ >@@ -1363,7 +1363,7 @@ > | } > configure:4497: result: no > configure:4504: checking whether __SUNPRO_C is declared >-configure:4504: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:4504: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > conftest.c:61:10: error: use of undeclared identifier '__SUNPRO_C' > (void) __SUNPRO_C; > ^ >@@ -1447,79 +1447,79 @@ > configure:4703: checking for a sed that does not truncate output > configure:4767: result: /usr/bin/sed > configure:4813: checking if cc supports -Werror=unknown-warning-option >-configure:4822: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option conftest.c >&5 >+configure:4822: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option conftest.c >&5 > configure:4822: $? = 0 > configure:4829: result: yes > configure:4840: checking if cc supports -Werror=unused-command-line-argument >-configure:4849: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument conftest.c >&5 >+configure:4849: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument conftest.c >&5 > configure:4849: $? = 0 > configure:4856: result: yes > configure:4875: checking if cc supports -Wall >-configure:4892: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall -fstack-protector conftest.c >&5 >+configure:4892: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall -fstack-protector conftest.c >&5 > configure:4892: $? = 0 > configure:4905: result: yes > configure:4993: checking if cc supports -Wpointer-arith >-configure:5010: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith -fstack-protector conftest.c >&5 >+configure:5010: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith -fstack-protector conftest.c >&5 > configure:5010: $? = 0 > configure:5023: result: yes > configure:5111: checking if cc supports -Wmissing-declarations >-configure:5128: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations -fstack-protector conftest.c >&5 >+configure:5128: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations -fstack-protector conftest.c >&5 > configure:5128: $? = 0 > configure:5141: result: yes > configure:5229: checking if cc supports -Wformat=2 >-configure:5246: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 -fstack-protector conftest.c >&5 >+configure:5246: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 -fstack-protector conftest.c >&5 > configure:5246: $? = 0 > configure:5259: result: yes > configure:5398: checking if cc supports -Wstrict-prototypes >-configure:5415: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes -fstack-protector conftest.c >&5 >+configure:5415: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes -fstack-protector conftest.c >&5 > configure:5415: $? = 0 > configure:5428: result: yes > configure:5516: checking if cc supports -Wmissing-prototypes >-configure:5533: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes -fstack-protector conftest.c >&5 >+configure:5533: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes -fstack-protector conftest.c >&5 > configure:5533: $? = 0 > configure:5546: result: yes > configure:5634: checking if cc supports -Wnested-externs >-configure:5651: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs -fstack-protector conftest.c >&5 >+configure:5651: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs -fstack-protector conftest.c >&5 > configure:5651: $? = 0 > configure:5664: result: yes > configure:5752: checking if cc supports -Wbad-function-cast >-configure:5769: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast -fstack-protector conftest.c >&5 >+configure:5769: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast -fstack-protector conftest.c >&5 > configure:5769: $? = 0 > configure:5782: result: yes > configure:5870: checking if cc supports -Wold-style-definition >-configure:5887: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition -fstack-protector conftest.c >&5 >+configure:5887: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition -fstack-protector conftest.c >&5 > configure:5887: $? = 0 > configure:5900: result: yes > configure:6037: checking if cc supports -Wdeclaration-after-statement >-configure:6054: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement -fstack-protector conftest.c >&5 >+configure:6054: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement -fstack-protector conftest.c >&5 > configure:6054: $? = 0 > configure:6067: result: yes > configure:6159: checking if cc supports -Wunused >-configure:6176: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused -fstack-protector conftest.c >&5 >+configure:6176: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused -fstack-protector conftest.c >&5 > configure:6176: $? = 0 > configure:6189: result: yes > configure:6277: checking if cc supports -Wuninitialized >-configure:6294: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized -fstack-protector conftest.c >&5 >+configure:6294: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized -fstack-protector conftest.c >&5 > configure:6294: $? = 0 > configure:6307: result: yes > configure:6395: checking if cc supports -Wshadow >-configure:6412: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow -fstack-protector conftest.c >&5 >+configure:6412: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow -fstack-protector conftest.c >&5 > configure:6412: $? = 0 > configure:6425: result: yes > configure:6513: checking if cc supports -Wmissing-noreturn >-configure:6530: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn -fstack-protector conftest.c >&5 >+configure:6530: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn -fstack-protector conftest.c >&5 > configure:6530: $? = 0 > configure:6543: result: yes > configure:6631: checking if cc supports -Wmissing-format-attribute >-configure:6648: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute -fstack-protector conftest.c >&5 >+configure:6648: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute -fstack-protector conftest.c >&5 > configure:6648: $? = 0 > configure:6661: result: yes > configure:6749: checking if cc supports -Wredundant-decls >-configure:6766: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls -fstack-protector conftest.c >&5 >+configure:6766: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls -fstack-protector conftest.c >&5 > configure:6766: $? = 0 > configure:6779: result: yes > configure:6867: checking if cc supports -Wlogical-op >-configure:6884: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wlogical-op -fstack-protector conftest.c >&5 >+configure:6884: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wlogical-op -fstack-protector conftest.c >&5 > error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] > configure:6884: $? = 1 > configure: failed program was: >@@ -1553,67 +1553,67 @@ > | } > configure:6897: result: no > configure:6997: checking if cc supports -Werror=implicit >-configure:7014: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit -fstack-protector conftest.c >&5 >+configure:7014: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit -fstack-protector conftest.c >&5 > configure:7014: $? = 0 > configure:7027: result: yes > configure:7164: checking if cc supports -Werror=nonnull >-configure:7181: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull -fstack-protector conftest.c >&5 >+configure:7181: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull -fstack-protector conftest.c >&5 > configure:7181: $? = 0 > configure:7194: result: yes > configure:7282: checking if cc supports -Werror=init-self >-configure:7299: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self -fstack-protector conftest.c >&5 >+configure:7299: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self -fstack-protector conftest.c >&5 > configure:7299: $? = 0 > configure:7312: result: yes > configure:7400: checking if cc supports -Werror=main >-configure:7417: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main -fstack-protector conftest.c >&5 >+configure:7417: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main -fstack-protector conftest.c >&5 > configure:7417: $? = 0 > configure:7430: result: yes > configure:7518: checking if cc supports -Werror=missing-braces >-configure:7535: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces -fstack-protector conftest.c >&5 >+configure:7535: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces -fstack-protector conftest.c >&5 > configure:7535: $? = 0 > configure:7548: result: yes > configure:7636: checking if cc supports -Werror=sequence-point >-configure:7653: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point -fstack-protector conftest.c >&5 >+configure:7653: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point -fstack-protector conftest.c >&5 > configure:7653: $? = 0 > configure:7666: result: yes > configure:7754: checking if cc supports -Werror=return-type >-configure:7771: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type -fstack-protector conftest.c >&5 >+configure:7771: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type -fstack-protector conftest.c >&5 > configure:7771: $? = 0 > configure:7784: result: yes > configure:7921: checking if cc supports -Werror=trigraphs >-configure:7938: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs -fstack-protector conftest.c >&5 >+configure:7938: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs -fstack-protector conftest.c >&5 > configure:7938: $? = 0 > configure:7951: result: yes > configure:8039: checking if cc supports -Werror=array-bounds >-configure:8056: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds -fstack-protector conftest.c >&5 >+configure:8056: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds -fstack-protector conftest.c >&5 > configure:8056: $? = 0 > configure:8069: result: yes > configure:8157: checking if cc supports -Werror=write-strings >-configure:8174: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings -fstack-protector conftest.c >&5 >+configure:8174: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings -fstack-protector conftest.c >&5 > configure:8174: $? = 0 > configure:8187: result: yes > configure:8275: checking if cc supports -Werror=address >-configure:8292: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address -fstack-protector conftest.c >&5 >+configure:8292: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address -fstack-protector conftest.c >&5 > configure:8292: $? = 0 > configure:8305: result: yes > configure:8393: checking if cc supports -Werror=int-to-pointer-cast >-configure:8410: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast -fstack-protector conftest.c >&5 >+configure:8410: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast -fstack-protector conftest.c >&5 > configure:8410: $? = 0 > configure:8423: result: yes > configure:8560: checking if cc supports -Werror=pointer-to-int-cast >-configure:8577: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast -fstack-protector conftest.c >&5 >+configure:8577: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast -fstack-protector conftest.c >&5 > configure:8577: $? = 0 > configure:8590: result: yes > configure:10248: checking if cc supports -pedantic >-configure:10265: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic -fstack-protector conftest.c >&5 >+configure:10265: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic -fstack-protector conftest.c >&5 > configure:10265: $? = 0 > configure:10278: result: yes > configure:10366: checking if cc supports -Werror >-configure:10383: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror -fstack-protector conftest.c >&5 >+configure:10383: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror -fstack-protector conftest.c >&5 > configure:10383: $? = 0 > configure:10396: result: yes > configure:10536: checking if cc supports -Werror=attributes >-configure:10553: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes -fstack-protector conftest.c >&5 >+configure:10553: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes -fstack-protector conftest.c >&5 > configure:10553: $? = 0 > configure:10566: result: yes > configure:10726: checking whether make supports nested variables >@@ -1631,7 +1631,7 @@ > configure:11162: checking for BSD- or MS-compatible name lister (nm) > configure:11211: result: /usr/local/bin/nm -B > configure:11341: checking the name lister (/usr/local/bin/nm -B) interface >-configure:11348: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:11348: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:11351: /usr/local/bin/nm -B "conftest.o" > configure:11354: output > 0000000000000000 B some_variable >@@ -1663,7 +1663,7 @@ > configure:12242: found /usr/bin/ar > configure:12253: result: ar > configure:12290: checking for archiver @FILE support >-configure:12307: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:12307: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:12307: $? = 0 > configure:12310: ar cru libconftest.a @conftest.lst >&5 > ar: warning: can't open file: @conftest.lst: No such file or directory >@@ -1679,11 +1679,11 @@ > configure:12506: found /usr/bin/ranlib > configure:12517: result: ranlib > configure:12619: checking command to parse /usr/local/bin/nm -B output from cc object >-configure:12739: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:12739: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:12742: $? = 0 > configure:12746: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm > configure:12749: $? = 0 >-configure:12815: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c conftstm.o >&5 >+configure:12815: cc -o conftest -O2 -pipe -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c conftstm.o >&5 > configure:12818: $? = 0 > configure:12856: result: ok > configure:12893: checking for sysroot >@@ -1701,19 +1701,19 @@ > configure:14058: checking for objdir > configure:14073: result: .libs > configure:14340: checking if cc supports -fno-rtti -fno-exceptions >-configure:14358: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5 >+configure:14358: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5 > configure:14362: $? = 0 > configure:14375: result: yes > configure:14702: checking for cc option to produce PIC > configure:14709: result: -fPIC -DPIC > configure:14717: checking if cc PIC flag -fPIC -DPIC works >-configure:14735: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5 >+configure:14735: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5 > configure:14739: $? = 0 > configure:14752: result: yes > configure:14781: checking if cc static flag -static works > configure:14809: result: yes > configure:14824: checking if cc supports -c -o file.o >-configure:14845: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -o out/conftest2.o conftest.c >&5 >+configure:14845: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -o out/conftest2.o conftest.c >&5 > configure:14849: $? = 0 > configure:14871: result: yes > configure:14879: checking if cc supports -c -o file.o >@@ -1721,7 +1721,7 @@ > configure:14959: checking whether the cc linker (/usr/bin/ld) supports shared libraries > configure:16112: result: yes > configure:16149: checking whether -lc should be explicitly linked in >-configure:16157: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 >+configure:16157: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing conftest.c >&5 > configure:16160: $? = 0 > configure:16175: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 > configure:16178: $? = 0 >@@ -1738,19 +1738,19 @@ > configure:17827: result: yes > configure:17830: checking whether to build static libraries > configure:17834: result: no >-configure:17905: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 >+configure:17905: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 > configure:17905: $? = 0 > configure:17912: checking if RANDR is defined > configure:17914: result: yes >-configure:17940: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 >+configure:17940: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 > configure:17940: $? = 0 > configure:17947: checking if RENDER is defined > configure:17949: result: yes >-configure:17975: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 >+configure:17975: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 > configure:17975: $? = 0 > configure:17982: checking if XV is defined > configure:17984: result: yes >-configure:18010: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 >+configure:18010: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg conftest.c >&5 > configure:18010: $? = 0 > configure:18017: checking if DPMSExtension is defined > configure:18019: result: yes >@@ -1761,7 +1761,7 @@ > configure:18056: $? = 0 > configure:18114: result: yes > configure:18122: checking whether XSERVER_LIBPCIACCESS is declared >-configure:18122: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg -fvisibility=hidden -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include/X11/dri -I/usr/local/include/libdrm conftest.c >&5 >+configure:18122: cc -c -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include/xorg -fvisibility=hidden -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include/X11/dri -I/usr/local/include/libdrm conftest.c >&5 > configure:18122: $? = 0 > configure:18122: result: yes > configure:18135: checking for PCIACCESS >@@ -1919,7 +1919,7 @@ > ac_cv_env_CC_set=set > ac_cv_env_CC_value=cc > ac_cv_env_CFLAGS_set=set >-ac_cv_env_CFLAGS_value='-O2 -pipe -fstack-protector -fno-strict-aliasing ' >+ac_cv_env_CFLAGS_value='-O2 -pipe -fstack-protector -fno-strict-aliasing ' > ac_cv_env_CPPFLAGS_set=set > ac_cv_env_CPPFLAGS_value='' > ac_cv_env_CPP_set=set >@@ -3091,7 +3091,7 @@ > ## Output variables. ## > ## ----------------- ## > >-ACLOCAL='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13' >+ACLOCAL='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13' > ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' > ADMIN_MAN_SUFFIX='8' > AMDEPBACKSLASH='\' >@@ -3105,14 +3105,14 @@ > APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' > APP_MAN_SUFFIX='1' > AR='ar' >-AUTOCONF='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf' >-AUTOHEADER='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader' >-AUTOMAKE='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13' >+AUTOCONF='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf' >+AUTOHEADER='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader' >+AUTOMAKE='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13' > AWK='/usr/bin/awk' > BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast' > CC='cc' > CCDEPMODE='depmode=gcc3' >-CFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' >+CFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' > CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)' > CPP='cpp' > CPPFLAGS='' >@@ -3153,7 +3153,7 @@ > MAINT='#' > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' >-MAKEINFO='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo' >+MAKEINFO='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo' > MANIFEST_TOOL=':' > MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\''' > MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' >@@ -3225,7 +3225,7 @@ > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='/usr/local/info' >-install_sh='${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh' >+install_sh='${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/config.status xf86-video-ast/work/xf86-video-ast-1.1.5/config.status >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/config.status 2020-09-17 12:35:39.831142000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/config.status 2020-09-17 22:56:55.770766000 +0000 >@@ -427,7 +427,7 @@ > > Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>." > >-ac_cs_config="'--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd12.0' 'build_alias=amd64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector ' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf'" >+ac_cs_config="'--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd12.0' 'build_alias=amd64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector ' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf'" > ac_cs_version="\ > xf86-video-ast config.status 1.1.5 > configured by ./configure, generated by GNU Autoconf 2.69, >@@ -437,7 +437,7 @@ > This config.status script is free software; the Free Software Foundation > gives unlimited permission to copy, distribute and modify it." > >-ac_pwd='/usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5' >+ac_pwd='/local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5' > srcdir='.' > INSTALL='/usr/bin/install -c' > MKDIR_P='/bin/mkdir -p' >@@ -519,7 +519,7 @@ > fi > > if $ac_cs_recheck; then >- set X /bin/sh './configure' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd12.0' 'build_alias=amd64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector ' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf' $ac_configure_extra_args --no-create --no-recursion >+ set X /bin/sh './configure' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd12.0' 'build_alias=amd64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector ' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf' $ac_configure_extra_args --no-create --no-recursion > shift > $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 > CONFIG_SHELL='/bin/sh' >@@ -599,7 +599,7 @@ > old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' > lock_old_archive_extraction='no' > CC='cc' >-CFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' >+CFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' > compiler='cc' > GCC='yes' > lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >@@ -681,7 +681,7 @@ > striplib='strip --strip-unneeded' > > LTCC='cc' >-LTCFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' >+LTCFLAGS='-O2 -pipe -fstack-protector -fno-strict-aliasing ' > compiler='cc' > > # A function that is used when there is no print builtin or printf. >@@ -904,7 +904,7 @@ > S["ac_ct_CC"]="cc" > S["CPPFLAGS"]="" > S["LDFLAGS"]=" -fstack-protector " >-S["CFLAGS"]="-O2 -pipe -fstack-protector -fno-strict-aliasing " >+S["CFLAGS"]="-O2 -pipe -fstack-protector -fno-strict-aliasing " > S["CC"]="cc" > S["MAINT"]="#" > S["MAINTAINER_MODE_FALSE"]="" >@@ -923,12 +923,12 @@ > S["MKDIR_P"]="/bin/mkdir -p" > S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" > S["STRIP"]="strip" >-S["install_sh"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh" >-S["MAKEINFO"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo" >-S["AUTOHEADER"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader" >-S["AUTOMAKE"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13" >-S["AUTOCONF"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf" >-S["ACLOCAL"]="${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13" >+S["install_sh"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh" >+S["MAKEINFO"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo" >+S["AUTOHEADER"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader" >+S["AUTOMAKE"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13" >+S["AUTOCONF"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf" >+S["ACLOCAL"]="${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13" > S["VERSION"]="1.1.5" > S["PACKAGE"]="xf86-video-ast" > S["CYGPATH_W"]="echo" >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/libtool xf86-video-ast/work/xf86-video-ast-1.1.5/libtool >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/libtool 2020-09-17 12:35:39.971844000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/libtool 2020-09-17 22:56:55.907931000 +0000 >@@ -164,7 +164,7 @@ > LTCC="cc" > > # LTCC compiler flags. >-LTCFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " >+LTCFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " > > # Take the output of nm and produce a listing of raw symbols and C names. > global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" >Binary files /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/.libs/ast_drv.so and xf86-video-ast/work/xf86-video-ast-1.1.5/src/.libs/ast_drv.so differ >Binary files /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/.libs/ast_vgatool.o and xf86-video-ast/work/xf86-video-ast-1.1.5/src/.libs/ast_vgatool.o differ >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/Makefile xf86-video-ast/work/xf86-video-ast-1.1.5/src/Makefile >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/Makefile 2020-09-17 12:35:39.914688000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/src/Makefile 2020-09-17 22:56:55.849619000 +0000 >@@ -210,7 +210,7 @@ > ETAGS = etags > CTAGS = ctags > DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) >-ACLOCAL = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13 >+ACLOCAL = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing aclocal-1.13 > ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX) > ADMIN_MAN_SUFFIX = 8 > AMTAR = $${TAR-tar} >@@ -218,14 +218,14 @@ > APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX) > APP_MAN_SUFFIX = 1 > AR = ar >-AUTOCONF = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf >-AUTOHEADER = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader >-AUTOMAKE = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13 >+AUTOCONF = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoconf >+AUTOHEADER = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing autoheader >+AUTOMAKE = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing automake-1.13 > AWK = /usr/bin/awk > BASE_CFLAGS = -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast > CC = cc > CCDEPMODE = depmode=gcc3 >-CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing >+CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing > CHANGELOG_CMD = (GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) > CPP = cpp > CPPFLAGS = >@@ -265,7 +265,7 @@ > LN_S = ln -s > LTLIBOBJS = > MAINT = # >-MAKEINFO = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo >+MAKEINFO = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/missing makeinfo > MANIFEST_TOOL = : > MAN_SUBSTS = -e 's|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|$(prefix)|g' -e 's|__apploaddir__|$(appdefaultdir)|g' -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' > MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX) >@@ -300,10 +300,10 @@ > XORG_CFLAGS = -I/usr/local/include/xorg -fvisibility=hidden -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include/X11/dri -I/usr/local/include/libdrm -I/usr/local/include > XORG_LIBS = -L/usr/local/lib > XORG_MAN_PAGE = X Version 11 >-abs_builddir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src >-abs_srcdir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src >-abs_top_builddir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >-abs_top_srcdir = /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_builddir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/src >+abs_srcdir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/src >+abs_top_builddir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 >+abs_top_srcdir = /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5 > ac_ct_AR = ar > ac_ct_CC = cc > ac_ct_DUMPBIN = >@@ -332,7 +332,7 @@ > htmldir = ${docdir} > includedir = ${prefix}/include > infodir = /usr/local/info >-install_sh = ${SHELL} /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh >+install_sh = ${SHELL} /local0/home/radar/xf86-video-ast/work/xf86-video-ast-1.1.5/install-sh > libdir = ${exec_prefix}/lib > libexecdir = ${exec_prefix}/libexec > localedir = ${datarootdir}/locale >diff -ur /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/ast_vgatool.c xf86-video-ast/work/xf86-video-ast-1.1.5/src/ast_vgatool.c >--- /usr/ports/x11-drivers/xf86-video-ast/work/xf86-video-ast-1.1.5/src/ast_vgatool.c 2015-08-19 01:24:48.000000000 +0000 >+++ xf86-video-ast/work/xf86-video-ast-1.1.5/src/ast_vgatool.c 2020-09-17 22:56:53.712407000 +0000 >@@ -432,11 +432,27 @@ > *(ULONG *) (pAST->MMIOVirtualAddr + 0xF004) = 0x1e6e0000; > *(ULONG *) (pAST->MMIOVirtualAddr + 0xF000) = 0x1; > >+ /* Based on the Linux DRM driver we might not be able to access this >+ * If we can't just use some sane defaults. >+ * >+ * See drm/drivers/gpu/drm/ast/ast_main.c line 295. >+ */ >+ > *(ULONG *) (pAST->MMIOVirtualAddr + 0x10000) = 0xFC600309; >- do { >- ; >- } while (*(volatile ULONG *) (pAST->MMIOVirtualAddr + 0x10000) != 0x01); >+ for (ulData = 10000; ulData > 0; ulData--) >+ if (*(volatile ULONG *) (pAST->MMIOVirtualAddr + 0x10000) == 0x01) >+ break; > >+ if (ulData == 0) { >+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Unable to read DRAM information, using defaults\n"); >+ pAST->ulDRAMBusWidth = 16; >+ pAST->jDRAMType = DRAMTYPE_1Gx16; >+ if (pAST->jChipType == AST2500) >+ pAST->ulMCLK = 800; >+ else >+ pAST->ulMCLK = 396; >+ return; >+ } > ulData = *(volatile ULONG *) (pAST->MMIOVirtualAddr + 0x10004); > > /* Get BusWidth */ >Only in xf86-video-ast/work/xf86-video-ast-1.1.5/src: ast_vgatool.c.orig
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240294
:
207306
|
207307
|
218037
|
226295