Skip to content

Commit

Permalink
Remove USE_X11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Oct 24, 2010
1 parent 7731b2b commit fce9698
Show file tree
Hide file tree
Showing 845 changed files with 844 additions and 1,692 deletions.
3 changes: 1 addition & 2 deletions editors/abiword/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.79 2010/10/18 18:00:15 espie Exp $
# $OpenBSD: Makefile,v 1.80 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= free cross-platform WYSIWYG word processor

Expand Down Expand Up @@ -47,7 +47,6 @@ MASTER_SITES= ${HOMEPAGE}/downloads/abiword/${VERSION}/source/

USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_X11= Yes
USE_GROFF = Yes

CONFIGURE_STYLE= gnu
Expand Down
3 changes: 1 addition & 2 deletions editors/axe/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= simple to use text editor for X11

Expand All @@ -19,7 +19,6 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
EXTRACT_SUFX= .tar.Z

CONFIGURE_STYLE= imake
USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

Expand Down
3 changes: 1 addition & 2 deletions editors/beaver/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= lightweight Gtk text editor with syntax highlighting

Expand Down Expand Up @@ -30,7 +30,6 @@ LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2

RUN_DEPENDS= ::devel/desktop-file-utils

USE_X11= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
MAKE_FLAGS= CC="${CC}" OPTI="${CFLAGS}"
Expand Down
3 changes: 1 addition & 2 deletions editors/cooledit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= easy to use, graphical editor

Expand Down Expand Up @@ -28,7 +28,6 @@ CONFIGURE_ENV+= NOPYTHON=Yes
.endif

MODULES= devel/gettext
USE_X11= Yes
USE_GROFF = Yes

CONFIGURE_STYLE=gnu
Expand Down
3 changes: 1 addition & 2 deletions editors/elvis/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= clone of the ex/vi text editor

Expand Down Expand Up @@ -33,7 +33,6 @@ CONFIGURE_ARGS+= --with-x \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
CFLAGS+= -I${X11BASE}/include/freetype2
USE_X11= Yes
USE_GROFF = Yes
WANTLIB+= X11 Xft Xpm pthread-stubs xcb
.endif
Expand Down
3 changes: 1 addition & 2 deletions editors/emacs21/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.52 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT-main= GNU editor: extensible, customizable, self documenting
COMMENT-el= elisp sources for those who want to read/modify them
Expand Down Expand Up @@ -54,7 +54,6 @@ WANTLIB-main= c m ncurses ossaudio
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --with-x=no
.else
USE_X11=Yes
LIB_DEPENDS-main= ::graphics/libungif \
::graphics/png \
::graphics/tiff
Expand Down
4 changes: 1 addition & 3 deletions editors/emacs22/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT-main= GNU editor: extensible, customizable, self-documenting
COMMENT-el= elisp sources for those who want to read/modify them
Expand Down Expand Up @@ -58,7 +58,6 @@ CONFIGURE_ARGS+= --without-x

.elif ${FLAVOR:L:Mgtk}
CONFIGURE_ARGS+= --with-gtk
USE_X11= Yes
LIB_DEPENDS-main+= ::x11/gtk+2 \
::graphics/libungif
WANTLIB-main+= ICE SM X11 Xdmcp Xext Xft Xpm Xrender Xau Xcomposite \
Expand All @@ -71,7 +70,6 @@ WANTLIB-main+= ICE SM X11 Xdmcp Xext Xft Xpm Xrender Xau Xcomposite \
xcb-render xcb-render-util
.else
CONFIGURE_ARGS+= --with-x-toolkit=athena --without-toolkit-scroll-bars
USE_X11= Yes
LIB_DEPENDS-main+= ::graphics/png \
::graphics/tiff \
::graphics/libungif
Expand Down
3 changes: 1 addition & 2 deletions editors/fte/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= powerful and intuitive editor for programmers

Expand All @@ -23,7 +23,6 @@ MASTER_SITES= http://scapa.dnsalias.net/distfiles/ \
http://www.phxbsd.com/OpenBSD/

NO_REGRESS= Yes
USE_X11= Yes

MAKE_ENV+= CC="${CC}" CXX="${CXX}"

Expand Down
3 changes: 1 addition & 2 deletions editors/ht/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2009/11/23 10:48:30 benoit Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT = file editor/viewer/analyzer for executables

Expand Down Expand Up @@ -35,7 +35,6 @@ CONFIGURE_ARGS = --program-transform-name='s/ht/hte/'
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS += --disable-x11-textmode
.else
USE_X11 = Yes
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
X11BASE=${X11BASE}
CONFIGURE_ARGS += --enable-x11-textmode
Expand Down
3 changes: 1 addition & 2 deletions editors/jed/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.35 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= text editor

Expand Down Expand Up @@ -33,7 +33,6 @@ USE_GROFF = Yes
.if ${FLAVOR:L} == "no_x11"
ALL_TARGET= all getmail
.else
USE_X11= Yes
ALL_TARGET= all getmail xjed
WANTLIB+= X11
.endif
Expand Down
3 changes: 1 addition & 2 deletions editors/kile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= integrated LaTeX environment for KDE
DISTNAME= kile-2.0
Expand Down Expand Up @@ -35,7 +35,6 @@ MODULES= x11/kde devel/gettext
MAKE_ENV= KDEDIR="${LOCALBASE}"
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}

USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes

Expand Down
3 changes: 1 addition & 2 deletions editors/kxmleditor/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2010/10/24 21:16:25 ajacoutot Exp $

SHARED_ONLY= Yes

Expand Down Expand Up @@ -37,7 +37,6 @@ PORTHOME= ${WRKDIR}
MAKE_ENV= KDEDIR="${LOCALBASE}"
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}

USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
Expand Down
3 changes: 1 addition & 2 deletions editors/leafpad/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/10/11 08:12:44 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= simple GTK+ text editor

Expand Down Expand Up @@ -28,7 +28,6 @@ MODULES= devel/gettext \
LIB_DEPENDS= gtk-x11-2.0.>=1000,gdk-x11-2.0.>=1000::x11/gtk+2
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils

USE_X11= Yes
USE_GMAKE= Yes

CONFIGURE_STYLE=gnu
Expand Down
3 changes: 1 addition & 2 deletions editors/nedit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.58 2010/10/24 21:16:25 ajacoutot Exp $
# $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $

COMMENT= X11/Motif GUI text editor
Expand Down Expand Up @@ -36,7 +36,6 @@ WANTLIB += c expat fontconfig freetype m z

MODULES= converters/libiconv

USE_X11= Yes
USE_MOTIF= Any
USE_GROFF = Yes
ALL_TARGET= openbsd
Expand Down
3 changes: 1 addition & 2 deletions editors/openoffice3/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2010/10/24 15:53:55 sthen Exp $
# $OpenBSD: Makefile,v 1.53 2010/10/24 21:16:25 ajacoutot Exp $

ONLY_FOR_ARCHS= amd64 i386

Expand Down Expand Up @@ -142,7 +142,6 @@ RUN_DEPENDS-java= ${MODJAVA_RUN_DEPENDS} \
::java/javaPathHelper
WANTLIB-java= c ${STDLIB} m pthread

USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
VMEM_WARNING= Yes
Expand Down
3 changes: 1 addition & 2 deletions editors/scite/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/10/11 08:12:44 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= flexible and small GTK+ editor

Expand Down Expand Up @@ -35,7 +35,6 @@ LIB_DEPENDS= ::x11/gtk+2 \
::editors/scintilla

USE_GMAKE= Yes
USE_X11= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/scite
WRKSRC= ${WRKDIST}/gtk
Expand Down
3 changes: 1 addition & 2 deletions editors/subtitleeditor/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.16 2010/10/24 21:16:25 ajacoutot Exp $

SHARED_ONLY= Yes

Expand Down Expand Up @@ -55,7 +55,6 @@ RUN_DEPENDS= :gstreamer-plugins-good-*:multimedia/gstreamer-0.10/plugins-good \
MODULES+= devel/gettext \
textproc/intltool

USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
Expand Down
3 changes: 1 addition & 2 deletions editors/tea/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/11 08:12:44 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= powerful and simple GTK editor

Expand Down Expand Up @@ -37,6 +37,5 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lm -lstdc++"
USE_X11= Yes

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions editors/teaqt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/10/18 13:24:39 giovanni Exp $
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT = powerful and simple qt4 editor

Expand All @@ -25,7 +25,6 @@ WANTLIB += c m pthread stdc++ z QtGui QtScript QtSvg QtXml aspell
MODULES = x11/qt4
CONFIGURE_ENV = USE_ASPELL=true USE_HUNSPELL=false

USE_X11 = Yes
NO_REGRESS = Yes

do-configure:
Expand Down
3 changes: 1 addition & 2 deletions editors/ted/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/10/23 18:26:20 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/24 21:16:25 ajacoutot Exp $


COMMENT= X11 based RTF editor
Expand Down Expand Up @@ -26,7 +26,6 @@ LIB_DEPENDS= ::graphics/png \
::graphics/jpeg \
::graphics/tiff

USE_X11= Yes
USE_MOTIF= openmotif
ALL_TARGET= compile.shared
SHARED_ONLY= Yes
Expand Down
3 changes: 1 addition & 2 deletions editors/textedit/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/10/23 18:26:21 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= standard OpenLook text editor for X11

Expand All @@ -23,7 +23,6 @@ CONFIGURE_STYLE=imake

MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config

USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

Expand Down
3 changes: 1 addition & 2 deletions editors/texworks/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/21 21:14:47 edd Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT = easy to use LaTeX and ConTeXt editor

Expand Down Expand Up @@ -26,7 +26,6 @@ LIB_DEPENDS = ::textproc/hunspell \
::x11/qt4
RUN_DEPENDS = :texlive_base-*:print/texlive/base

USE_X11 = Yes
USE_GMAKE = Yes

NO_REGRESS = Yes
Expand Down
5 changes: 1 addition & 4 deletions editors/vim/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.114 2010/10/24 15:53:55 sthen Exp $
# $OpenBSD: Makefile,v 1.115 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
Expand Down Expand Up @@ -92,20 +92,17 @@ WANTLIB+= m
CONFIGURE_ARGS+=--enable-gui="motif" --with-x --enable-fontset --enable-xim
CONFIGURE_ENV+= MOTIFHOME=${X11BASE}
USE_MOTIF= any
USE_X11= Yes
WANTLIB+= ICE SM X11 Xext Xmu Xpm Xt pthread-stubs xcb
.elif ${FLAVOR:L:Mathena} && \
!${FLAVOR:L:Mno_x11} && !${FLAVOR:L:Mmotif} && !${FLAVOR:L:Mgtk2}
CONFIGURE_ARGS+=--enable-gui="athena" --with-x --enable-fontset --enable-xim
USE_X11= Yes
WANTLIB+= ICE SM X11 Xaw Xext Xmu Xpm Xt pthread-stubs xcb
.elif ${FLAVOR:L:Mgtk2} && \
!${FLAVOR:L:Mmotif} && !${FLAVOR:L:Mno_x11} && !${FLAVOR:L:Mathena}
MAKE_FLAGS+= 'LDFLAGS=-pthread'
MAKE_FLAGS+= 'CFLAGS=-pthread'
LIB_DEPENDS+= gdk-x11-2.0.>=0.11,gtk-x11-2.0.>=0.11::x11/gtk+2
CONFIGURE_ARGS+=--enable-gui="gtk2" --with-x --enable-fontset --enable-xim --disable-gtk-check --enable-gtk2-check
USE_X11= Yes
WANTLIB+= ICE SM X11 Xext Xrender Xt fontconfig freetype m z\
atk-1.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 png expat\
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo pthread\
Expand Down
3 changes: 1 addition & 2 deletions editors/xemacs21/stable/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/10/18 18:00:16 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/10/24 21:16:25 ajacoutot Exp $

BRANCH= 21.4
VERSION= 19
Expand Down Expand Up @@ -38,7 +38,6 @@ FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+=--without-x11
.else
USE_X11= Yes
WANTLIB+= ICE SM X11 Xau Xaw Xext Xmu Xpm Xt pthread-stubs xcb z

CONFIGURE_ARGS+=--with-menubars=lucid \
Expand Down
3 changes: 1 addition & 2 deletions editors/xwpe/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2010/10/23 18:26:21 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2010/10/24 21:16:25 ajacoutot Exp $

COMMENT= powerful programming editor

Expand All @@ -24,7 +24,6 @@ DESTDIRNAME= none
MAKE_FLAGS= CFLAGS='${CFLAGS} -I${X11BASE}/include'
FAKE_FLAGS= prefix=${WRKINST}${PREFIX} MANDIR=${WRKINST}${PREFIX}/man

USE_X11= Yes
USE_GROFF = Yes
NO_REGRESS= Yes

Expand Down
3 changes: 1 addition & 2 deletions education/drgeo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/10/11 08:12:52 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:17:05 ajacoutot Exp $

COMMENT= interactive geometry program

Expand Down Expand Up @@ -30,7 +30,6 @@ RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= ::devel/libglade2 \
::lang/guile

USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
Expand Down
3 changes: 1 addition & 2 deletions education/gamgi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/09/29 18:45:49 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2010/10/24 21:17:05 ajacoutot Exp $

COMMENT= General Atomistic Modelling Graphic Interface

Expand All @@ -20,7 +20,6 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gamgi.org/gamgi/src/

USE_GMAKE= Yes
USE_X11= Yes

WANTLIB += GL GLU X11 Xext Xi Xmu atk-1.0 c cairo expat freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gmodule-2.0 gobject-2.0
Expand Down
Loading

0 comments on commit fce9698

Please sign in to comment.