You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gnome-vfsmm: non-functional: portfile text aligments etc.
This commit is contained in:
committed by
Perry E. Metzger
parent
b1ba460b5e
commit
70edf568de
+22
-21
@@ -1,30 +1,31 @@
|
||||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||||
|
||||
PortSystem 1.0
|
||||
PortSystem 1.0
|
||||
|
||||
name gnome-vfsmm
|
||||
version 2.26.0
|
||||
set branch [join [lrange [split ${version} .] 0 1] .]
|
||||
description gnome-vfsmm provides C++ wrappers for gnome-vfs.
|
||||
long_description ${description}
|
||||
maintainers nomaintainer
|
||||
categories gnome
|
||||
license {LGPL-2.1+ GPL-2+}
|
||||
name gnome-vfsmm
|
||||
version 2.26.0
|
||||
set branch [join [lrange [split ${version} .] 0 1] .]
|
||||
description ${name} provides C++ wrappers for gnome-vfs
|
||||
long_description \
|
||||
${description}
|
||||
maintainers nomaintainer
|
||||
categories gnome
|
||||
license {LGPL-2.1+ GPL-2+}
|
||||
|
||||
homepage https://www.gtkmm.org/
|
||||
master_sites gnome:sources/${name}/${branch}/
|
||||
use_bzip2 yes
|
||||
homepage https://www.gtkmm.org
|
||||
master_sites gnome:sources/${name}/${branch}/
|
||||
use_bzip2 yes
|
||||
|
||||
checksums md5 d27d34b6a8722c557366729071c1baab \
|
||||
sha1 a8a8093c3b99b3391981b5ff063ba32f91af4479 \
|
||||
rmd160 3181c6671c0af2e31c9a06a969e1754cae3167ca
|
||||
checksums rmd160 3181c6671c0af2e31c9a06a969e1754cae3167ca \
|
||||
sha256 d6a89fc82238bbfd6d3f7e44bcaee73dc197be98635be482a2d2df38ec0446d3 \
|
||||
size 628670
|
||||
|
||||
depends_build path:bin/pkg-config:pkgconfig \
|
||||
path:bin/doxygen:doxygen \
|
||||
path:bin/dot:graphviz
|
||||
depends_build path:bin/doxygen:doxygen \
|
||||
path:bin/dot:graphviz \
|
||||
path:bin/pkg-config:pkgconfig
|
||||
|
||||
depends_lib path:lib/pkgconfig/glibmm-2.68.pc:glibmm \
|
||||
port:gnome-vfs
|
||||
depends_lib path:lib/pkgconfig/glibmm-2.68.pc:glibmm \
|
||||
port:gnome-vfs
|
||||
|
||||
# generate_extra_defs.h: error: expected nested-name-specifier before ‘GTypeIsAPointerFunc’
|
||||
# Undefined symbols: "__Z8get_defsB5cxx11mPFbmE"
|
||||
@@ -34,4 +35,4 @@ compiler.cxx_standard \
|
||||
configure.cxxflags-append \
|
||||
-std=gnu++11
|
||||
|
||||
livecheck.type gnome
|
||||
livecheck.type gnome
|
||||
|
||||
Reference in New Issue
Block a user