mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Update to the latest snapshot of the ruby_1_6 branch.
Set --with-opt-dir="${X11BASE}" instead of --with-opt-dir="${LOCALBASE}". ${LOCALBASE}/{include,lib} is included in the CPPFLAGS and LIBS by default anyway.
This commit is contained in:
parent
9f3f74e94e
commit
adafb1339d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41855
@ -100,7 +100,7 @@ RUBY_SUFFIX?= # empty
|
||||
.endif
|
||||
|
||||
RUBY_DISTVERSION?= ${RUBY_VERSION}-preview2
|
||||
RUBY_SNAPSHOTVERSION?= 2001.04.19
|
||||
RUBY_SNAPSHOTVERSION?= 2001.04.24
|
||||
RUBY_DISTVER= ${RUBY_DISTVERSION:S/-preview/.p/}
|
||||
|
||||
.if !defined(RUBY_SNAPSHOTVERSION) || empty(RUBY_SNAPSHOTVERSION)
|
||||
@ -215,7 +215,7 @@ RUBY_FLAGS+= -d
|
||||
USE_RUBY= yes
|
||||
|
||||
RUBY_EXTCONF?= extconf.rb
|
||||
CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" \
|
||||
CONFIGURE_ARGS+= --with-opt-dir="${X11BASE}" \
|
||||
--with-pthread-cflags="${PTHREAD_CFLAGS}" \
|
||||
--with-pthread-libs="${PTHREAD_LIBS}"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ruby/ruby-1.6.4-preview2.tar.gz) = ff4cb6a7593157938f1766021ff74c2e
|
||||
MD5 (ruby/ruby-1.6.4-preview2-2001.04.19.patch.gz) = 49594265eaee7b0f7c0a713a80992f69
|
||||
MD5 (ruby/ruby-1.6.4-preview2-2001.04.24.patch.gz) = 5bd4ba9e4e6d8b47efe5226ebbccb26a
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ruby/ruby-1.6.4-preview2.tar.gz) = ff4cb6a7593157938f1766021ff74c2e
|
||||
MD5 (ruby/ruby-1.6.4-preview2-2001.04.19.patch.gz) = 49594265eaee7b0f7c0a713a80992f69
|
||||
MD5 (ruby/ruby-1.6.4-preview2-2001.04.24.patch.gz) = 5bd4ba9e4e6d8b47efe5226ebbccb26a
|
||||
|
Loading…
x
Reference in New Issue
Block a user