Address some portlint warnings in the Linux infrastructure ports.

Eliminate LINUXNAME from port Makefiles.  This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
This commit is contained in:
Tijl Coosemans 2019-06-08 15:59:46 +00:00
parent 4bafa67ea0
commit bb5cf6c4f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503741
155 changed files with 582 additions and 478 deletions

View File

@ -12,11 +12,12 @@ COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -11,13 +11,13 @@ COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -14,11 +14,12 @@ LICENSE= GPLv3
RUN_DEPENDS= alsa-lib>0:audio/alsa-lib
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
post-patch:

View File

@ -7,21 +7,22 @@ DISTVERSIONSUFFIX= -1.el6
PORTREVISION= 3
CATEGORIES= audio linux
PKGNAMESUFFIX= -oss
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= alsalib
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,21 +7,22 @@ DISTVERSIONSUFFIX= -1.el6
PORTREVISION= 4
CATEGORIES= audio linux
PKGNAMESUFFIX= -pulseaudio
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= alsalib pulseaudio-libs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -12,11 +12,12 @@ COMMENT= Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_
LICENSE= GPLv3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LINUX= alsalib alsa-plugins-oss
USE_LINUX_RPM= nolib
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -10,12 +10,13 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libogg
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Implementation of the Audio File Library from SGI (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,12 +10,13 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= flac libogg libvorbis
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,12 +10,13 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libogg
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -11,11 +11,12 @@ MASTER_SITES= EPEL/l
MAINTAINER= emulation@FreeBSD.org
COMMENT= MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -11,12 +11,13 @@ MASTER_SITES= EPEL/n
MAINTAINER= emulation@FreeBSD.org
COMMENT= Network Audio System (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
post-patch:

View File

@ -11,12 +11,13 @@ MASTER_SITES= EPEL/o
MAINTAINER= emulation@FreeBSD.org
COMMENT= 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= alsalib
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,20 +7,21 @@ DISTVERSIONSUFFIX= -26.el6
PORTREVISION= 7
CATEGORIES= audio linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} \
${LINUXNAME}-glib2-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \
${PORTNAME}${PKGNAMESUFFIX}-glib2-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -7,16 +7,17 @@ DISTVERSIONSUFFIX= -26.el6
PORTREVISION= 6
CATEGORIES= audio linux
PKGNAMESUFFIX= -utils
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= xorglibs pulseaudio-libs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -7,21 +7,19 @@ DISTVERSIONSUFFIX= -1.el6
PORTREVISION= 5
CATEGORIES= audio linux
MASTER_SITES= EPEL/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_mixer-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_mixer
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= sdl12
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_mixer-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -13,12 +13,12 @@ LICENSE= GPLv3
RUN_DEPENDS= alsa-lib>0:audio/alsa-lib
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
OPTIONS_DEFINE= DOCS
post-patch:

View File

@ -6,23 +6,23 @@ PORTVERSION= 1.1.6
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= audio linux
PKGNAMESUFFIX= -oss
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= alsalib
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,23 +6,23 @@ PORTVERSION= 1.1.6
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= audio linux
PKGNAMESUFFIX= -pulseaudio
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= alsalib pulseaudio-libs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -11,13 +11,13 @@ COMMENT= Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_
LICENSE= GPLv3
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LINUX= alsalib alsa-plugins-oss
USE_LINUX_RPM= nolib
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -10,13 +10,13 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Implementation of the Audio File Library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,21 +7,21 @@ DISTVERSIONSUFFIX= -5.el7_1
PORTREVISION= 2
CATEGORIES= audio linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libogg
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,13 +10,13 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,14 +10,14 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= flac libogg libvorbis
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,14 +10,14 @@ CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libogg
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -11,15 +11,16 @@ MASTER_SITES= EPEL7/o
MAINTAINER= emulation@FreeBSD.org
COMMENT= 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= alsalib
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,22 +7,22 @@ DISTVERSIONSUFFIX= -5.el7
PORTREVISION= 1
CATEGORIES= audio linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} \
${LINUXNAME}-glib2-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \
${PORTNAME}${PKGNAMESUFFIX}-glib2-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -7,18 +7,18 @@ DISTVERSIONSUFFIX= -5.el7
PORTREVISION= 1
CATEGORIES= audio linux
PKGNAMESUFFIX= -utils
BIN_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs pulseaudio-libs
USE_LINUX_RPM= nolib
BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -7,22 +7,22 @@ DISTVERSIONSUFFIX= -4.el7
PORTREVISION= 1
CATEGORIES= audio linux
MASTER_SITES= EPEL7/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_mixer-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_mixer
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= sdl12
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_mixer-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -8,11 +8,12 @@ CATEGORIES= converters linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Unicode Bidirectional Algorithm (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= databases linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -12,13 +12,13 @@ COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS
LICENSE= PD
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,12 +10,13 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= dbuslibs expat
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,15 +7,16 @@ DISTVERSIONSUFFIX= -9.el6
PORTREVISION= 7
CATEGORIES= devel linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -5,6 +5,17 @@ PORTNAME= devtools
PORTVERSION= ${LINUX_DIST_VER}
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER})
# LICENSE= Various GNU
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libgfortran
USE_LINUX_RPM= yes
BIN_DISTNAMES= binutils-2.20.51.0.2-5.48.el6_10.1 \
glibc-headers-2.12-1.212.el6_10.3 \
kernel-headers-2.6.32-754.14.2.el6 \
@ -23,16 +34,6 @@ SRC_DISTFILES= binutils-2.20.51.0.2-5.48.el6_10.1${SRC_SUFX}:SOURCE \
mpfr-2.4.1-6.el6${SRC_SUFX}:SOURCE \
gcc-4.4.7-23.el6${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER})
# LICENSE= Various GNU
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libgfortran
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -10,9 +10,10 @@ LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= International Components for Unicode (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -6,17 +6,18 @@ DISTVERSIONSUFFIX= -2.el6
PORTREVISION= 2
CATEGORIES= devel
PKGNAMESUFFIX= -libelf
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER})
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -5,7 +5,6 @@ PORTVERSION= 4.4.7
DISTVERSIONSUFFIX= -23.el6
PORTREVISION= 7
CATEGORIES= devel linux
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
@ -14,4 +13,6 @@ USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GNOME glade library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Callback Framework for C++ (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -8,11 +8,12 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple Object Access Protocol implementation in C (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,11 +9,12 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Thai language support library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ MASTER_SITES= EPEL/l
MAINTAINER= emulation@FreeBSD.org
COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,9 +9,10 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -7,7 +7,6 @@ DISTVERSIONSUFFIX= -1_18.el6
PORTREVISION= 4
CATEGORIES= devel linux
MASTER_SITES= LOCAL/tijl/atrpms:amd64,i386
SRC_DISTFILES= # unavailable
DIST_SUBDIR= atrpms
MAINTAINER= emulation@FreeBSD.org
@ -18,6 +17,8 @@ USE_LDCONFIG= yes
USE_LINUX= fontconfig png dbuslibs sqlite3 openssl
USE_LINUX_RPM= yes
SRC_DISTFILES= # unavailable
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,19 +6,19 @@ PORTVERSION= 1.2.14
DISTVERSIONSUFFIX= -7.el6_7.1
PORTREVISION= 4
CATEGORIES= devel linux
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,14 +10,14 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= dbuslibs expat
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,20 +6,20 @@ PORTVERSION= 1.10.24
DISTVERSIONSUFFIX= -13.el7_6
CATEGORIES= devel linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv2+
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
.include <bsd.port.mk>

View File

@ -4,6 +4,17 @@
PORTNAME= devtools
PORTVERSION= ${LINUX_DIST_VER}
CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER})
# LICENSE= Various GNU
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libgfortran
USE_LINUX_RPM= yes
BIN_DISTNAMES= binutils-2.27-34.base.el7 \
glibc-headers-2.17-260.el7_6.5 \
mpfr-3.1.1-4.el7 \
@ -30,18 +41,8 @@ SRC_DISTFILES= binutils-2.27-34.base.el7${SRC_SUFX}:SOURCE \
mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \
gcc-4.8.5-36.el7_6.2${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
# LICENSE= Various GNU
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libgfortran
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -6,18 +6,19 @@ PORTVERSION= 50.1.2
DISTVERSIONSUFFIX= -17.el7
PORTREVISION= 1
CATEGORIES= devel linux
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= International Components for Unicode (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= lib${PORTNAME}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -5,16 +5,16 @@ PORTVERSION= 0.172
DISTVERSIONSUFFIX= -2.el7
CATEGORIES= devel
PKGNAMESUFFIX= -libelf
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER})
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes

View File

@ -6,15 +6,16 @@ PORTVERSION= 4.8.5
DISTVERSIONSUFFIX= -36.el7_6.2
PORTREVISION= 4
CATEGORIES= devel linux
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
.include <bsd.port.mk>

View File

@ -13,13 +13,13 @@ COMMENT= GNOME glade library (Linux CentOS ${LINUX_DIST_VER})
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/COPYING
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,13 +9,13 @@ CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,13 +9,13 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Callback Framework for C++ (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,13 +10,13 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Thai language support library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,11 +9,12 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,11 +9,11 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -9,15 +9,15 @@ CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}47-[0-9]*
DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= fontconfig png dbuslibs sqlite3 openssl
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}47-[0-9]*
DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,21 +6,20 @@ PORTVERSION= 1.2.15
DISTVERSIONSUFFIX= -14.el7
PORTREVISION= 1
CATEGORIES= devel linux
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,20 +6,21 @@ PORTVERSION= 2.0.9
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= devel linux
MASTER_SITES= EPEL7/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL2-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL2
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL2-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -12,12 +12,12 @@ COMMENT= Library for executing DNS queries (Linux CentOS ${LINUX_DIST_VER})
LICENSE= LGPL21+
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,6 +6,14 @@ PORTVERSION= ${LINUX_DIST_VER}
PORTREVISION= 1
CATEGORIES= emulators linux
PKGNAMEPREFIX= linux_base-
MAINTAINER= emulation@FreeBSD.org
COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c6
USE_LINUX= # empty
USE_LINUX_RPM= yes
BIN_DISTNAMES= bash-4.1.2-48.el6 \
bzip2-1.0.5-7.el6_0 \
centos-release-6-10.el6.centos.12.3 \
@ -104,13 +112,7 @@ SRC_DISTFILES= acl-2.2.49-7.el6_9.1${SRC_SUFX}:SOURCE \
which-2.19-6.el6${SRC_SUFX}:SOURCE \
zlib-1.2.3-29.el6${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB}
USES= linux:c6
USE_LINUX= # empty
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -4,6 +4,15 @@ PORTNAME= c7
PORTVERSION= ${LINUX_DIST_VER}
CATEGORIES= emulators linux
PKGNAMEPREFIX= linux_base-
EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LINUX= # empty
USE_LINUX_RPM= yes
BIN_DISTNAMES= bash-4.2.46-31.el7 \
bzip2-1.0.6-13.el7 \
coreutils-8.22-23.el7 \
@ -111,15 +120,8 @@ SRC_DISTFILES= acl-2.2.51-14.el7${SRC_SUFX}:SOURCE \
which-2.20-7.el7${SRC_SUFX}:SOURCE \
xz-5.2.2-1.el7${SRC_SUFX}:SOURCE \
zlib-1.2.7-18.el7${SRC_SUFX}:SOURCE
EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB}
USES= linux:c7
USE_LINUX= # empty
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -6,17 +6,19 @@ PORTVERSION= 7.19.7
DISTVERSIONSUFFIX= -53.el6_9
PORTREVISION= 9
CATEGORIES= ftp linux
LIB_DISTNAMES= lib${DISTNAME}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Command line tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= libssh2 nspr nss openldap
USE_LINUX_RPM= nolib
LIB_DISTNAMES= lib${DISTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,21 +6,22 @@ PORTVERSION= 7.29.0
DISTVERSIONSUFFIX= -51.el7
PORTREVISION= 5
CATEGORIES= ftp linux
LIB_DISTNAMES= lib${DISTNAME}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MIT
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= libssh2 nspr nss openldap
USE_LINUX_RPM= nolib
LIB_DISTNAMES= lib${DISTNAME}
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,12 +10,13 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= fontconfig pixman png xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,6 +6,15 @@ PORTVERSION= 11.0.7
DISTVERSIONSUFFIX= -4.el6
PORTREVISION= 5
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= expat libelf libpciaccess xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= mesa-libGL-${DISTVERSIONFULL} \
mesa-libGLU-${DISTVERSIONFULL} \
mesa-dri-drivers-${DISTVERSIONFULL} \
@ -17,14 +26,6 @@ SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \
libdrm-2.4.65-2.el6${SRC_SUFX}:SOURCE \
freeglut-2.6.0-1.el6${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= expat libelf libpciaccess xorglibs
USE_LINUX_RPM= yes
post-install:
@${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1
@${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGL.so.1

View File

@ -10,12 +10,13 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jasper jpeg png tiff xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -6,7 +6,6 @@ PORTVERSION= 11.0.7
DISTVERSIONSUFFIX= -4.el6
PORTREVISION= 3
CATEGORIES= graphics linux
SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER})
@ -16,4 +15,6 @@ USE_LDCONFIG= yes
USE_LINUX= dri xorglibs
USE_LINUX_RPM= nolib
SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
.include <bsd.port.mk>

View File

@ -6,16 +6,17 @@ DISTVERSIONSUFFIX= -22.el6
PORTREVISION= 5
CATEGORIES= graphics linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jpeg
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -6,18 +6,18 @@ PORTVERSION= 1.2.1
DISTVERSIONSUFFIX= -3.el6_5
PORTREVISION= 3
CATEGORIES= graphics linux
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= libjpeg-turbo-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= libjpeg-turbo
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/libjpeg-turbo-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../png/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../png/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,19 +7,19 @@ DISTVERSIONSUFFIX= -9.el6
PORTREVISION= 5
CATEGORIES= graphics linux
MASTER_SITES= EPEL/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_image-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_image
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jpeg png sdl12 tiff
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_image-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,19 +7,19 @@ DISTVERSIONSUFFIX= -6.el6
PORTREVISION= 4
CATEGORIES= graphics linux
MASTER_SITES= EPEL/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_ttf-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_ttf
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jpeg png sdl12 tiff
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_ttf-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -12,12 +12,13 @@ COMMENT= Tools and library routines for working with TIFF images (Linux CentOS $
LICENSE= BSD3CLAUSE
DESCR= ${.CURDIR}/../tiff/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jpeg
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../tiff/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -9,14 +9,14 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= dri fontconfig pixman png xorglibs
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -5,6 +5,15 @@ PORTNAME= dri
PORTVERSION= 18.0.5
DISTVERSIONSUFFIX= -4.el7_6
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= expat libelf libglvnd libpciaccess wayland xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= freeglut-3.0.0-8.el7 \
libdrm-2.4.91-3.el7 \
llvm-private-6.0.1-2.el7 \
@ -28,16 +37,8 @@ SRC_DISTFILES= freeglut-3.0.0-8.el7${SRC_SUFX}:SOURCE \
mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \
mesa-libGLU-9.0.0-4.el7${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= expat libelf libglvnd libpciaccess wayland xorglibs
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>

View File

@ -9,14 +9,14 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jasper jpeg png tiff xorglibs
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes

View File

@ -5,16 +5,17 @@ PORTNAME= glx-utils
PORTVERSION= 8.3.0
DISTVERSIONSUFFIX= -10.el7
CATEGORIES= graphics linux
SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= dri xorglibs
USE_LINUX_RPM= nolib
SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
.include <bsd.port.mk>

View File

@ -9,11 +9,12 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,19 +7,20 @@ DISTVERSIONSUFFIX= -33.el7
PORTREVISION= 5
CATEGORIES= graphics linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jpeg
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,18 +7,19 @@ DISTVERSIONSUFFIX= -11.el7
PORTREVISION= 2
CATEGORIES= graphics linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Lossless compression for bi-level images (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,20 +6,19 @@ PORTVERSION= 1.2.90
DISTVERSIONSUFFIX= -6.el7
PORTREVISION= 3
CATEGORIES= graphics linux
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= libjpeg-turbo-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= libjpeg-turbo
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/libjpeg-turbo-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -4,11 +4,6 @@ PORTNAME= libglvnd
PORTVERSION= 1.0.1
DISTVERSIONSUFFIX= -0.8.git5baa1e5.el7
CATEGORIES= graphics linux
LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \
libglvnd-egl-${DISTVERSIONFULL} \
libglvnd-gles-${DISTVERSIONFULL} \
libglvnd-glx-${DISTVERSIONFULL} \
libglvnd-opengl-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= GL Vendor-Neutral Dispatch library (Linux CentOS ${LINUX_DIST_VER})
@ -18,6 +13,12 @@ USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \
libglvnd-egl-${DISTVERSIONFULL} \
libglvnd-gles-${DISTVERSIONFULL} \
libglvnd-glx-${DISTVERSIONFULL} \
libglvnd-opengl-${DISTVERSIONFULL}
OPTIONS_DEFINE= DOCS
post-install:

View File

@ -15,13 +15,13 @@ LICENSE_NAME= libpng license
LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../png/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../png/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,22 +7,22 @@ DISTVERSIONSUFFIX= -11.el7
PORTREVISION= 2
CATEGORIES= graphics linux
MASTER_SITES= EPEL7/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_image-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_image
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jpeg png sdl12 tiff
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_image-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,22 +7,22 @@ DISTVERSIONSUFFIX= -6.el7
PORTREVISION= 2
CATEGORIES= graphics linux
MASTER_SITES= EPEL7/s
DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
DISTNAME= SDL_ttf-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= SDL_ttf
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jpeg png sdl12 tiff
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_ttf-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,14 +10,14 @@ CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../tiff/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jbigkit jpeg
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../tiff/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -4,17 +4,19 @@ PORTNAME= wayland
PORTVERSION= 1.15.0
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \
libwayland-cursor-${DISTVERSIONFULL} \
libwayland-egl-${DISTVERSIONFULL} \
libwayland-server-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../wayland/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
.include <bsd.port.mk>

View File

@ -11,13 +11,14 @@ PKGNAMESUFFIX= 85
MAINTAINER= emulation@FreeBSD.org
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
USE_LINUX_RPM_BAD_PERMS= yes
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -11,15 +11,15 @@ PKGNAMESUFFIX= 85
MAINTAINER= emulation@FreeBSD.org
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
USE_LINUX_RPM_BAD_PERMS= yes
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= multimedia linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -10,11 +10,12 @@ CATEGORIES= multimedia linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Video4Linux library (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -12,13 +12,13 @@ COMMENT= Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER})
LICENSE= BSD3CLAUSE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -6,20 +6,21 @@ PORTVERSION= 0.9.5
DISTVERSIONSUFFIX= -4.el7
PORTREVISION= 2
CATEGORIES= multimedia linux
SRC_DISTFILES= v4l-utils-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
COMMENT= Video4Linux library (Linux CentOS ${LINUX_DIST_VER})
LICENSE= LGPL20+
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
SRC_DISTFILES= v4l-utils-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

View File

@ -7,15 +7,16 @@ DISTVERSIONSUFFIX= -17.el6
PORTREVISION= 5
CATEGORIES= net linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -10,12 +10,13 @@ CATEGORIES= net linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= cyrus-sasl2 nss nspr
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr
OPTIONS_DEFINE= DOCS
# do not install any openldap configuration directories/files

Some files were not shown because too many files have changed in this diff Show More