Index: head/devel/allegro-devel/Makefile =================================================================== --- head/devel/allegro-devel/Makefile (revision 458557) +++ head/devel/allegro-devel/Makefile (revision 458558) @@ -1,136 +1,135 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= allegro DISTVERSION= 5.0.9 PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/alleg/allegro/${PORTVERSION} PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= koalative@gmail.com COMMENT= Cross-platform library for games and multimedia programming LICENSE= ZLIB BSD3CLAUSE LICENSE_COMB= dual LIB_DEPENDS+= libjack.so:audio/jack \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac \ libphysfs.so:devel/physfs USES= cmake jpeg openal:soft pkgconfig USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_GL= glu USE_GNOME= gtk20 USE_LDCONFIG= yes PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" PLIST_SUB+= SHLIB_VER1="${SHLIB_VER1}" SHLIB_VER= ${PORTVERSION} SHLIB_VER1= ${PORTVERSION:R} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib # Wrong versioning upstream PORTSCOUT= limitw:1,even skipv:5.0.10 OPTIONS_DEFINE= ALSA DOCS PULSEAUDIO OPTIONS_GROUP= DEMOS_EXAMPLES OPTIONS_GROUP_DEMOS_EXAMPLES= DEMOS EXAMPLES OPTIONS_DEFAULT= ALSA DEMOS DEMOS_DESC= Install Demos programs, requires EXAMPLES PORTDOCS= * PORTEXAMPLES= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} DOCSRCDIR1= ${WRKSRC} DOC_FILES1= README.txt DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/pandoc:textproc/hs-pandoc ALSA_LIB_DEPENDS= libasound.so.2:audio/alsa-lib ALSA_CMAKE_ON= -DWANT_ALSA=on ALSA_CMAKE_OFF= -DWANT_ALSA=off PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DWANT_PULSEAUDIO=on PULSEAUDIO_CMAKE_OFF= -DWANT_PULSEAUDIO=off .include .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+=-DWANT_DEMO=on SUB_FILES+= cosmic_protector speed \ pkg-message MASTER_SITES+= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES+= cosmic_protector.png:icons \ speed.png:icons DESKTOP_ENTRIES+="Cosmic Protector" "Protect the earth from a deadly meteor shower" \ "cosmic_protector" "cosmic_protector" "Game;ArcadeGame;" "" DESKTOP_ENTRIES+="SPEED" "Simultaneous Projections Employing an Ensemble of Displays" \ "speed" "speed" "Game;ArcadeGame;" "" .else CMAKE_ARGS+=-DWANT_DEMO=off .endif post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/addons/audio/pulseaudio.c post-install: @${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN3PREFIX}/man/man3/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @(cd ${DOCSRCDIR2} && ${COPYTREE_SHARE} "src html" ${STAGEDIR}${DOCSDIR2}) .if ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) . for l in ex_acodec ex_acodec_multi ex_audio_chain ex_audio_props ex_audio_simple \ ex_bitmap ex_bitmap_flip ex_bitmap_target ex_blend ex_blend2 \ ex_blend_bench ex_blend_test ex_blit ex_clip ex_color ex_config ex_convert \ ex_dir ex_disable_screensaver ex_display_events ex_display_options \ ex_draw ex_draw_bitmap ex_drawpixels ex_dualies ex_expose ex_file_slice \ ex_filter ex_font ex_font_justify ex_fs_resize ex_fs_window ex_get_path \ ex_gldepth ex_glext ex_haiku ex_icon ex_icon2 ex_joystick_events \ ex_joystick_hotplugging ex_kcm_direct ex_keyboard_events ex_keyboard_focus \ ex_lines ex_lockbitmap ex_logo ex_membmp ex_memfile ex_mixer_chain \ ex_mixer_pp ex_monitorinfo ex_mouse ex_mouse_cursor ex_mouse_events \ ex_mouse_focus ex_multisample ex_multiwin ex_native_filechooser ex_nodisplay \ ex_noframe ex_opengl ex_opengl_pixel_shader ex_path ex_path_test ex_physfs \ ex_pixelformat ex_premulalpha ex_prim ex_resample_test ex_resize ex_resize2 \ ex_rotate ex_saw ex_scale ex_stream_file ex_stream_seek ex_subbitmap \ ex_synth ex_threads ex_threads2 ex_timedwait ex_timer ex_transform ex_ttf \ ex_user_events ex_utf8 ex_vsync ex_warp_mouse ex_windows ex_winfull ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l} . endfor .endif - .if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES} @(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_SCRIPT} ${WRKDIR}/cosmic_protector ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${_DISTDIR}/cosmic_protector.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @(cd ${STAGEDIR}${EXAMPLESDIR}/demos/cosmic_protector && ${CHMOD} 755 cosmic_protector) ${INSTALL_SCRIPT} ${WRKDIR}/speed ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${_DISTDIR}/speed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @(cd ${STAGEDIR}${EXAMPLESDIR}/demos/speed && ${CHMOD} 755 speed) ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/cosmic_protector/cosmic_protector ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/speed/speed .endif .include Index: head/devel/bzr-gtk/Makefile =================================================================== --- head/devel/bzr-gtk/Makefile (revision 458557) +++ head/devel/bzr-gtk/Makefile (revision 458558) @@ -1,31 +1,30 @@ # Created by: Radim Kolar # $FreeBSD$ PORTNAME= bzr-gtk PORTVERSION= 0.100.0 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/65442805/ \ http://www.c-s.li/ports/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK interface to Bazaar-NG VCS LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr \ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${FLAVOR} - USES= desktop-file-utils python:2.7 USE_PYTHON= distutils autoplist USE_GNOME= pygtk2 INSTALLS_ICONS= yes OPTIONS_DEFINE= GTKSOURCE GTKSOURCE_DESC= GTKSourceview support GTKSOURCE_USE= GNOME=pygnomedesktop .include Index: head/devel/cgilib/Makefile =================================================================== --- head/devel/cgilib/Makefile (revision 458557) +++ head/devel/cgilib/Makefile (revision 458558) @@ -1,42 +1,41 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= cgilib PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \ http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/ MAINTAINER= demon@FreeBSD.org COMMENT= Library of procedures for developing CGI programs in C USES= uidfix USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= include/cgi.h lib/libcgi.a lib/libcgi.so lib/libcgi.so.1 \ man/man3/cgiDebug.3.gz \ man/man3/cgiEscape.3.gz \ man/man3/cgiFree.3.gz \ man/man3/cgiFreeList.3.gz \ man/man3/cgiGetCookie.3.gz \ man/man3/cgiGetCookies.3.gz \ man/man3/cgiGetFile.3.gz \ man/man3/cgiGetFiles.3.gz \ man/man3/cgiGetValue.3.gz \ man/man3/cgiGetVariables.3.gz \ man/man3/cgiHeader.3.gz \ man/man3/cgiInit.3.gz \ man/man3/cgiRedirect.3.gz \ man/man3/cgiSetHeader.3.gz \ man/man3/cgiSetType.3.gz - post-install: ${INSTALL_DATA} ${WRKSRC}/cgi.h ${STAGEDIR}${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${PREFIX}/man/man3 .include Index: head/devel/lua51-cjson/Makefile =================================================================== --- head/devel/lua51-cjson/Makefile (revision 458557) +++ head/devel/lua51-cjson/Makefile (revision 458558) @@ -1,13 +1,11 @@ # Created by: osa # $FreeBSD$ - - COMMENT= Fast JSON parsing and encoding support for Lua 5.1 MASTERDIR= ${.CURDIR}/../lua-cjson PKGMESSAGE= ${.CURDIR}/pkg-message USES= lua:51 .include "${MASTERDIR}/Makefile" Index: head/devel/mkcmd/Makefile =================================================================== --- head/devel/mkcmd/Makefile (revision 458557) +++ head/devel/mkcmd/Makefile (revision 458558) @@ -1,46 +1,45 @@ # Created by: ajk@waterspout.com # $FreeBSD$ PORTNAME= mkcmd PORTVERSION= 8.14 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://www.komquats.com/distfiles/ \ http://people.freebsd.org/~cy/distfiles/ - MAINTAINER= cy@FreeBSD.org COMMENT= Command-line parser and manual page generator BUILD_DEPENDS= makeme:devel/msrc0 MAKE_FLAGS= MAKEFILE= USES= desthack shebangfix tar:tgz SHEBANG_LANG= mkcmd mkcmd_OLD_CMD= mkcmd mkcmd_CMD= ${PREFIX}/bin/mkcmd SHEBANG_FILES= ${WRKSRC}/lib/mkcmd/*.m post-patch: .for f in bin/mkcmd/machine.h bin/mkcmd/mkcmd.man lib/mkcmd/mkcmd.man @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "1s|/mkcmd|${mkcmd_CMD}|" ${WRKSRC}/lib/mkcmd/std_filter.m do-build: @(cd ${WRKSRC}/bin/mkcmd && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) do-install: .for d in bin/mkcmd lib/mkcmd @(cd ${WRKSRC}/${d} && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor ${INSTALL_MAN} ${WRKSRC}/bin/mkcmd/mkcmd.man \ ${STAGEDIR}${PREFIX}/man/man1/mkcmd.1 ${INSTALL_MAN} ${WRKSRC}/lib/mkcmd/mkcmd.man \ ${STAGEDIR}${PREFIX}/man/man5/mkcmd.5 .include Index: head/devel/p5-MooseX-HasDefaults/Makefile =================================================================== --- head/devel/p5-MooseX-HasDefaults/Makefile (revision 458557) +++ head/devel/p5-MooseX-HasDefaults/Makefile (revision 458558) @@ -1,21 +1,20 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= MooseX-HasDefaults PORTVERSION= 0.03 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN/../by-authors/id/S/SA/SARTAK PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Default "is" to "ro" or "rw" for all attributes BUILD_DEPENDS= p5-Moose>2:devel/p5-Moose \ p5-Test-Exception>0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure - .include Index: head/devel/p5-POEx-Types/Makefile =================================================================== --- head/devel/p5-POEx-Types/Makefile (revision 458557) +++ head/devel/p5-POEx-Types/Makefile (revision 458558) @@ -1,25 +1,24 @@ # $FreeBSD$ PORTNAME= POEx-Types PORTVERSION= 1.100910 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NPEREZ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to provide MooseX::Types types for modern POE RUN_DEPENDS= \ p5-MooseX-Types>0:devel/p5-MooseX-Types \ p5-MooseX-Types-Structured>0:devel/p5-MooseX-Types-Structured \ p5-POE>0:devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure - .include Index: head/devel/p5-Tie-Array-Pack/Makefile =================================================================== --- head/devel/p5-Tie-Array-Pack/Makefile (revision 458557) +++ head/devel/p5-Tie-Array-Pack/Makefile (revision 458558) @@ -1,18 +1,17 @@ # Created by: TAKAHASHI Kaoru # $FreeBSD$ PORTNAME= Tie-Array-Pack PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Array implemented as a packed string USES= perl5 USE_PERL5= configure - .include Index: head/devel/pear-SebastianBergmann_PHPCPD/Makefile =================================================================== --- head/devel/pear-SebastianBergmann_PHPCPD/Makefile (revision 458557) +++ head/devel/pear-SebastianBergmann_PHPCPD/Makefile (revision 458558) @@ -1,41 +1,39 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= PHPCPD DISTVERSION= 2.0.0 CATEGORIES= devel pear PKGNAMEPREFIX= pear-SebastianBergmann_ MAINTAINER= joneum@FreeBSD.org COMMENT= Copy/Paste Detector (CPD) for PHP code LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= pear-ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools \ pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \ pear-PHP_Timer>=1.0.9:devel/pear-PHP_Timer \ pear-channel-phpunit>=20110327:devel/pear-channel-phpunit RUN_DEPENDS= pear-ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools \ pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \ pear-PHP_Timer>=1.0.9:devel/pear-PHP_Timer \ pear-channel-phpunit>=20110327:devel/pear-channel-phpunit USES= php USE_GITHUB= yes GH_ACCOUNT= sebastianbergmann GH_PROJECT= ${PORTNAME:tl} USE_PHP= tokenizer NO_ARCH= yes - - NO_BUILD= yes PLIST_FILES= ${DATADIR}/phpcpd.php do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/phpcpd.php ${STAGEDIR}${DATADIR} .include Index: head/devel/pth/Makefile =================================================================== --- head/devel/pth/Makefile (revision 458557) +++ head/devel/pth/Makefile (revision 458558) @@ -1,53 +1,52 @@ # Created by: Ralf S. Engelschall # $FreeBSD$ PORTNAME= pth PORTVERSION= 2.0.7 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU PKGNAMESUFFIX?= # empty MAINTAINER= vd@FreeBSD.org COMMENT= GNU Portable Threads MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-optimize \ --enable-batch \ --includedir="${PREFIX}/include/pth" \ --libdir="${PREFIX}/lib/pth" USES= libtool USE_LDCONFIG= ${PREFIX}/lib/pth - OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS CONFLICTS?= pth-hard-2.* .include .if ${PKGNAMESUFFIX} == "-hard" CONFIGURE_ARGS+= --enable-syscall-hard --disable-syscall-soft PLIST_SUB= PTHREAD="@comment " .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread PLIST_SUB= PTHREAD="" .endif post-patch: .if ! ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} ${REINPLACE_CMD} -e \ 's|-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math||' \ ${WRKSRC}/configure .endif post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." test: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test .include Index: head/devel/py-darcsver/Makefile =================================================================== --- head/devel/py-darcsver/Makefile (revision 458557) +++ head/devel/py-darcsver/Makefile (revision 458558) @@ -1,21 +1,20 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= darcsver PORTVERSION= 1.7.4 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Generate a version number from darcs history USES= python:2.7 USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's#(doc_loc, data_fnames)##g' ${WRKSRC}/setup.py - .include Index: head/devel/py-qt4-dbussupport/Makefile =================================================================== --- head/devel/py-qt4-dbussupport/Makefile (revision 458557) +++ head/devel/py-qt4-dbussupport/Makefile (revision 458558) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= dbussupport CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Qt event loop support for dbus-python BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${FLAVOR} - CONFIGURE_ARGS= --enable QtCore PYQT_DIST= yes USES= pkgconfig python pyqt:4 USE_PYQT= sip_build USE_PYTHON= flavors USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace BUILD_WRKSRC= ${WRKSRC}/dbus INSTALL_WRKSRC= ${WRKSRC}/dbus PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so .include Index: head/devel/valgrind-devel/Makefile =================================================================== --- head/devel/valgrind-devel/Makefile (revision 458557) +++ head/devel/valgrind-devel/Makefile (revision 458558) @@ -1,100 +1,99 @@ # Created by: Simon Barner # $FreeBSD$ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= Memory debugging and profiling tool BB_COMMIT= ce1acb28953f BB_ACCOUNT= stass BB_PROJECT= valgrind-freebsd LICENSE= GPLv2 CONFLICTS= valgrind-[0-9]* ONLY_FOR_ARCHS= i386 amd64 LIB32_PATH?= ${DESTDIR}/usr/lib32/libc.so OPTIONS_DEFINE= DOCS MANPAGES MPI OPTIONS_DEFINE_amd64= 32BIT OPTIONS_DEFAULT= MANPAGES .if exists(${LIB32_PATH}) OPTIONS_DEFAULT_amd64= 32BIT .endif 32BIT_DESC= Enable debugging of 32-bit programs (requires lib32) MPI_DESC= Enable build of MPI wrappers - DOCS_BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt MANPAGES_BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt MPI_LIB_DEPENDS= libmpich.so:net/mpich2 OPTIONS_SUB= yes USES= pathfix pkgconfig gmake perl5 shebangfix autoreconf USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in EXTRA_PATCHES= \ ${FILESDIR}/accept4_syscall.patch:-p1 \ ${FILESDIR}/jail_syscalls.patch:-p1 \ ${FILESDIR}/kldload_syscalls.patch:-p1 \ ${FILESDIR}/missing_fcntls.patch:-p1 PORTDOCS= html WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} .include .if ${OSVERSION} > 1200030 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ino64:-p1 .endif .if ${ARCH} == "amd64" PLIST_SUB+= AMD64="" ARCH=amd64 . if !${PORT_OPTIONS:M32BIT} CONFIGURE_ARGS+= --enable-only64bit PLIST_SUB+= X86="@comment " . else . if !exists(${LIB32_PATH}) IGNORE=The lib32 distribution was not found. Please install the lib32\ distribution or run 'make config' and uncheck 32BIT option . endif PLIST_SUB+= X86="" . endif .else PLIST_SUB+= X86="" ARCH=x86 PLIST_SUB+= AMD64="@comment " .endif .if !${PORT_OPTIONS:MDOCS} post-patch: @${RM} -r ${WRKSRC}/docs/html .endif post-build: .if ${PORT_OPTIONS:MMANPAGES} cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} man-pages .endif .if ${PORT_OPTIONS:MDOCS} cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html-docs .endif .include