mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
- Update to version 0.7.3
- Add missing indirect dependencies (x11, cairo, gdkpixbuf2) - Mark QT4 option as broken (seems some dependency in latest Lazarus is not compiled by default and Double Commander with QT4 it is not building anymore without it, not even older versions. The next version of Lazarus will probably fix it from what I have seen in the recent changes). Changelog: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=44 PR: 211343 Submitted by: Benat Gonzalez Etxepare (maintainer)
This commit is contained in:
parent
028615af5a
commit
739c05d2da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419347
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= doublecmd
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
@ -23,6 +23,7 @@ PORTDOCS= *
|
||||
USES= dos2unix desktop-file-utils
|
||||
USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \
|
||||
fcl-xml iconvenc pasjpeg rtl-extra x11
|
||||
USE_XORG= x11
|
||||
DOS2UNIX_FILES= src/dmhelpmanager.pas
|
||||
WANT_GNOME= yes
|
||||
|
||||
@ -112,7 +113,9 @@ WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2}
|
||||
LCL_PLATFORM= gtk2
|
||||
USE_GNOME+= cairo gdkpixbuf2
|
||||
.elif ${PORT_OPTIONS:MQT4}
|
||||
BROKEN= Does not build
|
||||
LCL_PLATFORM= qt
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (doublecmd-0.7.1-src.tar.gz) = ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf
|
||||
SIZE (doublecmd-0.7.1-src.tar.gz) = 6655564
|
||||
SHA256 (doublecmd-0.7.3-src.tar.gz) = f094d329abe626d139cec50265e7461110ad74a949e55994f52026685df24093
|
||||
SIZE (doublecmd-0.7.3-src.tar.gz) = 6668083
|
||||
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