aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-22 19:51:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-22 19:51:18 +0000
commit5854ab415dd0d606dafdaf88f61e3bc2330242f5 (patch)
tree5bfaf040e27835ca3a2387b70e909d7e4d516aff /graphics
parent166c5cc36166d77f0d2932aacf4d6921a1e5fa68 (diff)
downloadports-5854ab415dd0d606dafdaf88f61e3bc2330242f5.tar.gz
ports-5854ab415dd0d606dafdaf88f61e3bc2330242f5.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-gd/Makefile10
-rw-r--r--graphics/ruby-gd/distinfo2
-rw-r--r--graphics/ruby-gd/files/patch-aa12
-rw-r--r--graphics/ruby-gd/pkg-plist1
4 files changed, 6 insertions, 19 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 7b8484bcc250..cb5c188cb9cc 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= GD
-PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTVERSION= 0.7.3
CATEGORIES= graphics ruby
MASTER_SITES= http://kirara.prec.kyoto-u.ac.jp/~tam/GD/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -26,7 +25,9 @@ USE_RUBY_EXTCONF= yes
USE_RUBY_RD= yes
.endif
-CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" --with-jpeg \
+CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" \
+ --with-gd-lib="${LOCALBASE}/lib" \
+ --with-jpeg \
--with-freetype
INSTALL_TARGET= site-install
@@ -43,7 +44,7 @@ WITH_X11_CHECK= # empty
USE_XLIB= yes
USE_XPM= yes
PKGNAMESUFFIX_XPM= +xpm
-CONFIGURE_ARGS+= --with-x-dir="${X11BASE}" --with-xpm
+CONFIGURE_ARGS+= --with-X11-dir="${X11BASE}" --with-xpm
.endif
EXAMPLES_EN= example.rb \
@@ -53,7 +54,6 @@ DOCS_EN= Changes \
TODO \
readme.en \
doc/INSTALL.en \
- doc/manual.css \
doc/manual.html \
doc/manual.rd \
doc/manual_index.html
diff --git a/graphics/ruby-gd/distinfo b/graphics/ruby-gd/distinfo
index 612ed24102cc..7e62013bf6db 100644
--- a/graphics/ruby-gd/distinfo
+++ b/graphics/ruby-gd/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-GD-0.7.2.tar.gz) = 8206505831f892b04a393f2b6531c2e2
+MD5 (ruby/ruby-GD-0.7.3.tar.gz) = 95f310647405c0c2cbc7db9e2cda25c1
diff --git a/graphics/ruby-gd/files/patch-aa b/graphics/ruby-gd/files/patch-aa
deleted file mode 100644
index e731da9e852b..000000000000
--- a/graphics/ruby-gd/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- extconf.rb.orig Mon Oct 2 08:17:23 2000
-+++ extconf.rb Mon Oct 2 23:32:21 2000
-@@ -18,8 +18,7 @@
- dir_config("gd")
-
- if with_config("xpm")
-- $CFLAGS += " -I/usr/X11R6/include"
-- $LDFLAGS += " -L/usr/X11R6/lib"
-+ dir_config('x')
- end
-
- if with_config('jpeg')
diff --git a/graphics/ruby-gd/pkg-plist b/graphics/ruby-gd/pkg-plist
index fff5e1acbffb..e2859769b8fa 100644
--- a/graphics/ruby-gd/pkg-plist
+++ b/graphics/ruby-gd/pkg-plist
@@ -6,7 +6,6 @@
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/Changes
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/INSTALL.en
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/TODO
-%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/manual.css
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/manual.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/manual.rd
%%PORTDOCS%%%%RUBY_DOCDIR%%/gd/manual_index.html