aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 21:17:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 21:20:30 +0000
commit710c20249694cb5c16e586cc8a155da2c8596969 (patch)
tree27c94e7aa738637ba2ceb6c5c680fedc60c3a789
parentf43d7f14d3198f550805d5f395bfcf50a659ce6b (diff)
textproc/rubygem-sassc22: Remove obsoleted port
Use textproc/rubygem-sassc instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-sassc22/Makefile21
-rw-r--r--textproc/rubygem-sassc22/distinfo3
-rw-r--r--textproc/rubygem-sassc22/files/patch-ext-extconf.rb21
-rw-r--r--textproc/rubygem-sassc22/pkg-descr2
6 files changed, 1 insertions, 48 deletions
diff --git a/MOVED b/MOVED
index a2e24b929197..6feba8893b70 100644
--- a/MOVED
+++ b/MOVED
@@ -3263,3 +3263,4 @@ devel/rubygem-xdg4|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel
devel/rubygem-xdg5|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead
devel/rubygem-xdg6|devel/rubygem-xdg|2024-05-28|Remove obsoleted port. Use devel/rubygem-xdg instead
graphics/rubygem-mini_magick410|graphics/rubygem-mini_magick|2024-05-28|Remove obsoleted port. Use graphics/rubygem-mini_magick instead
+textproc/rubygem-sassc22|textproc/rubygem-sassc|2024-05-28|Remove obsoleted port. Use textproc/rubygem-sassc instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 581a7e9a5149..f3906a207ff4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1917,7 +1917,6 @@
SUBDIR += rubygem-sassc-rails-rails60
SUBDIR += rubygem-sassc-rails-rails61
SUBDIR += rubygem-sassc-rails-rails70
- SUBDIR += rubygem-sassc22
SUBDIR += rubygem-sax-machine
SUBDIR += rubygem-scss_lint
SUBDIR += rubygem-shell2html
diff --git a/textproc/rubygem-sassc22/Makefile b/textproc/rubygem-sassc22/Makefile
deleted file mode 100644
index 35d1e99fdb4f..000000000000
--- a/textproc/rubygem-sassc22/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= sassc
-PORTVERSION= 2.2.1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 22
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Use libsass with Ruby
-WWW= https://github.com/sass/sassc-ruby
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-ffi>=1.9<2:devel/rubygem-ffi
-
-USES= gem gmake
-
-# Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/216740
-PORTSCOUT= limit:^2\.2\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-sassc22/distinfo b/textproc/rubygem-sassc22/distinfo
deleted file mode 100644
index 89cb1dea3322..000000000000
--- a/textproc/rubygem-sassc22/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1569591598
-SHA256 (rubygem/sassc-2.2.1.gem) = 3fea2409ee4a890f8c8ebc4fb6163fe2c58ef6be7b7a586c64b0fc924f8b7625
-SIZE (rubygem/sassc-2.2.1.gem) = 302080
diff --git a/textproc/rubygem-sassc22/files/patch-ext-extconf.rb b/textproc/rubygem-sassc22/files/patch-ext-extconf.rb
deleted file mode 100644
index f93016738474..000000000000
--- a/textproc/rubygem-sassc22/files/patch-ext-extconf.rb
+++ /dev/null
@@ -1,21 +0,0 @@
---- ext/extconf.rb.orig 2019-10-20 13:40:05 UTC
-+++ ext/extconf.rb
-@@ -19,18 +19,6 @@ if enable_config('static-stdlib', false)
- $LDFLAGS << ' -static-libgcc -static-libstdc++'
- end
-
--# Set to false when building binary gems
--if enable_config('march-tune-native', true)
-- $CFLAGS << ' -march=native -mtune=native'
-- $CXXFLAGS << ' -march=native -mtune=native'
--end
--
--if enable_config('lto', true)
-- $CFLAGS << ' -flto'
-- $CXXFLAGS << ' -flto'
-- $LDFLAGS << ' -flto'
--end
--
- # Disable noisy compilation warnings.
- $warnflags = ''
- $CFLAGS.gsub!(/[\s+](-ansi|-std=[^\s]+)/, '')
diff --git a/textproc/rubygem-sassc22/pkg-descr b/textproc/rubygem-sassc22/pkg-descr
deleted file mode 100644
index 3a3c0b5486b2..000000000000
--- a/textproc/rubygem-sassc22/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-SassC combines the speed of libsass, the Sass C implementation, with the ease of
-use of the original Ruby Sass library.