From owner-svn-ports-head@freebsd.org Thu Sep 27 21:40:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F22F10BB300; Thu, 27 Sep 2018 21:40:08 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41760792BD; Thu, 27 Sep 2018 21:40:08 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B3143ED4; Thu, 27 Sep 2018 21:40:08 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8RLe8Uf067611; Thu, 27 Sep 2018 21:40:08 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8RLe7uZ067610; Thu, 27 Sep 2018 21:40:07 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201809272140.w8RLe7uZ067610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 27 Sep 2018 21:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480821 - head/www/unit-go X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit-go X-SVN-Commit-Revision: 480821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 21:40:08 -0000 Author: osa Date: Thu Sep 27 21:40:07 2018 New Revision: 480821 URL: https://svnweb.freebsd.org/changeset/ports/480821 Log: Update the port to fix build issue. Do not bump PORTREVISION cause it has no successful build since latest update. Modified: head/www/unit-go/Makefile head/www/unit-go/pkg-plist Modified: head/www/unit-go/Makefile ============================================================================== --- head/www/unit-go/Makefile Thu Sep 27 21:10:13 2018 (r480820) +++ head/www/unit-go/Makefile Thu Sep 27 21:40:07 2018 (r480821) @@ -9,23 +9,23 @@ USES= go PLIST_FILES= # reset to empty PLIST_DIRS= # reset to empty -PLIST= ${.CURDIR}/pkg-plist +PLIST= ${.CURDIR}/pkg-plist USE_RC_SUBR?= # reset to empty MASTERDIR= ${.CURDIR}/../unit CGO_CFLAGS+= -I${WRKSRC}/src -I${WRKSRC}/build +GO_PKGNAME= nginx/unit post-extract: - ${MKDIR} ${GO_WRKSRC:H} - ${LN} -sf ${WRKSRC}/src/go/unit ${GO_WRKSRC} + @true # override master's post-configure: - cd ${WRKSRC} && env ${GO_ENV} ./configure go + cd ${WRKSRC} && ${SETENV} ${GO_ENV} ./configure go --go-path=${WRKDIR} pre-build: - cd ${WRKSRC} && make go + cd ${WRKSRC} && ${MAKE} go-install post-install: @true # override master's Modified: head/www/unit-go/pkg-plist ============================================================================== --- head/www/unit-go/pkg-plist Thu Sep 27 21:10:13 2018 (r480820) +++ head/www/unit-go/pkg-plist Thu Sep 27 21:40:07 2018 (r480821) @@ -1,19 +1,102 @@ -%%GO_LIBDIR%%/unit.a +%%GO_LIBDIR%%/nginx/unit.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/ldflags-lrt.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_log.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_mutex.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port_memory.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port_memory.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_process.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_process.h -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_run_ctx.c -%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_run_ctx.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_application.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_array.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_atomic.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_auto_config.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_buf_filter.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_buf_pool.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_buf.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_cache.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_cert.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_cgo_lib.c +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_cgo_lib.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_clang.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_conf.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_conn.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_djb_hash.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_dyld.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_errno.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_event_engine.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_fastcgi_source.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_fd_event.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_fiber.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_file_event.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_file_name.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_file.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_hash.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_http_parse.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_http_source.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_http.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_job_file.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_job_resolve.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_job.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_list.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_listen_socket.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_log_moderation.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_log.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_lvlhsh.c +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_lvlhsh.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_main_process.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_main.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_malloc.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_mem_map.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_mem_pool_cleanup.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_mem_zone.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_mp.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_murmur_hash.c +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_murmur_hash.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_parse.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_port_hash.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_port_memory_int.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_port_memory.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_port_rpc.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_port.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_process_type.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_process.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_queue.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_random.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_rbtree.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_recvbuf.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_router.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_runtime.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_semaphore.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_sendbuf.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_service.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_signal.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_sockaddr.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_socket.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_sort.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_source.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_spinlock.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_sprintf.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_stream_source.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_string.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_test_build.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_thread_id.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_thread_log.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_thread_pool.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_thread_time.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_thread.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_time.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_timer.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_tls.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_types.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unicode_lowcase.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unicode_macosx_lowcase.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit_field.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit_request.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit_response.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit_sptr.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit_typedefs.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit.c +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unit.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_unix.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_upstream_source.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_upstream.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_utf8.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_vector.h +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_work_queue.h %%GO_SRCDIR%%/%%GO_PKGNAME%%/port.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/request.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/response.go