diff options
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/files/ftfont.m.diff (renamed from x11-toolkits/gnustep-back/files/patch-ftfont.m) | 0 |
3 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 495258077500..5c5eb53174a5 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-back .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 .else PORTVERSION= 0.8.5 .endif @@ -51,6 +51,9 @@ CONFIGURE_ARGS+= --enable-graphics=art --with-name=art PLIST_SUB+= BACK=art USE_XLIB="@comment " PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART="" PKGNAMESUFFIX?= -art +.if !defined(WITH_GNUSTEP_DEVEL) +EXTRA_PATCHES+= ${FILESDIR}/ftfont.m.diff +.endif .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back PLIST_SUB+= BACK=back diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index 7fdad4fc0ae7..5a3c36ffddc5 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1,2 +1,2 @@ MD5 (gnustep-back-0.8.5.tar.gz) = 9020f254f584ed176221321218857b55 -MD5 (gnustep-back-0.8.6.tar.gz) = 3e3e43ccb85a8cb5ce9fc14fb2842215 +MD5 (gnustep-back-0.8.7.tar.gz) = 1b9e0eae52bce69a979d07a3cbe4019d diff --git a/x11-toolkits/gnustep-back/files/patch-ftfont.m b/x11-toolkits/gnustep-back/files/ftfont.m.diff index 4af6073ac1a3..4af6073ac1a3 100644 --- a/x11-toolkits/gnustep-back/files/patch-ftfont.m +++ b/x11-toolkits/gnustep-back/files/ftfont.m.diff |