- do some cleaning before we can hopefully enable this (still waiting

for threaded libobjc to go in) ; re-order Makefile.inc and
gnustep.port.mk, set only for i386 until we get more test results, set
USE_X11 where it's due...
This commit is contained in:
ajacoutot 2007-07-21 17:30:10 +00:00
parent 1e680708f3
commit 319f6ad156
7 changed files with 24 additions and 19 deletions

View File

@ -1,19 +1,16 @@
# $OpenBSD: Makefile.inc,v 1.2 2007/06/19 15:19:27 ajacoutot Exp $
# $OpenBSD: Makefile.inc,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
BROKEN= needs libobjc with threads support
CATEGORIES+= x11/gnustep
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
MAKE_FILE?= GNUmakefile
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
# install the gnustep-examples package if you need a test suite
NO_REGRESS= Yes

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2007/06/21 10:46:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
COMMENT= "GNUstep gui backend"
COMMENT= GNUstep gui backend
DISTNAME= gnustep-back-0.12.0
PKGNAME= ${DISTNAME}p0
@ -13,6 +13,7 @@ WANTLIB= GL X11 Xau Xdmcp Xext Xft Xmu Xrender c expat \
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
USE_X11= Yes
MODULES= x11/gnustep
LIB_DEPENDS= gnustep-base.>=1::x11/gnustep/base \
gnustep-gui::x11/gnustep/gui

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.5 2007/06/25 12:55:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2007/07/21 17:30:10 ajacoutot Exp $
COMMENT= "GNUstep base library"
COMMENT= GNUstep base library
DISTNAME= gnustep-base-1.14.0
PKGNAME= ${DISTNAME}p3

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2007/06/04 11:09:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
COMMENT= "GNUstep example applications"
COMMENT= GNUstep example applications
DISTNAME= gnustep-examples-1.2.0
PKGNAME= ${DISTNAME}p0
@ -12,6 +12,7 @@ WANTLIB= GL GLU c m objc pthread
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
USE_X11= Yes
MODULES= x11/gnustep
LIB_DEPENDS= gnustep-base.>=1::x11/gnustep/base \
gnustep-gui::x11/gnustep/gui

View File

@ -1,9 +1,14 @@
# $OpenBSD: gnustep.port.mk,v 1.2 2007/06/01 00:27:19 ajacoutot Exp $
# $OpenBSD: gnustep.port.mk,v 1.3 2007/07/21 17:30:10 ajacoutot Exp $
# until tested on others
ONLY_FOR_ARCHS= i386
SHARED_ONLY= Yes
USE_X11= Yes
USE_GMAKE= Yes
CATEGORIES+= x11/gnustep
USE_GMAKE?= Yes
MAKE_FILE?= GNUmakefile
BUILD_DEPENDS+= :gnustep-make-*:x11/gnustep/make
RUN_DEPENDS+= :gnustep-make-*:x11/gnustep/make

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/29 03:02:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2007/07/21 17:30:10 ajacoutot Exp $
COMMENT= "GNUstep gui library"
COMMENT= GNUstep gui library
DISTNAME= gnustep-gui-0.12.0
SHARED_LIBS= gnustep-gui 0.12 # .0.12

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/06/22 14:47:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2007/07/21 17:30:10 ajacoutot Exp $
PKG_ARCH= *
@ -6,7 +6,7 @@ COMMENT= "GNUstep makefile package"
DISTNAME= gnustep-make-2.0.1
PKGNAME= ${DISTNAME}p3
CATEGORIES= devel
CATEGORIES= devel x11/gnustep
HOMEPAGE= http://www.gnustep.org/
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
RUN_DEPENDS= ::archivers/gtar
USE_GMAKE= Yes
MAKE_FILE= GNUmakefile
CONFIGURE_STYLE=simple
CONFIGURE_ENV= ac_cv_prog_LATEX2HTML="" \