diff options
author | David Chisnall <theraven@FreeBSD.org> | 2014-01-15 20:35:59 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2014-01-15 20:35:59 +0000 |
commit | c8ca559dfc9edde733d039300b34aa228f141af2 (patch) | |
tree | 238ff76b0d996c9ebce730fcd11dd47d25c059b4 /x11-toolkits/gnustep-back | |
parent | bb32cacca02110abd8b0767857c078b63142ec0f (diff) |
Make GNUstep applications work out of the box without explicitly setting a
back end. Add staging support.
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=339814
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/pkg-message | 10 |
2 files changed, 3 insertions, 15 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index cf8acf9d61ce..34b868925896 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnustep-back PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -44,15 +45,12 @@ BREAKS_IF_PEDANTIC= yes CFLAGS+= -I${LOCALBASE}/include/freetype2 LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo +CONFIGURE_ARGS+= --enable-graphics=cairo CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= BACK=cairo-${BACKVERSION} -BACK_SUFFIX?= -cairo +PLIST_SUB+= BACK=back-${BACKVERSION} -NO_STAGE= yes .include <bsd.port.pre.mk> -MAKE_FLAGS+= messages=yes PLIST_SUB+= BACKVERSION=${PORTVERSION:C/([0-9])*[.]([0-9]*).*/\1\2/1} pre-configure: diff --git a/x11-toolkits/gnustep-back/pkg-message b/x11-toolkits/gnustep-back/pkg-message deleted file mode 100644 index 98be0d97b750..000000000000 --- a/x11-toolkits/gnustep-back/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -To switch the default backend in GNUstep enter on of this lines: - -for xlib: -defaults write NSGlobalDomain GSBackend libgnustep-back - -for libart: -defaults write NSGlobalDomain GSBackend libgnustep-art - -for cairo: -defaults write NSGlobalDomain GSBackend libgnustep-cairo |