diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-03 04:50:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-03 04:50:58 +0800 |
commit | 0286331ceb71722f66234bc8c500a9084edd9668 (patch) | |
tree | 6cec03f66c1b968442dd4636cac5af49503be97c /x11-toolkits/pango | |
parent | ba12d24cfc9e7826d34354f5b3d517d725604612 (diff) | |
download | marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar.gz marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar.bz2 marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar.lz marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar.xz marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.tar.zst marcuscom-ports-0286331ceb71722f66234bc8c500a9084edd9668.zip |
Update to 1.17.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9120 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-configure | 17 |
3 files changed, 7 insertions, 23 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 8d34b74be..2c29c993c 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.101 2007/06/05 21:12:36 mezz Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.102 2007/06/20 17:23:09 ahze Exp $ # PORTNAME= pango -PORTVERSION= 1.17.3 +PORTVERSION= 1.17.4 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ @@ -33,7 +33,8 @@ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ - --enable-static + --enable-static \ + --mandir=${PREFIX}/man # Hmm.. tough one. Found this one when I had graphics/hdf installed # (which installs glist.h) which is picked up before the glib-2.0 # stuff, with Bad Results[tm] diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index a259feb61..139a7512e 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pango-1.17.3.tar.bz2) = e27c59d04bcb7bd92bacc9c700389266 -SHA256 (gnome2/pango-1.17.3.tar.bz2) = 1e0890f622abc66bc07d37fb8db1fa1b97ab9b413dda8b82001c7fda912b65bb -SIZE (gnome2/pango-1.17.3.tar.bz2) = 1399315 +MD5 (gnome2/pango-1.17.4.tar.bz2) = 5ba1ac6458a2528c1e3e70bee9c33bc5 +SHA256 (gnome2/pango-1.17.4.tar.bz2) = b36273f279ec835f1378f56e4a9cf442f033f32286f3f7284a6afa0cb5d93909 +SIZE (gnome2/pango-1.17.4.tar.bz2) = 1404494 diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure deleted file mode 100644 index 76a6d1eef..000000000 --- a/x11-toolkits/pango/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Mon Aug 2 19:13:53 2004 -+++ configure Mon Aug 2 19:14:46 2004 -@@ -23948,10 +23948,10 @@ - s,@CYGPATH_W@,$CYGPATH_W,;t t - s,@PACKAGE@,$PACKAGE,;t t - s,@VERSION@,$VERSION,;t t --s,@ACLOCAL@,$ACLOCAL,;t t --s,@AUTOCONF@,$AUTOCONF,;t t --s,@AUTOMAKE@,$AUTOMAKE,;t t --s,@AUTOHEADER@,$AUTOHEADER,;t t -+s,@ACLOCAL@,/usr/bin/true,;t t -+s,@AUTOCONF@,/usr/bin/true,;t t -+s,@AUTOMAKE@,/usr/bin/true,;t t -+s,@AUTOHEADER@,/usr/bin/true,;t t - s,@MAKEINFO@,$MAKEINFO,;t t - s,@AMTAR@,$AMTAR,;t t - s,@install_sh@,$install_sh,;t t |