Print this page
8564 developer/build/onbld shouldn't require ghostscript
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>

*** 22,32 **** # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, Richard Lowe # Copyright 2012, Piotr Jasiukajtis # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright (c) 2014, Joyent, Inc. # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS) --- 22,32 ---- # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, Richard Lowe # Copyright 2012, Piotr Jasiukajtis # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright 2019 Joyent, Inc. # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
*** 72,82 **** dir path=opt/onbld/man/man1onbld dir path=opt/onbld/share $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/aw mode=0555 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/btxld mode=0555 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/chk4ubin mode=0555 - file path=opt/onbld/bin/$(ARCH)/codereview mode=0555 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/cpcgen mode=0555 file path=opt/onbld/bin/$(ARCH)/cscope-fast mode=0555 file path=opt/onbld/bin/$(ARCH)/ctfconvert mode=0555 file path=opt/onbld/bin/$(ARCH)/ctfdiff mode=0555 file path=opt/onbld/bin/$(ARCH)/ctfdump mode=0555 --- 72,81 ----
*** 365,375 **** file path=opt/onbld/man/man1onbld/bringovercheck.1onbld $(i386_ONLY)file path=opt/onbld/man/man1onbld/btxld.1onbld file path=opt/onbld/man/man1onbld/cddlchk.1onbld file path=opt/onbld/man/man1onbld/check_rtime.1onbld file path=opt/onbld/man/man1onbld/checkpaths.1onbld - file path=opt/onbld/man/man1onbld/codereview.1onbld file path=opt/onbld/man/man1onbld/cstyle.1onbld file path=opt/onbld/man/man1onbld/cw.1onbld file path=opt/onbld/man/man1onbld/find_elf.1onbld file path=opt/onbld/man/man1onbld/findunref.1onbld file path=opt/onbld/man/man1onbld/flg.flp.1onbld --- 364,373 ----
*** 403,411 **** link path=opt/onbld/bin/git-nits target=git-pbchk link path=opt/onbld/lib/$(ARCH)/libctf.so target=libctf.so.1 $(python2tools_ONLY)link path=opt/onbld/lib/python \ target=python$(PYTHON_VERSION) link path=opt/onbld/man/man1onbld/git-nits.1onbld target=git-pbchk.1onbld - # webrev(1) requires ps2pdf - depend fmri=print/filter/ghostscript type=require # nightly(1) uses wget depend fmri=web/wget type=require --- 401,407 ----