Index: head/emulators/dynamips-community/Makefile =================================================================== --- head/emulators/dynamips-community/Makefile (revision 431250) +++ head/emulators/dynamips-community/Makefile (revision 431251) @@ -1,62 +1,62 @@ # Created by: Pavel I Volkov # $FreeBSD$ PORTNAME= dynamips PORTVERSION= 0.2.15 DISTVERSIONPREFIX= v CATEGORIES= emulators PKGNAMESUFFIX= -community MAINTAINER= pavelivolkov@gmail.com COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator LICENSE= GPLv2 LIB_DEPENDS= libelf.so:devel/libelf \ libuuid.so:misc/e2fsprogs-libuuid CFLAGS+= -I${PREFIX}/include/libelf CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* USES= cmake USE_GITHUB= yes MAKE_JOBS_UNSAFE= yes GH_ACCOUNT= GNS3 MAKE_ENV= DYNAMIPS_CODE=${DYNAMIPS_CODE} \ DYNAMIPS_ARCH=${DYNAMIPS_ARCH} .include PLIST_FILES= bin/${PORTNAME} bin/nvram_export \ man/man1/${PORTNAME}.1.gz man/man1/nvram_export.1.gz \ man/man7/hypervisor_mode.7.gz PORTDOCS= * DYNAMIPS_CODE= stable -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD DYNAMIPS_ARCH= nojit .endif BROKEN_ia64= does not compile: invokes i386 assembler BROKEN_sparc64= ${BROKEN_ia64} BROKEN_powerpc= ${BROKEN_ia64} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DYNAMIPS_CODE}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${DYNAMIPS_CODE}/nvram_export ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/nvram_export.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/hypervisor_mode.7 ${STAGEDIR}${MANPREFIX}/man/man7 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in README README.hypervisor RELEASE-NOTES ChangeLog MAINTAINERS ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/graphics/libGL/Makefile.common =================================================================== --- head/graphics/libGL/Makefile.common (revision 431250) +++ head/graphics/libGL/Makefile.common (revision 431251) @@ -1,194 +1,194 @@ # Makefile.common - shared code between MesaLib ports. # # !!! Here be dragons !!! (they seem to be everywhere these days) # # Remember to upgrade the following ports everytime you bump MESAVERSION: # # - graphics/dri # - graphics/gbm # - graphics/libEGL # - graphics/libGL # - graphics/libglapi # - graphics/libglesv2 # - graphics/libosmesa # - lang/clover # # $FreeBSD$ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} MESABASEVERSION= 11.2.2 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ DISTFILES= mesa-${MESADISTVERSION}${EXTRACT_SUFX} MAINTAINER= x11@FreeBSD.org BUILD_DEPENDS+= makedepend:devel/makedepend LIB_DEPENDS+= libdevq.so:devel/libdevq USES+= compiler:c++11-lib bison gettext-tools gmake libtool \ pathfix pkgconfig python:2,build shebangfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -Wl,-Y/usr/lib:${LOCALBASE}/lib PKGINSTALL= ${.CURDIR}/pkg-install PKGDEINSTALL= ${.CURDIR}/pkg-deinstall # only have one port to check with portscout. .if ${PORTNAME} != libGL PORTSCOUT= ignore:1 .endif python_OLD_CMD= "/usr/bin/env[[:space:]]python" python_CMD= ${LOCALBASE}/bin/python2 SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ src/gallium/drivers/svga/svgadump/svga_dump.py \ src/mapi/glapi/gen/*.py SHEBANG_FILES+= src/mapi/mapi_abi.py MASTERDIR= ${.CURDIR}/../../graphics/libGL PATCHDIR= ${MASTERDIR}/files WRKSRC= ${WRKDIR}/mesa-${MESADISTVERSION} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist INSTALL_TARGET= install-strip COMPONENT= ${PORTNAME:tl:C/^lib//:C/mesa-//} MESA_LLVM_VER=37 CONFIGURE_ARGS+= --with-sha1=libcrypto # DRI3 needs PRIME support in the kernel to work CONFIGURE_ARGS+= --disable-dri3 CONFIGURE_ARGS+= --enable-gbm # There are issues that need to be fixed to use TLS model "initial-exec" # So stick with "global-dynamic"'s model for now. kan@ is working on a # patch for rtld. We might want to backport global-dynamic or # pthread_setspecific which it uses now by default. But since this # configure switch is going away ... # https://lists.freebsd.org/pipermail/freebsd-arch/2016-February/017699.html #CONFIGURE_ARGS+= --enable-glx-tls # libEGL, dri and clover need gallium enabled. # the third option in --with-egl-platforms is wayland. CONFIGURE_ARGS+= --enable-egl --with-egl-platforms=x11,drm # we don't care about GLes v1 CONFIGURE_ARGS+= --disable-gles1 CONFIGURE_ARGS+= --enable-gles2 # Clover (OpenCL). .if ${OPSYS} == DragonFly || \ (${OPSYS} == FreeBSD && \ - (${OSVERSION} >= 1001000 && ${ARCH} == amd64 || \ - ${OSVERSION} >= 1001000 && ${ARCH} == i386)) + (${ARCH} == amd64 || \ + ${ARCH} == i386)) BUILD_DEPENDS+= libclc>=0.0.r222830:devel/libclc # We need the clang port too even if it is not used to compile because # Clover needs some of the clang includes to build. .if ${COMPONENT:Mdri} != "" || ${COMPONENT:Mclover} != "" || ${COMPONENT:Mosmesa} != "" _USES_pre_configure+= 290:clover-pre-configure # .if !exists() evaluates too early before cairo has a chance to be installed clover-pre-configure: @if [ -e ${LOCALBASE}/bin/llvm-config${MESA_LLVM_VER} ] && \ ! [ -e ${LOCALBASE}/bin/clang${MESA_LLVM_VER} ]; then \ ${ECHO_MSG} "Your llvm${MESA_LLVM_VER} is not build with clang support, which is required."; \ ${FALSE}; \ fi .endif CONFIGURE_ARGS+= --enable-opencl \ --enable-opencl-icd .else CONFIGURE_ARGS+= --disable-opencl .endif CONFIGURE_ARGS+= --enable-osmesa # gallium BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>=3.7.1_1:devel/llvm${MESA_LLVM_VER} .if ${COMPONENT:Mdri} != "" || ${COMPONENT:Mclover} != "" || ${COMPONENT:Megl} != "" RUN_DEPENDS+= llvm${MESA_LLVM_VER}>=3.7.1_1:devel/llvm${MESA_LLVM_VER} .endif CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${MESA_LLVM_VER} CONFIGURE_ARGS+=--enable-gallium-llvm \ --enable-xvmc .if ${PORT_OPTIONS:MTEXTURE} CONFIGURE_ARGS+=--enable-texture-float .endif # only support on DragonFly. FreeBSD's drm doesn't support it. .if ${OPSYS} == DragonFly && ${COMPONENT:Mdri} != "" CONFIGURE_ARGS+=--enable-vdpau LIB_DEPENDS+= libvdpau.so:multimedia/libvdpau PLIST_SUB+= VDPAU="" .else CONFIGURE_ARGS+=--disable-vdpau PLIST_SUB+= VDPAU="@comment " .endif # VAAPI support? CONFIGURE_ARGS+=--disable-va ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST ALL_GALLIUM_DRIVERS=R300 R600 RADEONSI SVGA SWRAST .if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == ia64 DRI_DRIVERS= ${ALL_DRI_DRIVERS} GALLIUM_DRIVERS= ${ALL_GALLIUM_DRIVERS} .endif .if ${ARCH} == powerpc || ${ARCH} == powerpc64 DRI_DRIVERS= RADEON SWRAST GALLIUM_DRIVERS= RADEONSI SWRAST .endif .if ${ARCH} == sparc64 || ${ARCH} == armv6 DRI_DRIVERS= SWRAST GALLIUM_DRIVERS= SWRAST .endif # empty for unsupported arches DRI_DRIVERS+= GALLIUM_DRIVERS+= .for _d in ${ALL_DRI_DRIVERS} . if ${DRI_DRIVERS:M${_d}} PLIST_SUB+= ${_d}_DRIVER="" . else PLIST_SUB+= ${_d}_DRIVER="@comment " . endif .endfor CONFIGURE_ARGS+=--with-dri-drivers="${DRI_DRIVERS:tl}" .for _gd in ${ALL_GALLIUM_DRIVERS} . if ${GALLIUM_DRIVERS:M${_gd}} PLIST_SUB+= ${_gd}_GDRIVER="" . else PLIST_SUB+= ${_gd}_GDRIVER="@comment " . endif .endfor CONFIGURE_ARGS+=--with-gallium-drivers="${GALLIUM_DRIVERS:tl}" .if ${OPSYS} == DragonFly LIB_DEPENDS+= libelf.so:devel/libelf .endif Index: head/mail/archiveopteryx/Makefile =================================================================== --- head/mail/archiveopteryx/Makefile (revision 431250) +++ head/mail/archiveopteryx/Makefile (revision 431251) @@ -1,58 +1,58 @@ # Created by: Ashish SHUKLA # $FreeBSD$ PORTNAME= archiveopteryx PORTVERSION= 3.2.0 PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/download/ MAINTAINER= feld@FreeBSD.org COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT BROKEN_powerpc64= Does not build BUILD_DEPENDS= jam:devel/jam USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client PORTDOCS= COPYING README bsd.txt SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} USERS= aox GROUPS= aox PLIST_SUB+= USERS="${USERS}" PLIST_SUB+= GROUPS="${GROUPS}" JAM?= ${LOCALBASE}/bin/jam .include -# force Clang when on FreeBSD 10+ -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +# force Clang when on FreeBSD +.if ${OPSYS} == FreeBSD JAMARG= "-sCLANG=1" .endif post-patch: @${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' ${REINPLACE_CMD} -e "s|\(C++FLAGS =\)|\1 -I${OPENSSLINC}|g" \ -e"s|INSTALLROOT ?= \"\" ;|INSTALLROOT = \"${STAGEDIR}\" ;|" \ ${WRKSRC}/Jamsettings ${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \ ${WRKSRC}/server/Jamfile do-build: @cd ${WRKSRC} && ${JAM} ${JAMARG} do-install: @cd ${WRKSRC} && ${JAM} ${JAMARG} install .include Index: head/mail/archiveopteryx-devel/Makefile =================================================================== --- head/mail/archiveopteryx-devel/Makefile (revision 431250) +++ head/mail/archiveopteryx-devel/Makefile (revision 431251) @@ -1,65 +1,65 @@ # Created by: Ashish SHUKLA # $FreeBSD$ PORTNAME= archiveopteryx PORTVERSION= 3.2.99.20160129 PORTREVISION= 3 CATEGORIES= mail PKGNAMESUFFIX= -devel MAINTAINER= feld@FreeBSD.org COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT BROKEN_powerpc64= Does not build BUILD_DEPENDS= jam:devel/jam USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox GH_TAGNAME= e10c73a USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client PORTDOCS= COPYING README license.txt SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} CONFLICTS= archiveopteryx-[0-9]* USERS= aox GROUPS= aox PLIST_SUB+= USERS="${USERS}" PLIST_SUB+= GROUPS="${GROUPS}" JAM?= ${LOCALBASE}/bin/jam .include -# force Clang when on FreeBSD 10+ -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +# force Clang when on FreeBSD +.if ${OPSYS} == FreeBSD JAMARG= "-sCLANG=1" .endif post-patch: @${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' ${REINPLACE_CMD} -e "s|\(C++FLAGS =\)|\1 -I${OPENSSLINC}|g" \ -e"s|INSTALLROOT ?= \"\" ;|INSTALLROOT = \"${STAGEDIR}\" ;|" \ ${WRKSRC}/Jamsettings ${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \ ${WRKSRC}/server/Jamfile do-build: @cd ${WRKSRC} && ${JAM} ${JAMARG} do-install: @cd ${WRKSRC} && ${JAM} ${JAMARG} install .include Index: head/misc/dnetc/Makefile =================================================================== --- head/misc/dnetc/Makefile (revision 431250) +++ head/misc/dnetc/Makefile (revision 431251) @@ -1,85 +1,67 @@ # Created by: dbaker # $FreeBSD$ PORTNAME= dnetc PORTVERSION= ${VERSION} PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= http://http.distributed.net/pub/dcti/v${PORTVERSION:R}/ \ ftp://ftp.distributed.net/pub/dcti/v${PORTVERSION:R}/ # This is architecture dependent DISTNAME= dnetc${PORTVERSION:E}-freebsd-${ARCH:S/i386/x86/}-elf MAINTAINER= tdb@FreeBSD.org COMMENT= Distributed.net distributed computing project client # These are architecture dependent WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd-${ARCH:S/i386/x86/}-elf DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} ONLY_FOR_ARCHS= i386 sparc64 amd64 powerpc USE_RC_SUBR= dnetc NO_BUILD= yes BINDIR= ${PREFIX}/distributed.net USERS= dnetc GROUPS= dnetc PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= BINDIR="${BINDIR}" .include .if ${ARCH} == i386 -.if ${OSVERSION} >= 900044 VERSION= 2.9112.521 DISTNAME= dnetc${PORTVERSION:E}-freebsd9-${ARCH:S/i386/x86/} WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd9-${ARCH:S/i386/x86/} -.else -VERSION= 2.9110.519 -REVISION= 1 -DISTNAME= dnetc${PORTVERSION:E}-freebsd8-${ARCH:S/i386/x86/} -WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd8-${ARCH:S/i386/x86/} -.endif .elif ${ARCH} == amd64 -.if ${OSVERSION} >= 1000100 VERSION= 2.9112.521 DISTNAME= dnetc${PORTVERSION:E}-freebsd10-${ARCH} WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd10-${ARCH} -.elif ${OSVERSION} >= 900044 -VERSION= 2.9112.521 -DISTNAME= dnetc${PORTVERSION:E}-freebsd9-${ARCH} -WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd9-${ARCH} -.else -VERSION= 2.9110.519 -REVISION= 1 -DISTNAME= dnetc${PORTVERSION:E}-freebsd8-${ARCH} -WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd8-${ARCH} -.endif .elif ${ARCH} == sparc64 VERSION= 2.9109.518 REVISION= 1 DISTNAME= dnetc${PORTVERSION:E}-freebsd8-${ARCH} WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd8-${ARCH} .elif ${ARCH} == powerpc VERSION= 2.9109.518 REVISION= 1 DISTNAME= dnetc${PORTVERSION:E}-freebsd8-${ARCH} WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd8-${ARCH} .endif do-install: - ${MKDIR} ${STAGEDIR}${BINDIR} + @${MKDIR} ${STAGEDIR}${BINDIR} ${INSTALL_PROGRAM} ${WRKSRC}/dnetc ${STAGEDIR}${BINDIR} ${INSTALL_MAN} ${WRKSRC}/dnetc.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${STAGEDIR}${BINDIR}/dnetc.ini.sample + ${INSTALL_DATA} ${FILESDIR}/dnetc.ini ${STAGEDIR}${BINDIR}/dnetc.ini.sample .include Index: head/misc/dnetc/distinfo.amd64 =================================================================== --- head/misc/dnetc/distinfo.amd64 (revision 431250) +++ head/misc/dnetc/distinfo.amd64 (revision 431251) @@ -1,7 +1,3 @@ TIMESTAMP = 1466708223 -SHA256 (dnetc519-freebsd8-amd64.tar.gz) = bb30f76586be582637554467bc62c9f7f8cfe0fe781ab5ddcccbafc5b0998ca3 -SIZE (dnetc519-freebsd8-amd64.tar.gz) = 902150 -SHA256 (dnetc521-freebsd9-amd64.tar.gz) = 8a64046f1f153cd33a7ee6594a17409e654ca3e2b6375ae363b95f58597fccf3 -SIZE (dnetc521-freebsd9-amd64.tar.gz) = 989120 SHA256 (dnetc521-freebsd10-amd64.tar.gz) = 05ac1de9a1660f9f241fb616d35f0c294b26d1485152033bcc1adf9e545b71de SIZE (dnetc521-freebsd10-amd64.tar.gz) = 1063731 Index: head/misc/dnetc/distinfo.i386 =================================================================== --- head/misc/dnetc/distinfo.i386 (revision 431250) +++ head/misc/dnetc/distinfo.i386 (revision 431251) @@ -1,5 +1,3 @@ TIMESTAMP = 1466708294 SHA256 (dnetc521-freebsd9-x86.tar.gz) = 45f210311bdff7a898b14404fe9683dfe5e4246d97ae3cb68b9e62bd4f45593c SIZE (dnetc521-freebsd9-x86.tar.gz) = 909376 -SHA256 (dnetc519-freebsd8-x86.tar.gz) = 7f79fa206e43fbf17637124802993909d198c1150c9bfaf3f4c82eefd408fffb -SIZE (dnetc519-freebsd8-x86.tar.gz) = 897231 Index: head/multimedia/libtuner/Makefile =================================================================== --- head/multimedia/libtuner/Makefile (revision 431250) +++ head/multimedia/libtuner/Makefile (revision 431251) @@ -1,24 +1,19 @@ # Created by: Jason Harmening # $FreeBSD$ PORTNAME= libtuner -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.3 CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/ MAINTAINER= jason.harmening@gmail.com COMMENT= Userspace drivers for various TV/radio tuner ICs LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX} +MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC USE_LDCONFIG= ${PREFIX}/lib/libtuner - -.include - -.if (${OSVERSION} >= 1002502) -MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC -.endif .include Index: head/multimedia/mplayer/Makefile.options =================================================================== --- head/multimedia/mplayer/Makefile.options (revision 431250) +++ head/multimedia/mplayer/Makefile.options (revision 431251) @@ -1,74 +1,69 @@ # $FreeBSD$ # # Non-helper handling of option variables and build environment. # Include after bsd.port.pre.mk # # Almost all of mplayer's build-time configuration is controlled via the # OPTIONS framework. Exceptions are listed below. These variables must be # set via make.conf or by passing the variable to make during build, e.g. # make WITH_DVD_DEVICE=/dev/cd0 # # WITH_DVD_DEVICE=/path/to/desired/device # default: /dev/cd0 # This option changes the default device where mplayer looks by default # for a DVD medium # # WITH_CDROM_DEVICE=/path/to/desired/device # default: /dev/cd0 # This option changes the default cdrom device, maybe useful for VCDs # Non-OPTIONS knob handling # ========================= .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else DEFAULT_DVD_DEVICE=/dev/cd0 .endif .if defined(WITH_CDROM_DEVICE) DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} .else DEFAULT_CDROM_DEVICE=/dev/cd0 .endif .if defined(WITH_KERN_HZ) DEFAULT_KERN_HZ=${WITH_KERN_HZ} .else DEFAULT_KERN_HZ=1024 .endif # Build system handling (including OPTIONS) # ========================================= -# Support for aligned_alloc -.if ${OSVERSION} >= 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aligned_alloc -.endif - .if ${CHOSEN_COMPILER_TYPE} == clang EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang-version # Require 16 byte stack realignment on i386 to interface # properly with hand crafted assembler code in ffmpeg CFLAGS_i386+= -mstack-alignment=16 -mstackrealign .endif # ${CHOSEN_COMPILER_TYPE} == clang CFLAGS_armv6+= -no-integrated-as # Extra build options for debugging # ================================= .if ${PORT_OPTIONS:MDEBUG} WITH_DEBUG= yes CONFIGURE_ARGS+= --enable-debug=3 .endif # Win32 DLL codecs support on i386, mostly superseded by ffmpeg # ============================================================= .if ${ARCH} == "i386" CONFIGURE_ARGS+= --codecsdir=${LOCALBASE}/lib/win32 .else CONFIGURE_ARGS+= --disable-win32dll \ --disable-qtx .endif Index: head/multimedia/mplayer/files/extra-patch-aligned_alloc =================================================================== --- head/multimedia/mplayer/files/extra-patch-aligned_alloc (revision 431250) +++ head/multimedia/mplayer/files/extra-patch-aligned_alloc (nonexistent) @@ -1,27 +0,0 @@ ---- configure.orig 2014-12-17 22:02:44.000000000 +0100 -+++ configure 2015-03-28 13:56:41.340987552 +0100 -@@ -3798,17 +3808,17 @@ - echores "$aligned_malloc" - - --echocheck "memalign()" -+echocheck "aligned_alloc()" - # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ? --def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0' -+def_memalign='#define HAVE_MEMALIGN 0' - _memalign=no --statement_check malloc.h 'memalign(64, sizeof(char))' && _memalign=yes -+statement_check stdlib.h 'aligned_alloc(32, 32*sizeof(char))' && _memalign=yes - if test "$_memalign" = yes ; then -- def_memalign='#define HAVE_MEMALIGN 1' -+ def_map_memalign='#define memalign(a, b) aligned_alloc(a, b)' -+ def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0' - else -- def_memalign='#define HAVE_MEMALIGN 0' - def_map_memalign='#define memalign(a, b) malloc(b)' -- darwin || def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1' -+ def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1' - fi - echores "$_memalign" - - Property changes on: head/multimedia/mplayer/files/extra-patch-aligned_alloc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mplayer/files/patch-aligned_alloc =================================================================== --- head/multimedia/mplayer/files/patch-aligned_alloc (nonexistent) +++ head/multimedia/mplayer/files/patch-aligned_alloc (revision 431251) @@ -0,0 +1,27 @@ +--- configure.orig 2014-12-17 22:02:44.000000000 +0100 ++++ configure 2015-03-28 13:56:41.340987552 +0100 +@@ -3798,17 +3808,17 @@ + echores "$aligned_malloc" + + +-echocheck "memalign()" ++echocheck "aligned_alloc()" + # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ? +-def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0' ++def_memalign='#define HAVE_MEMALIGN 0' + _memalign=no +-statement_check malloc.h 'memalign(64, sizeof(char))' && _memalign=yes ++statement_check stdlib.h 'aligned_alloc(32, 32*sizeof(char))' && _memalign=yes + if test "$_memalign" = yes ; then +- def_memalign='#define HAVE_MEMALIGN 1' ++ def_map_memalign='#define memalign(a, b) aligned_alloc(a, b)' ++ def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0' + else +- def_memalign='#define HAVE_MEMALIGN 0' + def_map_memalign='#define memalign(a, b) malloc(b)' +- darwin || def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1' ++ def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1' + fi + echores "$_memalign" + + Property changes on: head/multimedia/mplayer/files/patch-aligned_alloc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/nagios-plugins/Makefile =================================================================== --- head/net-mgmt/nagios-plugins/Makefile (revision 431250) +++ head/net-mgmt/nagios-plugins/Makefile (revision 431251) @@ -1,173 +1,173 @@ # Created by: Blaz Zupan # $FreeBSD$ PORTNAME= nagios-plugins PORTVERSION= 2.1.4 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ LOCAL/mat/${PORTNAME} MAINTAINER= mat@FreeBSD.org COMMENT= Plugins for Nagios LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= monitoring-plugins-* USES= charsetfix gmake perl5 libtool USE_OPENSSL= yes USE_SUBMAKE= yes OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 NLS DBI EXTRAOPTS SSH_PORTABLE OPTIONS_SINGLE= DNS OPTIONS_SINGLE_DNS= DNS_BASE DNS_BINDTOOLS DNS_BIND99 DNS_BIND910 DNS_BIND911 OPTIONS_DEFAULT=EXTRAOPTS DNS_BASE OPTIONS_SUB= yes QSTAT_DESC= Game server query support (check_game) FPING_DESC= Support for non-flooding fast ping (check_fping) NETSNMP_DESC= SNMP support (check_snmp) RADIUS_DESC= Radius support (check_radius) MYSQL_DESC= MySQL support (check_mysql) PGSQL_DESC= PostgreSQL support (check_pgsql) LDAP_DESC= OpenLDAP support (check_ldap) DBI_DESC= Check database using DBI EXTRAOPTS_DESC= Parsing of plugins ini config files for extra options SSH_PORTABLE_DESC= Build check_ssh with ports openssh (instead of base) DNS_DESC= Configuration of check_dig and check_dns (see help) DNS_BASE_DESC= >= 10 means drill for check_dig and no check_dns DNS_BINDTOOLS_DESC= Use dig and nslookup from dns/bind-tools DNS_BIND99_DESC= Use dig and nslookup from dns/bind99 DNS_BIND910_DESC= Use dig and nslookup from dns/bind910 DNS_BIND911_DESC= Use dig and nslookup from dns/bind911 EXTRAOPTS_CONFIGURE_ENABLE= extra-opts GNU_CONFIGURE= yes NAGIOSUSER?= nagios NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios NAGIOSWWWDIR?= www/nagios NAGIOSHTMURL?= /nagios NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin CONFIGURE_ARGS+=--with-nagios-user=${NAGIOSUSER} \ --with-nagios-group=${NAGIOSGROUP} \ --with-cgiurl=${NAGIOSCGIURL} \ --sbindir=${PREFIX}/${NAGIOSWWWDIR}/cgi-bin \ --libexecdir=${PREFIX}/libexec/nagios \ --datadir=${PREFIX}/share \ --sysconfdir=${PREFIX}/etc/nagios \ --localstatedir=${NAGIOSDIR} \ --with-perl=${PERL} \ --prefix=${PREFIX} # Also, force some commands with their expected paths so that they don't get # disabled. CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL_QSTAT=/var/qmail/bin/qmail-qstat \ ac_cv_path_PATH_TO_PING=/sbin/ping \ ac_cv_path_PATH_TO_PING6=/sbin/ping6 \ --with-ping-command="/sbin/ping -n -c %d %s" \ --with-ping6-command="/sbin/ping6 -n -c %d %s" \ ac_cv_path_PATH_TO_SUDO=${LOCALBASE}/bin/sudo \ ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib QSTAT_BUILD_DEPENDS= qstat:games/qstat QSTAT_RUN_DEPENDS= qstat:games/qstat QSTAT_CONFIGURE_OFF= ac_cv_path_PATH_TO_QUAKESTAT= \ ac_cv_path_PATH_TO_QSTAT= IPV6_CONFIGURE_WITH= ipv6 FPING_BUILD_DEPENDS= fping:net/fping FPING_RUN_DEPENDS= fping:net/fping FPING_CONFIGURE_OFF= ac_cv_path_PATH_TO_FPING= \ ac_cv_path_PATH_TO_FPING6= NETSNMP_BUILD_DEPENDS= snmpcheck:net-mgmt/net-snmp \ p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP NETSNMP_RUN_DEPENDS= snmpcheck:net-mgmt/net-snmp \ p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP NETSNMP_CONFIGURE_OFF= ac_cv_path_PATH_TO_SNMPGET= \ ac_cv_path_PATH_TO_SNMPGETNEXT= RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient RADIUS_CONFIGURE_WITH= radius MYSQL_USE= mysql=yes MYSQL_CONFIGURE_WITH= mysql=${LOCALBASE} PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE} LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls DBI_LIB_DEPENDS= libdbi.so:databases/libdbi DBI_CONFIGURE_WITH= dbi DNS_BINDTOOLS_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools DNS_BINDTOOLS_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup DNS_BIND99_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind99 DNS_BIND99_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup DNS_BIND910_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind910 DNS_BIND910_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup DNS_BIND911_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind911 DNS_BIND911_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \ --with-nslookup-command=${LOCALBASE}/bin/nslookup SSH_PORTABLE_BUILD_DEPENDS= ${LOCALBASE}/bin/ssh:security/openssh-portable SSH_PORTABLE_RUN_DEPENDS:= ${SSH_PORTABLE_BUILD_DEPENDS} SSH_PORTABLE_CONFIGURE_ON= --with-ssh-command=${LOCALBASE}/bin/ssh .include -.if ${OSVERSION} > 1000055 && ${PORT_OPTIONS:MDNS_BASE} +.if ${PORT_OPTIONS:MDNS_BASE} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-dig-to-drill.diff CONFIGURE_ARGS+=--with-dig-command=/usr/bin/drill \ ac_cv_path_PATH_TO_NSLOOKUP= PLIST_SUB+= CHECK_DNS="@comment " .else . if ${PORT_OPTIONS:MDNS_BASE} CONFIGURE_ARGS+= --with-dig-command=/usr/bin/dig \ --with-nslookup-command=/usr/bin/nslookup . endif PLIST_SUB+= CHECK_DNS="" .endif .if !exists(/usr/bin/ssh) && empty(PORT_OPTIONS:MSSH_PORTABLE) PLIST_SUB+= SSH="@comment " .else PLIST_SUB+= SSH="" .endif post-patch: .for file in check_by_ssh.c check_disk.c check_http.c check_mrtgtraf.c \ check_nagios.c check_ntp.c check_ntp_peer.c check_ntp_time.c \ check_pgsql.c check_snmp.c check_ssh.c check_swap.c check_time.c \ check_users.c @${REINPLACE_CMD} -e 's|setlocale (LC_ALL, "");|setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");|g' ${WRKSRC}/plugins/${file} .endfor @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.in # add a fake PATH so that it gets set to a correct value during build. @${REINPLACE_CMD} -e "s|$$ENV{'PATH'}=''|$$ENV{'PATH'}='foo'|; \ s|/usr/bin/|${LOCALBASE}/bin/|g" \ ${WRKSRC}/plugins-scripts/*.pl .include Index: head/net-mgmt/rancid3/Makefile =================================================================== --- head/net-mgmt/rancid3/Makefile (revision 431250) +++ head/net-mgmt/rancid3/Makefile (revision 431251) @@ -1,116 +1,114 @@ # Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ PORTNAME= rancid PORTVERSION= 3.6.2 PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= 3 MAINTAINER= feld@FreeBSD.org COMMENT= Really Awesome New Cisco confIg Differ LIB_DEPENDS= libexpect.so:lang/expect RUN_DEPENDS= p5-LockFile-Simple>=0:devel/p5-LockFile-Simple USES= gmake perl5 shebangfix perl_OLD_CMD= @PERLV_PATH@ SHEBANG_FILES= bin/* USERS= rancid GROUPS= rancid SUB_FILES= pkg-message 200.rancid GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${LOCALBASE}/var/${PORTNAME}/ \ --bindir=${LOCALBASE}/libexec/${PORTNAME}/ \ --sysconfdir=${LOCALBASE}/etc/${PORTNAME}/ OLDCONFIG_FILE1= bin/env OLDCONFIG_FILE2= util/lg/lg.conf NEWERCONFIG_FILE1= etc/rancid.conf NEWERCONFIG_FILE2= etc/lg.conf NEWCONFIG_FILES= rancid.conf lg.conf OPTIONS_DEFINE= COMWARE SVN OPTIONS_DEFAULT= COMWARE_DESC= Add experimental support for Comware devices SVN_DESC= Use Subversion instead of CVS .include .if ${PORT_OPTIONS:MCOMWARE} PLIST_SUB+= COMWARE="" .else PLIST_SUB+= COMWARE="@comment " .endif .if ${PORT_OPTIONS:MSVN} CONFIGURE_ARGS+= --with-svn BUILD_DEPENDS+= svn:devel/subversion .else CONFIGURE_ARGS+= --without-svn -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -RUN_DEPENDS+= cvs>0:devel/cvs -.endif +RUN_DEPENDS+= cvs:devel/cvs .endif pre-everything:: @ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs" post-patch: .if ${PORT_OPTIONS:MCOMWARE} ${CAT} ${FILESDIR}/comware_types.conf >> ${WRKSRC}/etc/rancid.types.base ${SED} -e 's/@VERSION@/${PORTVERSION}/g' ${FILESDIR}/cmwlogin.in > ${WRKDIR}/cmwlogin ${SED} -e 's/@VERSION@/${PORTVERSION}/g' ${FILESDIR}/cmw.pm.in > ${WRKDIR}/cmw.pm .endif ${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in ${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1 post-install: ${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/periodic/hourly ${INSTALL_SCRIPT} ${WRKDIR}/200.rancid ${STAGEDIR}${LOCALBASE}/etc/periodic/hourly ${LN} -s ${LOCALBASE}/libexec/${PORTNAME}/rancid-cvs ${STAGEDIR}${LOCALBASE}/bin ${LN} -s ${LOCALBASE}/libexec/${PORTNAME}/rancid-run ${STAGEDIR}${LOCALBASE}/bin .if ${PORT_OPTIONS:MCOMWARE} ${INSTALL_DATA} ${WRKDIR}/cmw.pm ${STAGEDIR}/${LOCALBASE}/lib/rancid ${INSTALL_SCRIPT} ${WRKDIR}/cmwlogin ${STAGEDIR}/${LOCALBASE}/libexec/rancid .endif .for file in ${NEWCONFIG_FILES} @ if [ -f ${LOCALBASE}/etc/${PORTNAME}/${file} ] ; then \ ${ECHO} "WARNING: *** new ${file} file is installed as ${LOCALBASE}/rancid/${file}.sample"; \ ${ECHO} " : *** review ${file}.sample for new/deprecated switches or install in place ${file}"; \ fi .endfor @ if [ -f ${LOCALBASE}/rancid/${NEWERCONFIG_FILE1} ] ; then \ ${ECHO} "WARNING: *** ${LOCALBASE}/rancid/${NEWERCONFIG_FILE1} has been replaced with "; \ ${ECHO} " : *** ${LOCALBASE}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ fi @ if [ -f ${LOCALBASE}/rancid/${NEWERCONFIG_FILE2} ] ; then \ ${ECHO} "WARNING: *** ${LOCALBASE}/rancid/${NEWERCONFIG_FILE2} has been replaced with "; \ ${ECHO} " : *** ${LOCALBASE}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ fi @ if [ -f ${LOCALBASE}/rancid/${NEWERCONFIG_FILE1} -o \ -f ${LOCALBASE}/rancid/${NEWERCONFIG_FILE2} ] ; then \ ${ECHO} "WARNING: *** New CVS Repository will be stored ${LOCALBASE}/var/${PORTNAME}/ "; \ ${ECHO} " : *** Copy the repository if you want to keep the history "; \ fi @ if [ -f ${LOCALBASE}/rancid/${OLDCONFIG_FILE1} ] ; then \ ${ECHO} "WARNING: *** ${LOCALBASE}/rancid/${OLDCONFIG_FILE1} has been replaced with "; \ ${ECHO} " : *** ${LOCALBASE}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ fi @ if [ -f ${LOCALBASE}/rancid/${OLDCONFIG_FILE2} ] ; then \ ${ECHO} "WARNING: *** ${LOCALBASE}/rancid/${OLDCONFIG_FILE2} has been replaced with "; \ ${ECHO} " : *** ${LOCALBASE}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ fi @ if [ -f ${LOCALBASE}/rancid/${OLDCONFIG_FILE1} -o \ -f ${LOCALBASE}/rancid/${OLDCONFIG_FILE2} ] ; then \ ${ECHO} "WARNING: *** New CVS Repository will be stored ${LOCALBASE}/rancid/var "; \ ${ECHO} " : *** Copy the repository if you want to keep the history "; \ fi .include Index: head/www/opera/Makefile =================================================================== --- head/www/opera/Makefile (revision 431250) +++ head/www/opera/Makefile (revision 431251) @@ -1,110 +1,100 @@ # $FreeBSD$ PORTNAME= opera PORTVERSION= ${OPERA_VER} PORTREVISION= 6 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ http://gd.tuwien.ac.at/infosys/browsers/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.ftp.fu-berlin.de/${MASTER_SITES_VER_PATH}/ \ http://ftp.ntua.gr/pub/www/Opera/${MASTER_SITES_VER_PATH}/ \ http://mirrors.dedipower.com/opera/${MASTER_SITES_VER_PATH}/ \ ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH}/ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.${ARCH}.freebsd MAINTAINER= ak@FreeBSD.org COMMENT= Blazingly fast, full-featured, standards-compliant browser LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:misc/shared-mime-info +BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:misc/shared-mime-info \ + ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:misc/shared-mime-info BUNDLE_LIBS= yes ONLY_FOR_ARCHS= i386 amd64 OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} USES= tar:xz desktop-file-utils shared-mime-info USE_XORG= x11 xext sm ice xft xrender REINPLACE_ARGS= -i '' # no .bak files WEBPLUGIN_SUBDIR= ${LOCALBASE}/lib/browser_plugins/symlinks/opera OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4 OPTIONS_DEFAULT= CUPS VIDEO NO_OPTIONS_SORT=yes CUPS_DESC= support for printing (requires CUPS) VIDEO_DESC= support for HTML5 video (requires GStreamer) CUPS_LIB_DEPENDS= libcups.so:print/cups VIDEO_USE= gstreamer=vorbis,ogg,theora,vp8,good GTK2_USE= gnome=gtk20,libxml2 KDE4_USES= kde:4 KDE4_USE= KDE=kdelibs .include .if defined(FETCH_ALL) # distfiles for both arch .if ${ARCH} == i386 DISTFILES= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.amd64.freebsd${EXTRACT_SUFX} \ ${DISTNAME}${EXTRACT_SUFX} .else DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.freebsd${EXTRACT_SUFX} .endif .endif .if ${PORT_OPTIONS:MGTK2} INSTALLS_ICONS= yes .endif OPERA_ARCH= ${ARCH:S,i386,intel,} -.if ${OSVERSION} >= 1000054 -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x -PLIST_SUB+= LIBSTDC="" -.else -PLIST_SUB+= LIBSTDC="@comment " -.endif - post-extract: ${GUNZIP_CMD} ${WRKSRC}/share/man/man1/opera.1.gz do-build: -.if ${OSVERSION} >= 1000054 ${CP} ${LOCALBASE}/lib/compat/libstdc++.so.6 ${WRKSRC} -.endif do-configure: @${MV} ${WRKSRC}/share/man ${WRKSRC}/man @${REINPLACE_CMD} -e 's|"$${0%/.}"|${PREFIX}|g' \ -e 's|/usr/local/profile|$$HOME/.opera|' \ ${WRKSRC}/opera @${REINPLACE_CMD} -e 's|@@{PREFIX}|${PREFIX}|g' \ -e 's|@@{_SUFFIX}||g' -e 's|@@{SUFFIX}||g' \ -e 's|@@{USUFFIX}||g' \ ${WRKSRC}/share/applications/opera-browser.desktop \ ${WRKSRC}/share/mime/packages/opera-extension.xml \ ${WRKSRC}/man/man1/opera.1 @${REINPLACE_CMD} -e 's|/usr/X11R6/lib/browser_plugins|${WEBPLUGIN_SUBDIR}|g' \ ${WRKSRC}/share/opera/defaults/pluginpath.ini do-install: ${INSTALL_SCRIPT} ${WRKSRC}/opera ${STAGEDIR}${PREFIX}/bin/ ${TAR} -C ${WRKSRC} -cf - lib man share | ${TAR} -C ${STAGEDIR}${PREFIX} -xf - -.if ${OSVERSION} >= 1000054 ${INSTALL_LIB} ${WRKSRC}/libstdc++.so.6 ${STAGEDIR}${PREFIX}/lib/opera -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/etc/libmap.d ${INSTALL_DATA} ${FILESDIR}/libmap.conf \ ${STAGEDIR}${PREFIX}/etc/libmap.d/opera.conf .include Index: head/www/opera/pkg-plist =================================================================== --- head/www/opera/pkg-plist (revision 431250) +++ head/www/opera/pkg-plist (revision 431251) @@ -1,345 +1,345 @@ bin/opera etc/libmap.d/opera.conf lib/opera/gstreamer/plugins/libgstoperamatroska.so lib/opera/gstreamer/plugins/libgstoperavp8.so lib/opera/liboperagtk2.so lib/opera/liboperakde4.so -%%LIBSTDC%%lib/opera/libstdc++.so.6 +lib/opera/libstdc++.so.6 lib/opera/opera lib/opera/plugins/README lib/opera/pluginwrapper/operapluginwrapper lib/opera/pluginwrapper/operapluginwrapper-native man/man1/opera.1.gz share/applications/opera-browser.desktop %%DOCSDIR%%/LGPL-2 %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README.gstreamer share/icons/hicolor/128x128/apps/opera-browser.png share/icons/hicolor/128x128/mimetypes/opera-extension.png share/icons/hicolor/16x16/apps/opera-browser.png share/icons/hicolor/16x16/mimetypes/opera-extension.png share/icons/hicolor/22x22/apps/opera-browser.png share/icons/hicolor/22x22/mimetypes/opera-extension.png share/icons/hicolor/24x24/apps/opera-browser.png share/icons/hicolor/24x24/mimetypes/opera-extension.png share/icons/hicolor/256x256/apps/opera-browser.png share/icons/hicolor/32x32/apps/opera-browser.png share/icons/hicolor/32x32/mimetypes/opera-extension.png share/icons/hicolor/48x48/apps/opera-browser.png share/icons/hicolor/48x48/mimetypes/opera-extension.png share/icons/hicolor/scalable/mimetypes/opera-extension.svg share/mime/packages/opera-extension.xml %%DATADIR%%/cert.pem %%DATADIR%%/defaults/bookmarks.adr %%DATADIR%%/defaults/dictionaries.xml %%DATADIR%%/defaults/feedreaders.ini %%DATADIR%%/defaults/filehandler.ini %%DATADIR%%/defaults/handlers-ignore.ini %%DATADIR%%/defaults/license.txt %%DATADIR%%/defaults/mailproviders.xml %%DATADIR%%/defaults/plugin-ignore.ini %%DATADIR%%/defaults/pluginpath.ini %%DATADIR%%/defaults/public_domains.dat %%DATADIR%%/defaults/search.ini %%DATADIR%%/defaults/standard_speeddial.ini %%DATADIR%%/defaults/standard_trusted_repositories.ini %%DATADIR%%/defaults/tips_metadata.ini %%DATADIR%%/defaults/webmailproviders.ini %%DATADIR%%/defaults/xmlentities.ini %%DATADIR%%/encoding.bin %%DATADIR%%/extra/missingplugin.svg %%DATADIR%%/extra/missingpluginhover.svg %%DATADIR%%/extra/svg-mo.dat %%DATADIR%%/extra/svg-mobd.dat %%DATADIR%%/extra/svg-sa.dat %%DATADIR%%/extra/svg-sabd.dat %%DATADIR%%/extra/svg-se.dat %%DATADIR%%/extra/svg-sebd.dat %%DATADIR%%/extra/unix-opengl.blocklist.json %%DATADIR%%/files.sig %%DATADIR%%/files_old.sig %%DATADIR%%/html40_entities.dtd %%DATADIR%%/html5_entity_init.dat %%DATADIR%%/lngcode.txt %%DATADIR%%/locale/af/af.lng %%DATADIR%%/locale/ar/ar.lng %%DATADIR%%/locale/az/az.lng %%DATADIR%%/locale/be/be.lng %%DATADIR%%/locale/be/bookmarks.adr %%DATADIR%%/locale/be/search.ini %%DATADIR%%/locale/be/standard_speeddial.ini %%DATADIR%%/locale/bg/bg.lng %%DATADIR%%/locale/bg/bookmarks.adr %%DATADIR%%/locale/bg/search.ini %%DATADIR%%/locale/bg/standard_speeddial.ini %%DATADIR%%/locale/bn/bn.lng %%DATADIR%%/locale/cs/bookmarks.adr %%DATADIR%%/locale/cs/cs.lng %%DATADIR%%/locale/cs/search.ini %%DATADIR%%/locale/cs/standard_speeddial.ini %%DATADIR%%/locale/da/da.lng %%DATADIR%%/locale/de/bookmarks.adr %%DATADIR%%/locale/de/de.lng %%DATADIR%%/locale/de/search.ini %%DATADIR%%/locale/de/standard_speeddial.ini %%DATADIR%%/locale/el/el.lng %%DATADIR%%/locale/en-GB/en-GB.lng %%DATADIR%%/locale/en/en.lng %%DATADIR%%/locale/en/en.zip %%DATADIR%%/locale/en/license.txt %%DATADIR%%/locale/es-ES/bookmarks.adr %%DATADIR%%/locale/es-ES/es-ES.lng %%DATADIR%%/locale/es-ES/search.ini %%DATADIR%%/locale/es-ES/standard_speeddial.ini %%DATADIR%%/locale/es-LA/es-LA.lng %%DATADIR%%/locale/et/et.lng %%DATADIR%%/locale/fa/fa.lng %%DATADIR%%/locale/fi/fi.lng %%DATADIR%%/locale/fr-CA/fr-CA.lng %%DATADIR%%/locale/fr/bookmarks.adr %%DATADIR%%/locale/fr/fr.lng %%DATADIR%%/locale/fr/search.ini %%DATADIR%%/locale/fr/standard_speeddial.ini %%DATADIR%%/locale/fy/fy.lng %%DATADIR%%/locale/gd/gd.lng %%DATADIR%%/locale/he/he.lng %%DATADIR%%/locale/hi/hi.lng %%DATADIR%%/locale/hr/hr.lng %%DATADIR%%/locale/hu/bookmarks.adr %%DATADIR%%/locale/hu/hu.lng %%DATADIR%%/locale/hu/search.ini %%DATADIR%%/locale/hu/standard_speeddial.ini %%DATADIR%%/locale/id/id.lng %%DATADIR%%/locale/it/bookmarks.adr %%DATADIR%%/locale/it/it.lng %%DATADIR%%/locale/it/search.ini %%DATADIR%%/locale/it/standard_speeddial.ini %%DATADIR%%/locale/ja/bookmarks.adr %%DATADIR%%/locale/ja/ja.lng %%DATADIR%%/locale/ja/search.ini %%DATADIR%%/locale/ja/standard_speeddial.ini %%DATADIR%%/locale/ka/ka.lng %%DATADIR%%/locale/kk/kk.lng %%DATADIR%%/locale/ko/ko.lng %%DATADIR%%/locale/lt/lt.lng %%DATADIR%%/locale/lv/lv.lng %%DATADIR%%/locale/me/me.lng %%DATADIR%%/locale/mk/mk.lng %%DATADIR%%/locale/ms/ms.lng %%DATADIR%%/locale/nb/bookmarks.adr %%DATADIR%%/locale/nb/nb.lng %%DATADIR%%/locale/nb/search.ini %%DATADIR%%/locale/nb/standard_speeddial.ini %%DATADIR%%/locale/nl/nl.lng %%DATADIR%%/locale/nn/nn.lng %%DATADIR%%/locale/pa/pa.lng %%DATADIR%%/locale/pl/bookmarks.adr %%DATADIR%%/locale/pl/pl.lng %%DATADIR%%/locale/pl/search.ini %%DATADIR%%/locale/pl/standard_speeddial.ini %%DATADIR%%/locale/pt-BR/bookmarks.adr %%DATADIR%%/locale/pt-BR/pt-BR.lng %%DATADIR%%/locale/pt-BR/search.ini %%DATADIR%%/locale/pt-BR/standard_speeddial.ini %%DATADIR%%/locale/pt/pt.lng %%DATADIR%%/locale/ro/bookmarks.adr %%DATADIR%%/locale/ro/ro.lng %%DATADIR%%/locale/ro/search.ini %%DATADIR%%/locale/ro/standard_speeddial.ini %%DATADIR%%/locale/ru/bookmarks.adr %%DATADIR%%/locale/ru/ru.lng %%DATADIR%%/locale/ru/search.ini %%DATADIR%%/locale/ru/standard_speeddial.ini %%DATADIR%%/locale/sk/bookmarks.adr %%DATADIR%%/locale/sk/search.ini %%DATADIR%%/locale/sk/sk.lng %%DATADIR%%/locale/sk/standard_speeddial.ini %%DATADIR%%/locale/sr/bookmarks.adr %%DATADIR%%/locale/sr/search.ini %%DATADIR%%/locale/sr/sr.lng %%DATADIR%%/locale/sr/standard_speeddial.ini %%DATADIR%%/locale/sv/sv.lng %%DATADIR%%/locale/sw/sw.lng %%DATADIR%%/locale/ta/ta.lng %%DATADIR%%/locale/te/te.lng %%DATADIR%%/locale/th/th.lng %%DATADIR%%/locale/tl/tl.lng %%DATADIR%%/locale/tr/bookmarks.adr %%DATADIR%%/locale/tr/search.ini %%DATADIR%%/locale/tr/standard_speeddial.ini %%DATADIR%%/locale/tr/tr.lng %%DATADIR%%/locale/uk/bookmarks.adr %%DATADIR%%/locale/uk/search.ini %%DATADIR%%/locale/uk/standard_speeddial.ini %%DATADIR%%/locale/uk/uk.lng %%DATADIR%%/locale/ur/ur.lng %%DATADIR%%/locale/uz/uz.lng %%DATADIR%%/locale/vi/vi.lng %%DATADIR%%/locale/zh-cn/bookmarks.adr %%DATADIR%%/locale/zh-cn/operaprefs_locale.ini %%DATADIR%%/locale/zh-cn/search.ini %%DATADIR%%/locale/zh-cn/standard_speeddial.ini %%DATADIR%%/locale/zh-cn/zh-cn.lng %%DATADIR%%/locale/zh-tw/zh-tw.lng %%DATADIR%%/locale/zu/zu.lng %%DATADIR%%/mathml.dtd %%DATADIR%%/package-id.ini %%DATADIR%%/pubsuffix.xml %%DATADIR%%/region/ar/bookmarks.adr %%DATADIR%%/region/ar/search.ini %%DATADIR%%/region/ar/standard_speeddial.ini %%DATADIR%%/region/au/bookmarks.adr %%DATADIR%%/region/au/standard_speeddial.ini %%DATADIR%%/region/cis/en/bookmarks.adr %%DATADIR%%/region/cis/en/search.ini %%DATADIR%%/region/cis/en/standard_speeddial.ini %%DATADIR%%/region/cis/ru/bookmarks.adr %%DATADIR%%/region/cis/ru/search.ini %%DATADIR%%/region/cis/ru/standard_speeddial.ini %%DATADIR%%/region/cn/browser.js %%DATADIR%%/region/cn/en/bookmarks.adr %%DATADIR%%/region/cn/en/search.ini %%DATADIR%%/region/cn/en/standard_speeddial.ini %%DATADIR%%/region/cn/turbosettings.xml %%DATADIR%%/region/eg/bookmarks.adr %%DATADIR%%/region/eg/search.ini %%DATADIR%%/region/eg/standard_speeddial.ini %%DATADIR%%/region/gb/bookmarks.adr %%DATADIR%%/region/gb/search.ini %%DATADIR%%/region/gb/standard_speeddial.ini %%DATADIR%%/region/hk/browser.js %%DATADIR%%/region/hk/turbosettings.xml %%DATADIR%%/region/id/bookmarks.adr %%DATADIR%%/region/id/search.ini %%DATADIR%%/region/id/standard_speeddial.ini %%DATADIR%%/region/in/bookmarks.adr %%DATADIR%%/region/in/search.ini %%DATADIR%%/region/in/standard_speeddial.ini %%DATADIR%%/region/ke/bookmarks.adr %%DATADIR%%/region/ke/standard_speeddial.ini %%DATADIR%%/region/kz/bookmarks.adr %%DATADIR%%/region/kz/search.ini %%DATADIR%%/region/kz/standard_speeddial.ini %%DATADIR%%/region/latin_america/bookmarks.adr %%DATADIR%%/region/latin_america/search.ini %%DATADIR%%/region/latin_america/standard_speeddial.ini %%DATADIR%%/region/middle_east/bookmarks.adr %%DATADIR%%/region/middle_east/search.ini %%DATADIR%%/region/middle_east/standard_speeddial.ini %%DATADIR%%/region/mx/bookmarks.adr %%DATADIR%%/region/mx/search.ini %%DATADIR%%/region/mx/standard_speeddial.ini %%DATADIR%%/region/my/bookmarks.adr %%DATADIR%%/region/my/standard_speeddial.ini %%DATADIR%%/region/ng/bookmarks.adr %%DATADIR%%/region/ng/standard_speeddial.ini %%DATADIR%%/region/ph/bookmarks.adr %%DATADIR%%/region/ph/standard_speeddial.ini %%DATADIR%%/region/pk/bookmarks.adr %%DATADIR%%/region/pk/standard_speeddial.ini %%DATADIR%%/region/region.ini %%DATADIR%%/region/ru/bookmarks.adr %%DATADIR%%/region/ru/search.ini %%DATADIR%%/region/ru/standard_speeddial.ini %%DATADIR%%/region/se/bookmarks.adr %%DATADIR%%/region/se/standard_speeddial.ini %%DATADIR%%/region/tw/browser.js %%DATADIR%%/region/tw/turbosettings.xml %%DATADIR%%/region/ua/ru/bookmarks.adr %%DATADIR%%/region/ua/ru/search.ini %%DATADIR%%/region/ua/ru/standard_speeddial.ini %%DATADIR%%/region/us/bookmarks.adr %%DATADIR%%/region/us/search.ini %%DATADIR%%/region/us/standard_speeddial.ini %%DATADIR%%/region/vn/bookmarks.adr %%DATADIR%%/region/vn/standard_speeddial.ini %%DATADIR%%/region/za/bookmarks.adr %%DATADIR%%/region/za/standard_speeddial.ini %%DATADIR%%/skin/standard_skin.zip %%DATADIR%%/skin/unix_skin.zip %%DATADIR%%/styles/about.css %%DATADIR%%/styles/cache.css %%DATADIR%%/styles/certinfo.css %%DATADIR%%/styles/config.css %%DATADIR%%/styles/contentblock.css %%DATADIR%%/styles/cpu.css %%DATADIR%%/styles/debug.css %%DATADIR%%/styles/dir.css %%DATADIR%%/styles/error.css %%DATADIR%%/styles/feed.css %%DATADIR%%/styles/gpu.css %%DATADIR%%/styles/history.css %%DATADIR%%/styles/im.css %%DATADIR%%/styles/image.css %%DATADIR%%/styles/images/Opera_256x256.png %%DATADIR%%/styles/images/arrow.png %%DATADIR%%/styles/images/bar.png %%DATADIR%%/styles/images/bkgd-rev.png %%DATADIR%%/styles/images/bkgd.png %%DATADIR%%/styles/images/bullet.png %%DATADIR%%/styles/images/center.png %%DATADIR%%/styles/images/container.png %%DATADIR%%/styles/images/customize.gif %%DATADIR%%/styles/images/darkBox.png %%DATADIR%%/styles/images/defaultFavicon.png %%DATADIR%%/styles/images/error.png %%DATADIR%%/styles/images/file.png %%DATADIR%%/styles/images/flag.png %%DATADIR%%/styles/images/folder.png %%DATADIR%%/styles/images/hanger.png %%DATADIR%%/styles/images/opera-icon-red.png %%DATADIR%%/styles/images/opera.png %%DATADIR%%/styles/images/page-bot.png %%DATADIR%%/styles/images/red_center.png %%DATADIR%%/styles/images/red_left.png %%DATADIR%%/styles/images/red_right.png %%DATADIR%%/styles/images/root.png %%DATADIR%%/styles/images/search.png %%DATADIR%%/styles/images/section.png %%DATADIR%%/styles/images/smartGroup.png %%DATADIR%%/styles/images/tooltiptail.png %%DATADIR%%/styles/images/top.png %%DATADIR%%/styles/images/warning.png %%DATADIR%%/styles/info.css %%DATADIR%%/styles/m2_upgrade_1160.mbs %%DATADIR%%/styles/m2_welcome_message.mbs %%DATADIR%%/styles/mail.css %%DATADIR%%/styles/mathml.css %%DATADIR%%/styles/media.css %%DATADIR%%/styles/message.css %%DATADIR%%/styles/mime.css %%DATADIR%%/styles/opera.css %%DATADIR%%/styles/plugins.css %%DATADIR%%/styles/private.css %%DATADIR%%/styles/search.css %%DATADIR%%/styles/unstyledxml.css %%DATADIR%%/styles/user/accessibility.css %%DATADIR%%/styles/user/altdebugger.css %%DATADIR%%/styles/user/classid.css %%DATADIR%%/styles/user/contrastbw.css %%DATADIR%%/styles/user/contrastwb.css %%DATADIR%%/styles/user/disablebreaks.css %%DATADIR%%/styles/user/disablefloats.css %%DATADIR%%/styles/user/disableforms.css %%DATADIR%%/styles/user/disablepositioning.css %%DATADIR%%/styles/user/disabletables.css %%DATADIR%%/styles/user/outline.css %%DATADIR%%/styles/user/structureblock.css %%DATADIR%%/styles/user/structureinline.css %%DATADIR%%/styles/user/structuretables.css %%DATADIR%%/styles/user/tablelayout.css %%DATADIR%%/styles/user/toc.css %%DATADIR%%/styles/warning.css %%DATADIR%%/styles/webfeeds.html %%DATADIR%%/styles/webstorage.css %%DATADIR%%/styles/wml.css %%DATADIR%%/ui/dialog.ini %%DATADIR%%/ui/dialogs.yml %%DATADIR%%/ui/fastforward.ini %%DATADIR%%/ui/standard_keyboard.ini %%DATADIR%%/ui/standard_keyboard_compat.ini %%DATADIR%%/ui/standard_menu.ini %%DATADIR%%/ui/standard_mouse.ini %%DATADIR%%/ui/standard_toolbar.ini %%DATADIR%%/ui/unix_keyboard.ini %%DATADIR%%/ui/widgets.yml