diff options
author | knu <knu@FreeBSD.org> | 2001-05-22 19:51:18 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-22 19:51:18 +0000 |
commit | db304c7a3daa8d156cf80c57c383111f62a0860a (patch) | |
tree | 245f8bb829ba54d8538734949becddfe753b63ab /graphics/ruby-gd | |
parent | 5be5acfdc073df2b17c5d0b72161a63cb6529c75 (diff) | |
download | FreeBSD-ports-db304c7a3daa8d156cf80c57c383111f62a0860a.zip FreeBSD-ports-db304c7a3daa8d156cf80c57c383111f62a0860a.tar.gz |
Update to 0.7.3.
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 10 | ||||
-rw-r--r-- | graphics/ruby-gd/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-gd/files/patch-aa | 12 | ||||
-rw-r--r-- | graphics/ruby-gd/pkg-plist | 1 |
4 files changed, 6 insertions, 19 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 7b8484b..cb5c188 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 612ed24..7e62013 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 e731da9..0000000 --- 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 fff5e1a..e285976 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 |