| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 21:55:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106190307
location: https://web.archive.org/web/20100106190307/https://glib2-devel.darwinports.com/
server-timing: captures_list;dur=1.477106, exclusion.robots;dur=0.046107, exclusion.robots.policy;dur=0.035336, esindex;dur=0.008527, cdx.remote;dur=12.534166, LoadShardBlock;dur=299.408779, PetaboxLoader3.resolve;dur=198.371815, PetaboxLoader3.datanode;dur=80.102050
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 396
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app246; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 21 Dec 2025 21:55:17 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 18:48:58 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 19:03:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106184705-00477-ia360906-c/TLA-20100106190034-00534-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.665909, exclusion.robots;dur=0.022291, exclusion.robots.policy;dur=0.008980, esindex;dur=0.010280, cdx.remote;dur=8.978542, LoadShardBlock;dur=399.656639, PetaboxLoader3.resolve;dur=225.030751, PetaboxLoader3.datanode;dur=206.174127, load_resource;dur=108.088683
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 598
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Glib2-devel version 2.21.6 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
glib2-devel most recent diffversion 2.21.6
Scroll down toward the bottom of the page to get installation instructions for glib2-devel. The raw portfile for glib2-devel 2.21.6 is located here: https://glib2-devel.darwinports.com/dports/devel/glib2-devel/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/glib2-devel The glib2-devel Portfile 58855 2009-10-06 14:48:43Z ryandesign PortSystem 1.0 PortGroup muniversal 1.0 Name: glib2-devel conflicts glib2 set my_name glib Version: 2.21.6 set branch [join [lrange [split ${version} .] 0 1] .] Category: devel Maintainers: ryandesign license GPLv2 Homepage: https://www.gtk.org/ Platform: darwin dist_subdir glib2 distname ${my_name}-${version} use_bzip2 yes use_parallel_build yes Description: Library with data structure functions and other constructs Long Description: Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things. Master Sites: gnome:sources/${my_name}/${branch}/ ftp://ftp.gtk.org/pub/${my_name}/${branch}/ Checksums: md5 3b0452fbd877db53dafabdc074600cb8 sha1 a05f74a1cc9ae7a77efa988be72575c192da1afc rmd160 683102b179137cce26f0e071ae7a0822ade679bd # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h # See https://trac.macports.org/changeset/27148 Patch Files: patch-configure.in.diff patch-glib-2.0.pc.in.diff patch-gi18n.h.diff patch-gio_xdgmime_xdgmime.c.diff patch-which.diff depends_build port:pkgconfig depends_lib port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select use_autoconf yes configure.ldflags-append -bind_at_load configure.cflags-append -fstrict-aliasing configure.args --enable-static configure.perl ${prefix}/bin/perl configure.env-append PERL_PATH=${configure.perl} post-patch { reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c reinplace "s| } platform darwin { patchfiles-append patch-child-test.c.diff } test.run yes test.target check post-destroot { file delete ${destroot}${prefix}/lib/charset.alias } if {[variant_isset universal]} { pre-configure { global merger_configure_args merger_configure_env merger_configure_cppflags merger_configure_ldflags # See https://trac.macports.org/ticket/19196. if { ${os.major}=="8" } { set merger_configure_cppflags(ppc64) "-D __LP64__" set merger_configure_ldflags(ppc64) "-framework Carbon" set merger_configure_cppflags(x86_64) "-D __LP64__" set merger_configure_ldflags(x86_64) "-framework Carbon" } # Find architectures which will not run on build platform. if { ${os.arch}=="i386" || ${os.arch}=="x86_64"} { set cross_archs "ppc ppc64" set host_archs "ppc ppc64" set big_endian "yes" } else { set cross_archs "i386 x86_64" set host_archs "i386 x86_64" set big_endian "no" } set run_arch [lindex ${universal_archs} 0] if { [lsearch ${cross_archs} ${run_arch}] >= 0 } { ui_msg "When building a universal binary of ${name}, make sure none of {${cross_archs}} is first in universal_archs in ${prefix}/etc/macports/macports.conf" error "incompatible universal_archs value" } foreach arch ${cross_archs} { lappend merger_configure_env(${arch}) GLIB_GENMARSHAL=${worksrcpath}-${run_arch}/gobject/glib-genmarshal glib_cv_stack_grows=no glib_cv_uscore=no ac_cv_func_posix_getpwuid_r=yes ac_cv_func_posix_getgrgid_r=yes } # Correct NM values is not found. # With -arch, ac_cv_c_bigendian is set to universal, which defaults to little endian. foreach arch ${host_archs} { lappend merger_configure_env(${arch}) NM='/usr/bin/nm -p' ac_cv_c_bigendian=${big_endian} } } set merger_dont_diff ${prefix}/lib/glib-2.0/include/glibconfig.h } livecheck.type regex livecheck.url https://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O;=D livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/glib2-develYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using glib2-devel with these commands: % man glib2-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




