- unbreak, now that threaded libobjc is enabled

- set CONFIGURE_STYLE=gnu
- remove quotes around COMMENT while here
This commit is contained in:
ajacoutot 2007-07-25 06:10:40 +00:00
parent bd644d60e4
commit c48bb64f29
5 changed files with 14 additions and 16 deletions

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile.inc,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
BROKEN= needs libobjc with threads support
# $OpenBSD: Makefile.inc,v 1.4 2007/07/25 06:10:40 ajacoutot Exp $
DIST_SUBDIR= gnustep
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2 & LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_CDROM?= Yes
PERMIT_DISTFILES_FTP?= Yes
# install the gnustep-examples package if you need a test suite
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2007/07/25 06:10:40 ajacoutot Exp $
COMMENT= GNUstep gui backend
@ -18,7 +18,7 @@ MODULES= x11/gnustep
LIB_DEPENDS= gnustep-base.>=1::x11/gnustep/base \
gnustep-gui::x11/gnustep/gui
CONFIGURE_STYLE=simple
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lm"
CONFIGURE_ARGS= --with-x \
--enable-graphics=xlib \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2007/07/21 17:30:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2007/07/25 06:10:40 ajacoutot Exp $
COMMENT= GNUstep base library
@ -18,7 +18,7 @@ LIB_DEPENDS= avcall.>=1,callback.>=1::devel/ffcall \
gmp.>=7::devel/gmp \
xslt.>=3::textproc/libxslt
CONFIGURE_STYLE=simple
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-procfs
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2007/07/21 17:30:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2007/07/25 06:10:40 ajacoutot Exp $
COMMENT= GNUstep gui library
@ -21,7 +21,7 @@ LIB_DEPENDS= aspell.>=16::textproc/aspell/core \
png.>=5::graphics/png \
ungif.>=5::graphics/libungif
CONFIGURE_STYLE=simple
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm"
CONFIGURE_ARGS= --disable-gsnd --with-x

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2007/07/21 17:30:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2007/07/25 06:10:40 ajacoutot Exp $
PKG_ARCH= *
COMMENT= "GNUstep makefile package"
COMMENT= GNUstep makefile package
DISTNAME= gnustep-make-2.0.1
PKGNAME= ${DISTNAME}p3
@ -17,7 +17,7 @@ RUN_DEPENDS= ::archivers/gtar
USE_GMAKE= Yes
MAKE_FILE= GNUmakefile
CONFIGURE_STYLE=simple
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_prog_LATEX2HTML="" \
INSTALL="install -c" \
INSTALL_PROGRAM="install -c -s -m 555" \