summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/xcb-proto/Makefile53
-rw-r--r--devel/xorg-util-macros/Makefile47
-rw-r--r--devel/xorgproto/Makefile71
-rw-r--r--fonts/xorg-font-util/Makefile72
-rw-r--r--graphics/libepoxy/Makefile2
-rw-r--r--graphics/mesa/Makefile81
-rw-r--r--print/freetype2/Makefile107
-rw-r--r--sysutils/libdrm/Makefile109
-rw-r--r--sysutils/libpciaccess/Makefile108
-rw-r--r--x11/libXfont2/Makefile20
-rw-r--r--x11/libXrandr/Makefile3
-rw-r--r--x11/libXrender/Makefile2
-rw-r--r--x11/libXxf86vm/Makefile4
-rw-r--r--x11/libfontenc/Makefile3
-rw-r--r--x11/libxcb/Makefile14
-rw-r--r--x11/libxkbfile/Makefile2
16 files changed, 6 insertions, 692 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile
index 594533c..ebc2ff3 100644
--- a/devel/xcb-proto/Makefile
+++ b/devel/xcb-proto/Makefile
@@ -17,28 +17,6 @@ MASTER_SITES = https://xcb.freedesktop.org/dist/
MODULES= lang/python
SEPARATE_BUILD = Yes
-#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
-#USE_GMAKE = Yes
-#USE_GROFF = Yes
-# Programs that require GNU libtool to build instead of the OpenBSD one
-# should use this option. Add a comment explaining why. Don't use this if
-# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool,
-# in that case use "BUILD_DEPENDS=devel/libtool" instead.
-#USE_LIBTOOL= gnu
-# Set CONFIGURE_STYLE to value corresponding to some standard configuration
-# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's
-# Module::Build Build.PL)
-# gnu [autoconf] [old] [dest]: gnu style configure (old: no
-# sysconfdir), (dest: add DESTDIR, does not handle it),
-# autoconf: run autoconf to regenerate configure script. implies gnu.
-# (see also "do-gen" target below).
-# XXX: cygnus products do NOT use autoconf for making the main
-# configure from configure.in
-# imake [noman]: port uses imake for configuration.
-# (noman: no man page installation)
-# simple: port has its own configure script
-# none: override default CONFIGURE_STYLE coming from a module
-# (needed for some ports using lang/python, etc.)
CONFIGURE_STYLE = autoreconf
# for gnu stuff
@@ -46,37 +24,8 @@ 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
-
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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
+MODPY_BUILDDEP = Yes
.include <bsd.port.mk>
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile
index b650fd1..f58717f 100644
--- a/devel/xorg-util-macros/Makefile
+++ b/devel/xorg-util-macros/Makefile
@@ -12,59 +12,12 @@ MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
-PERMIT_DISTFILES = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=util/}
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
-# for gnu stuff
-#AUTOCONF_VERSION = ??? (defaults to 2.13)
-#AUTOMAKE_VERSION = ??? (defaults to 1.4)
-# config.guess and others are copied here
-#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC})
-
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-
-# 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
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/devel/xorgproto/Makefile b/devel/xorgproto/Makefile
index 1b7d643..e2af4d0 100644
--- a/devel/xorgproto/Makefile
+++ b/devel/xorgproto/Makefile
@@ -1,16 +1,4 @@
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
-#
-# Replace ??? with appropriate values
-# Remove extraneous comments before commit
-# Use /usr/ports/infrastructure/bin/portcheck
-
-# Reasons why the port/package shouldn't be built
-#
-#ONLY_FOR_ARCHS = ???
-#NOT_FOR_ARCHS = ???
-#COMES_WITH = ???
-#BROKEN = reason
-
COMMENT = X Window System unified protocol definitions
DISTNAME = xorgproto-2019.1
@@ -23,71 +11,12 @@ MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
-PERMIT_DISTFILES = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=proto/}
-
-# Dependencies
-#MODULES = ???
-#BUILD_DEPENDS = ???
-#RUN_DEPENDS = ???
-#LIB_DEPENDS = ???
-#TEST_DEPENDS = ???
-
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
-# for gnu stuff
-#AUTOCONF_VERSION = ??? (defaults to 2.13)
-#AUTOMAKE_VERSION = ??? (defaults to 1.4)
-# config.guess and others are copied here
-#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC})
-
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-
-# 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
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/fonts/xorg-font-util/Makefile b/fonts/xorg-font-util/Makefile
index e2c8b1d..209c5e9 100644
--- a/fonts/xorg-font-util/Makefile
+++ b/fonts/xorg-font-util/Makefile
@@ -1,16 +1,4 @@
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
-#
-# Replace ??? with appropriate values
-# Remove extraneous comments before commit
-# Use /usr/ports/infrastructure/bin/portcheck
-
-# Reasons why the port/package shouldn't be built
-#
-#ONLY_FOR_ARCHS = ???
-#NOT_FOR_ARCHS = ???
-#COMES_WITH = ???
-#BROKEN = reason
-
COMMENT = X.Org font package creation/installation utilities
DISTNAME = font-util-1.3.1
@@ -20,74 +8,16 @@ CATEGORIES = fonts
HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/util
-MAINTAINER = xenocara@openbsd.org
+MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
-PERMIT_DISTFILES = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=font/}
-# Dependencies
-#MODULES = ???
-#BUILD_DEPENDS = ???
-#RUN_DEPENDS = ???
-#LIB_DEPENDS = ???
-#TEST_DEPENDS = ???
-
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
-# for gnu stuff
-#AUTOCONF_VERSION = ??? (defaults to 2.13)
-#AUTOMAKE_VERSION = ??? (defaults to 1.4)
-# config.guess and others are copied here
-#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC})
-
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-
-# 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
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index 62a1a82..78fa518 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -19,8 +19,6 @@ MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
-#WANTLIB = ???
-
MODULES = devel/meson \
lang/python
diff --git a/graphics/mesa/Makefile b/graphics/mesa/Makefile
index a991426..c85a5c0 100644
--- a/graphics/mesa/Makefile
+++ b/graphics/mesa/Makefile
@@ -5,9 +5,6 @@
COMMENT = the Mesa 3D Graphics Library
-#
-# What port/package will be created
-#
DISTNAME = mesa-19.0.8
SHARED_LIBS = EGL 1.1 gbm 0.4 glapi 0.2 GL 17.1 GLESv1_CM 2.0 GLESv2 2.0 \
@@ -19,7 +16,7 @@ HOMEPAGE = https://mesa3d.org/
MAINTAINER = xenocara@openbsd.org
-# MID
+# MIT
PERMIT_PACKAGE = Yes
WANTLIB = drm m pthread z expat Xau xcb X11-xcb X11 \
@@ -30,13 +27,10 @@ WANTLIB = drm m pthread z expat Xau xcb X11-xcb X11 \
MASTER_SITES = https://mesa.freedesktop.org/archive/
EXTRACT_SUFX = .tar.xz
-# Dependencies
-#MODULES = ???
BUILD_DEPENDS = sysutils/libdrm \
devel/xorgproto \
www/py-mako
-#RUN_DEPENDS = ???
LIB_DEPENDS = sysutils/libdrm \
x11/libX11 \
x11/libxcb \
@@ -49,20 +43,9 @@ LIB_DEPENDS = sysutils/libdrm \
#TEST_DEPENDS = ???
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
-#USE_GROFF = Yes
CONFIGURE_STYLE = autoreconf
-#CONFIGURE_SCRIPT = ??? (if other than configure)
-#CONFIGURE_ARGS = ???
-#CONFIGURE_ENV = ???
DRI_DRIVERS= swrast
GALLIUM_DRIVERS= swrast
@@ -82,7 +65,6 @@ DRI_DRIVERS=swrast,radeon,r200
GALLIUM_DRIVERS=swrast,r300,r600
.endif
-
CONFIGURE_ARGS= --with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
--with-vulkan-drivers=${VULKAN_DRIVERS} \
@@ -106,67 +88,6 @@ CONFIGURE_ARGS+= --enable-dri3
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.12
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
-# You would write
-#
-#FLAVORS = 1 2 3 a b
-#FLAVOR ?=
-# grab multiple choice value
-#CHOICE = ${FLAVOR:Na:Nb}
-# check that CHOICE is 1 OR 2 OR 3, or error out
-#.if ${CHOICE} == "1"
-# code for 1
-#.elif ${CHOICE} == "2"
-# code for 2
-#.elif ${CHOICE} == "3"
-# code for 3
-#.else
-#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"
-#.endif
-# check for switches
-#.if ${FLAVOR:Ma}
-# code for a
-#.endif
-#.if ${FLAVOR:Mb}
-# code for b
-#.endif
-
-# 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
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/print/freetype2/Makefile b/print/freetype2/Makefile
index 8bd4ab1..abcbba1 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -15,127 +15,20 @@ MAINTAINER = xenocara@openbsd.org
# FTL / GPL https://www.freetype.org/license.html
PERMIT_PACKAGE = Yes
-PERMIT_DISTFILES = Yes
# "make port-lib-depends-check" can help
#WANTLIB = ???
-# where the source files and patches can be fetched
-#
MASTER_SITES = https://download.savannah.gnu.org/releases/freetype/
MASTER_SITES += ${MASTER_SITE_SOURCEFORGE:=freetype/}
-#MASTER_SITES = ${MASTER_SITE_foo:=subdir/}
EXTRACT_SUFX = .tar.xz
COMPILER = base-clang ports-gcc base-gcc
-# Dependencies
-#MODULES = ???
-#BUILD_DEPENDS = ???
-#RUN_DEPENDS = ???
-#LIB_DEPENDS = ???
-#TEST_DEPENDS = ???
-
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
-# SEPARATE_BUILD = Yes
USE_GMAKE = Yes
-# Programs that require GNU libtool to build instead of the OpenBSD one
-# should use this option. Add a comment explaining why. Don't use this if
-# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool,
-# in that case use "BUILD_DEPENDS=devel/libtool" instead.
-#USE_LIBTOOL= gnu
-# Set CONFIGURE_STYLE to value corresponding to some standard configuration
-# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's
-# Module::Build Build.PL)
-# gnu [autoconf] [old] [dest]: gnu style configure (old: no
-# sysconfdir), (dest: add DESTDIR, does not handle it),
-# autoconf: run autoconf to regenerate configure script. implies gnu.
-# (see also "do-gen" target below).
-# XXX: cygnus products do NOT use autoconf for making the main
-# configure from configure.in
-# imake [noman]: port uses imake for configuration.
-# (noman: no man page installation)
-# simple: port has its own configure script
-# none: override default CONFIGURE_STYLE coming from a module
-# (needed for some ports using lang/python, etc.)
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = --with-bzip2=no --with-png=no --with-harfbuzz=no
-# for gnu stuff
-#AUTOCONF_VERSION = ??? (defaults to 2.13)
-#AUTOMAKE_VERSION = ??? (defaults to 1.4)
-# config.guess and others are copied here
-#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC})
-
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
-# You would write
-#
-#FLAVORS = 1 2 3 a b
-#FLAVOR ?=
-# grab multiple choice value
-#CHOICE = ${FLAVOR:Na:Nb}
-# check that CHOICE is 1 OR 2 OR 3, or error out
-#.if ${CHOICE} == "1"
-# code for 1
-#.elif ${CHOICE} == "2"
-# code for 2
-#.elif ${CHOICE} == "3"
-# code for 3
-#.else
-#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"
-#.endif
-# check for switches
-#.if ${FLAVOR:Ma}
-# code for a
-#.endif
-#.if ${FLAVOR:Mb}
-# code for b
-#.endif
-
-# 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
-
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/sysutils/libdrm/Makefile b/sysutils/libdrm/Makefile
index ac8b5c5..9026811 100644
--- a/sysutils/libdrm/Makefile
+++ b/sysutils/libdrm/Makefile
@@ -4,14 +4,11 @@ ONLY_FOR_ARCHS = amd64 i386 sparc64
COMMENT = Direct Rendering Manager library and headers
-# XX .99
DISTNAME = libdrm-2.4.98
SHARED_LIBS = drm 7.7 drm_radeon 4.0 drm_intel 5.4 \
drm_amdgpu 1.8 drm_nouveau 3.0
-# the category used in the directory name, /usr/ports/<category>/portname,
-# must be included and listed first.
CATEGORIES = sysutils
HOMEPAGE = https://gitlab.freedesktop.org/mesa/drm
@@ -25,115 +22,9 @@ WANTLIB = m pciaccess
MASTER_SITES = https://dri.freedesktop.org/libdrm/
-# Dependencies
-#MODULES = ???
-#BUILD_DEPENDS = ???
-#RUN_DEPENDS = ???
LIB_DEPENDS = sysutils/libpciaccess
-#TEST_DEPENDS = ???
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
-#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
-#USE_GMAKE = Yes
-#USE_GROFF = Yes
-# Programs that require GNU libtool to build instead of the OpenBSD one
-# should use this option. Add a comment explaining why. Don't use this if
-# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool,
-# in that case use "BUILD_DEPENDS=devel/libtool" instead.
-#USE_LIBTOOL= gnu
-# Set CONFIGURE_STYLE to value corresponding to some standard configuration
-# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's
-# Module::Build Build.PL)
-# gnu [autoconf] [old] [dest]: gnu style configure (old: no
-# sysconfdir), (dest: add DESTDIR, does not handle it),
-# autoconf: run autoconf to regenerate configure script. implies gnu.
-# (see also "do-gen" target below).
-# XXX: cygnus products do NOT use autoconf for making the main
-# configure from configure.in
-# imake [noman]: port uses imake for configuration.
-# (noman: no man page installation)
-# simple: port has its own configure script
-# none: override default CONFIGURE_STYLE coming from a module
-# (needed for some ports using lang/python, etc.)
CONFIGURE_STYLE = gnu
-#CONFIGURE_SCRIPT = ??? (if other than configure)
-#CONFIGURE_ARGS = ???
-#CONFIGURE_ENV = ???
-
-# for gnu stuff
-#AUTOCONF_VERSION = ??? (defaults to 2.13)
-#AUTOMAKE_VERSION = ??? (defaults to 1.4)
-# config.guess and others are copied here
-#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC})
-
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
-# You would write
-#
-#FLAVORS = 1 2 3 a b
-#FLAVOR ?=
-# grab multiple choice value
-#CHOICE = ${FLAVOR:Na:Nb}
-# check that CHOICE is 1 OR 2 OR 3, or error out
-#.if ${CHOICE} == "1"
-# code for 1
-#.elif ${CHOICE} == "2"
-# code for 2
-#.elif ${CHOICE} == "3"
-# code for 3
-#.else
-#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"
-#.endif
-# check for switches
-#.if ${FLAVOR:Ma}
-# code for a
-#.endif
-#.if ${FLAVOR:Mb}
-# code for b
-#.endif
-
-# 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
-
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/sysutils/libpciaccess/Makefile b/sysutils/libpciaccess/Makefile
index 6e57877..5894ffb 100644
--- a/sysutils/libpciaccess/Makefile
+++ b/sysutils/libpciaccess/Makefile
@@ -20,116 +20,10 @@ PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=lib/}
-
-# Standard for C++ ports:
-#COMPILER = base-clang ports-gcc base-gcc
-# Standard for C++11 or newer:
-#COMPILER = base-clang ports-gcc
-# Ports that require a non-default compiler that do *not* use C++ should set this:
-#COMPILER_LANGS = c
-
-# Dependencies
-#MODULES = ???
-#BUILD_DEPENDS = ???
-#RUN_DEPENDS = ???
-#LIB_DEPENDS = ???
-#TEST_DEPENDS = ???
-
-#MAKE_FLAGS = ???
-#MAKE_ENV = ???
-#FAKE_FLAGS = ???
-#TEST_FLAGS = ???
-
-# build/configuration variables
-#
SEPARATE_BUILD = Yes
-#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
-#USE_GMAKE = Yes
-#USE_GROFF = Yes
-# Programs that require GNU libtool to build instead of the OpenBSD one
-# should use this option. Add a comment explaining why. Don't use this if
-# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool,
-# in that case use "BUILD_DEPENDS=devel/libtool" instead.
-#USE_LIBTOOL= gnu
-# Set CONFIGURE_STYLE to value corresponding to some standard configuration
-# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's
-# Module::Build Build.PL)
-# gnu [autoconf] [old] [dest]: gnu style configure (old: no
-# sysconfdir), (dest: add DESTDIR, does not handle it),
-# autoconf: run autoconf to regenerate configure script. implies gnu.
-# (see also "do-gen" target below).
-# XXX: cygnus products do NOT use autoconf for making the main
-# configure from configure.in
-# imake [noman]: port uses imake for configuration.
-# (noman: no man page installation)
-# simple: port has its own configure script
-# none: override default CONFIGURE_STYLE coming from a module
-# (needed for some ports using lang/python, etc.)
CONFIGURE_STYLE = gnu
-CONFIGURE_ARGS = --with-pciids-path=${X11BASE}/share
-
+CONFIGURE_ARGS = --with-pciids-path=${LOCALBASE}/share
-# Is the build automagic or is it interactive
-#
-#IS_INTERACTIVE = Yes
-#TEST_IS_INTERACTIVE = Yes
-
-# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
-# You would write
-#
-#FLAVORS = 1 2 3 a b
-#FLAVOR ?=
-# grab multiple choice value
-#CHOICE = ${FLAVOR:Na:Nb}
-# check that CHOICE is 1 OR 2 OR 3, or error out
-#.if ${CHOICE} == "1"
-# code for 1
-#.elif ${CHOICE} == "2"
-# code for 2
-#.elif ${CHOICE} == "3"
-# code for 3
-#.else
-#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"
-#.endif
-# check for switches
-#.if ${FLAVOR:Ma}
-# code for a
-#.endif
-#.if ${FLAVOR:Mb}
-# code for b
-#.endif
-
-# 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
-# Overrides for default values
-#
-#CFLAGS = ???
-#LDFLAGS = ???
-#MAKE_FILE = ???
-#PKG_ARCH = ??? (* for arch-independent packages)
-#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
-#WRKSRC = ??? if other than ${WRKDIST}
-#WRKBUILD = ??? if other than ${WRKSRC}
-#WRKCONF = ??? if other than ${WRKBUILD}
-
-#ALL_TARGET = ???
-#INSTALL_TARGET = ???
-#TEST_TARGET = ???
-
-# 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/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>