x11-fm/doublecmd: Update to 0.8.4
Update x11-fm/doublecmd to 0.8.4 Add LLD_UNSAFE to avoid build issues and runtime crashes. Pet portlint a bit Add USES=gnome PR: 230806 Submitted by: Beñat Gonzalez Etxepare (maintainer)
This commit is contained in:
parent
b6ee2631b5
commit
e7629bc696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489832
@ -2,11 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= doublecmd
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= x11-fm
|
||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
DISTFILES= ${DISTNAME}.tar.gz ${PORTNAME}-help-${HELPVERSION}-src.tar.gz
|
||||
|
||||
@ -17,9 +16,10 @@ LICENSE= GPLv2
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
USES= dos2unix desktop-file-utils fpc gnome lazarus:flavors
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
USES= dos2unix desktop-file-utils fpc lazarus:flavors
|
||||
USE_FPC= cairo chm fcl-base fcl-db fcl-image fcl-json fcl-registry \
|
||||
fcl-xml iconvenc pasjpeg rtl-extra x11 regexpr
|
||||
USE_GNOME= cairo glib20
|
||||
@ -41,6 +41,7 @@ LAZARUS_PROJECT_FILES+= components/synunihighlighter/synuni.lpk
|
||||
LAZARUS_NO_FLAVORS=qt5
|
||||
LAZBUILD_ARGS= -d --pcp=${WRKSRC}/tmppcp
|
||||
MAKE_ENV+= LDVER=ld.bfd # for DragonFly
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
HELPVERSION= 0.6.0
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
@ -176,7 +177,7 @@ LAZARUS_PROJECT_FILES+= plugins/wdx/textline/src/TextLine.lpi
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MWFX_SAMBA}
|
||||
LAZARUS_PROJECT_FILES+= plugins/wfx/samba/src/samba.lpi
|
||||
LAZARUS_PROJECT_FILES+= plugins/wfx/samba/src/samba.lpi
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MWLX_MPLAYER}
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1528099991
|
||||
SHA256 (doublecmd-0.8.3-src.tar.gz) = 5486a3d90b53e5cd0526e153ea6be8e545a56f4f07c57cc5111aefe2a1214e9b
|
||||
SIZE (doublecmd-0.8.3-src.tar.gz) = 7663379
|
||||
TIMESTAMP = 1534873908
|
||||
SHA256 (doublecmd-0.8.4-src.tar.gz) = c546a7b48e163bea752ea385dbacb85c3b5828fcaafd1be84b0f132b49742de2
|
||||
SIZE (doublecmd-0.8.4-src.tar.gz) = 7756824
|
||||
SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39
|
||||
SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996
|
||||
|
Loading…
Reference in New Issue
Block a user