Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 12:00:57 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4f6f046f293 - main - www/gitlab: Fix build with rubygem-bundler 4.0.0+
Message-ID:  <6968d6f9.38cf5.1120d026@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4f6f046f2933d6cf3332e48d0decf28883eda58

commit f4f6f046f2933d6cf3332e48d0decf28883eda58
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:16 +0000

    www/gitlab: Fix build with rubygem-bundler 4.0.0+
    
    PR:             291777
    Approved by:    portmgr (blanket)
---
 www/gitlab/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index f72137588955..7e6e299358e5 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -419,7 +419,7 @@ do-install:
 	#(cd ${WRKSRC} && bundle config set --local without development test)
 	#(cd ${WRKSRC} && cat .bundle/config)
 	(cd ${WRKSRC} && ${RM} Gemfile.lock && ${WRK_ENV} ${GEM_ENV} bundle install --local)
-	(cd ${WRKSRC} && bundle binstubs --all --path .bin)
+	(cd ${WRKSRC} && bundle binstubs --all)
 	${RM} -R ${WRKSRC}/workhorse
 	# remove vendored sidekiq gem as it breaks gitlab 17.1.0 for FreeBSD
 	# See also: https://gitlab.com/gitlab-org/gitlab/-/issues/468435


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6f9.38cf5.1120d026>