diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
commit | 1c4165669545b21ca866e159cd9c83fd1d59f3ff (patch) | |
tree | 81d70a6816fe614887e940c0ae6b49aae2e62cc3 /x11 | |
parent | 87e685e36082d7581d0ba003d0b12517d312487e (diff) |
Remove extra comments in Makefiles
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont2/Makefile | 20 | ||||
-rw-r--r-- | x11/libXrandr/Makefile | 3 | ||||
-rw-r--r-- | x11/libXrender/Makefile | 2 | ||||
-rw-r--r-- | x11/libXxf86vm/Makefile | 4 | ||||
-rw-r--r-- | x11/libfontenc/Makefile | 3 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 14 | ||||
-rw-r--r-- | x11/libxkbfile/Makefile | 2 |
7 files changed, 2 insertions, 46 deletions
diff --git a/x11/libXfont2/Makefile b/x11/libXfont2/Makefile index db7d28e..1ed468e 100644 --- a/x11/libXfont2/Makefile +++ b/x11/libXfont2/Makefile @@ -17,8 +17,6 @@ WANTLIB = fontenc freetype m z MASTER_SITES = ${MASTER_SITE_XORG:=lib/} - -# Dependencies BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto \ x11/xtrans @@ -27,28 +25,10 @@ LIB_DEPENDS = print/freetype2 \ x11/libfontenc SEPARATE_BUILD = Yes -#USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS+= --disable-fc --with-xmlto=no --disable-devel-docs --disable-bzip2 - -# for gnu stuff -AUTOCONF_VERSION = 2.69 -AUTOMAKE_VERSION = 1.12 - -#NO_BUILD = Yes NO_TEST = Yes -# For ports that use a script or autoreconf to generate autoconf/automake -# files (where "CONFIGURE_STYLE=autoconf" isn't enough), use some/all of these -# dependencies, and add a do-gen target: -# -#BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ -# ${MODGNU_AUTOMAKE_DEPENDS} \ -# devel/libtool -# -#do-gen: -# cd ${WRKSRC}; ${AUTOCONF_ENV} ./autogen.sh - .include <bsd.port.mk> diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index fe735ee..7f5cf25 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -28,9 +28,6 @@ LIB_DEPENDS = x11/libX11 \ SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu - -#NO_BUILD = Yes NO_TEST = Yes - .include <bsd.port.mk> diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index f007d50..c2a0ed3 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -25,8 +25,6 @@ LIB_DEPENDS = x11/libX11 SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu - NO_TEST = Yes - .include <bsd.port.mk> diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 8b7086b..a88bd04 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -17,7 +17,6 @@ WANTLIB = X11 Xau Xext xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} -# Dependencies BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto @@ -29,9 +28,6 @@ LIB_DEPENDS = x11/libxcb \ SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu - -#NO_BUILD = Yes NO_TEST = Yes - .include <bsd.port.mk> diff --git a/x11/libfontenc/Makefile b/x11/libfontenc/Makefile index e5953db..1dbeb51 100644 --- a/x11/libfontenc/Makefile +++ b/x11/libfontenc/Makefile @@ -17,15 +17,12 @@ PERMIT_PACKAGE = Yes MASTER_SITES = ${MASTER_SITE_XORG:=lib/} -# Dependencies BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -#NO_BUILD = Yes NO_TEST = Yes - .include <bsd.port.mk> diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 4075f53..f79cfe0 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,9 +1,7 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ -# + COMMENT = the X protocol C-language binding library -# -# What port/package will be created -# + DISTNAME = libxcb-1.13.1 SHARED_LIBS = xcb 4.0 \ @@ -51,15 +49,7 @@ LIB_DEPENDS = x11/libXau SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf -# for gnu stuff AUTOCONF_VERSION = 2.69 AUTOMAKE_VERSION = 1.12 -# Things that we don't want to do for this port/package -# Generally, DON'T set anything to No if it's not needed. -# The time gained is not worth it. -# -#NO_BUILD = Yes -#NO_TEST = Yes - .include <bsd.port.mk> diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index 5653225..37f3790 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -25,8 +25,6 @@ BUILD_DEPENDS = devel/xorg-util-macros \ SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -#NO_BUILD = Yes NO_TEST = Yes - .include <bsd.port.mk> |