mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
Those ports build fine with bsd make
This commit is contained in:
parent
5c169c4df3
commit
bfa49f2358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428370
7 changed files with 7 additions and 9 deletions
|
@ -28,7 +28,7 @@ BROKEN_FreeBSD_12_i386=Does not build on FreeBSD 12 i386 due to a clang bug: htt
|
|||
|
||||
SLAVEDIRS= cad/gmsh-occ
|
||||
|
||||
USES= blaslapack cmake fortran gmake jpeg tar:tgz
|
||||
USES= blaslapack cmake fortran jpeg tar:tgz
|
||||
USE_GL= gl glu
|
||||
USE_XORG= x11 xcursor xext xinerama xfixes xft
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ USE_GITHUB= yes
|
|||
GH_TUPLE= daid:EmptyEpsilon:${DISTVERSIONFULL}
|
||||
GH_TUPLE+= daid:SeriousProton:${DISTVERSIONFULL}:sproton
|
||||
|
||||
USES= cmake compiler:c++11-lib gmake
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_GL= gl glu
|
||||
CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386
|
|||
ONLY_FOR_ARCHS_REASON= fails to build: invokes x86 asm
|
||||
|
||||
USES= alias cmake compiler:c++11-lib dos2unix gettext \
|
||||
gmake jpeg openal:al pkgconfig tar:xz
|
||||
jpeg openal:al pkgconfig tar:xz
|
||||
USE_GL= gl glu
|
||||
USE_SDL= sdl
|
||||
USE_XORG= x11 xext sm ice
|
||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= The Butterfly Effect
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip
|
||||
|
||||
USES= cmake compiler:c++11-lib execinfo gmake tar:tgz
|
||||
USES= cmake compiler:c++11-lib execinfo tar:tgz
|
||||
USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \
|
||||
svg uic_build xml
|
||||
|
||||
|
|
|
@ -20,14 +20,12 @@ LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
|
|||
libgee-0.8.so:devel/libgee \
|
||||
libgcr-3.so:security/gcr
|
||||
|
||||
USES= cmake desktop-file-utils gettext gmake \
|
||||
USES= cmake desktop-file-utils gettext \
|
||||
libtool pkgconfig shebangfix tar:xz
|
||||
USE_GNOME= gnomedocutils gnomeprefix gtk30 intlhack
|
||||
SHEBANG_FILES= desktop/geary-attach
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ BROKEN_FreeBSD_9= does not build: fatal error: 'type_traits' file not found
|
|||
OPTIONS_DEFINE= GUI
|
||||
OPTIONS_DEFAULT=GUI
|
||||
|
||||
USES= compiler:c++14-lang cmake gettext-runtime gmake pkgconfig python:2 sqlite
|
||||
USES= compiler:c++14-lang cmake gettext-runtime pkgconfig python:2 sqlite
|
||||
GUI_USE= GNOME=gtkmm30,gdkpixbuf2
|
||||
USE_TEX= base texmf texhash
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|||
libsigrok.so:devel/libsigrok \
|
||||
libsigrokdecode.so:devel/libsigrokdecode
|
||||
|
||||
USES= cmake gmake pkgconfig
|
||||
USES= cmake pkgconfig
|
||||
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \
|
||||
-DDISABLE_WERROR:BOOL=TRUE
|
||||
|
|
Loading…
Add table
Reference in a new issue