mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
x11-fm/doublecmd: Make less broken, then set BROKEN
After the upgrade to FPC 3.0.0, the port failed the build depends stage. I've fixed that, and it compiles pretty far until this error: doublecmd.lpr(18,3) Fatal: (10022) Can't find unit uOverlayScrollBarFix I suspect that is a Lazarus unit and it might be a missing path. In the meantime, the port can't build so we have to mark it BROKEN.
This commit is contained in:
parent
8423e245ef
commit
6fd1befd0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404187
@ -13,6 +13,9 @@ COMMENT= Total Commander like file manager for the X Window System
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= fails with FPC-3.0.0-built Lazarus\
|
||||
(Can't find unit uOverlayScrollBarFix)
|
||||
|
||||
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \
|
||||
fpcres:${PORTSDIR}/lang/fpc-utils
|
||||
|
||||
@ -21,8 +24,8 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
PORTDOCS= *
|
||||
|
||||
USES= dos2unix
|
||||
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \
|
||||
fcl-xml hash iconvenc pasjpeg paszlib x11
|
||||
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \
|
||||
fcl-xml iconvenc pasjpeg rtl-extra x11
|
||||
DOS2UNIX_FILES= src/dmhelpmanager.pas
|
||||
WANT_GNOME= yes
|
||||
|
||||
@ -32,6 +35,7 @@ PROJECT_FILE= src/doublecmd.lpi
|
||||
LAZARUS_VER= 1.4.2
|
||||
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp
|
||||
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
|
||||
MAKE_ENV+= LDVER=ld.bfd # for DragonFly
|
||||
|
||||
HELPVERSION= 0.6.0
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user