2000-07-18 09:19:53 +02:00
|
|
|
# New ports collection makefile for: glib13
|
1998-07-28 17:22:17 +02:00
|
|
|
# Date Created: 28 July 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-07-28 17:22:17 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/devel/glib20/Makefile,v 1.188 2010/11/15 02:01:55 kwm Exp $
|
1998-07-28 17:22:17 +02:00
|
|
|
#
|
2009-01-10 06:22:13 +01:00
|
|
|
# !! DON'T FORGET ABOUT devel/gio-fam-backend !!
|
1998-07-28 17:22:17 +02:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= glib
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.26.1
|
2010-08-15 07:31:02 +02:00
|
|
|
PORTREVISION?= 0
|
1998-07-28 17:22:17 +02:00
|
|
|
CATEGORIES= devel
|
2006-10-14 10:35:50 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
|
|
|
|
ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
|
2002-02-12 09:31:19 +01:00
|
|
|
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
2001-03-11 22:50:34 +01:00
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
|
|
|
http://www.ameth.org/gimp/%SUBDIR%/ \
|
|
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2002-02-12 09:31:19 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
1998-07-28 17:22:17 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Some useful routines of C programming (current stable version)
|
1998-07-28 17:22:17 +02:00
|
|
|
|
2004-04-30 18:17:08 +02:00
|
|
|
LATEST_LINK= glib20
|
2000-08-29 13:30:56 +02:00
|
|
|
|
2002-02-12 09:31:19 +01:00
|
|
|
USE_BZIP2= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2006-05-10 00:03:26 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
|
|
|
|
dbus-1.3:${PORTSDIR}/devel/dbus
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig ltverhack
|
2001-05-14 14:16:43 +02:00
|
|
|
USE_GMAKE= yes
|
2009-04-10 07:56:28 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_PYTHON= yes
|
2002-07-04 21:03:28 +02:00
|
|
|
USE_PERL5= yes
|
2004-04-05 05:11:39 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
|
|
|
|
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
|
2007-10-25 01:37:25 +02:00
|
|
|
--disable-man --without-xml-catalog \
|
2010-11-20 16:37:08 +01:00
|
|
|
--disable-dtrace \
|
2008-03-24 04:52:36 +01:00
|
|
|
--with-pcre=system \
|
|
|
|
--disable-fam
|
2000-11-20 19:01:06 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-02-07 19:42:25 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
2001-08-01 19:50:36 +02:00
|
|
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2000-11-20 19:01:06 +01:00
|
|
|
|
2006-10-19 20:19:29 +02:00
|
|
|
OPTIONS= COLLATION_FIX "fix string collation" off
|
|
|
|
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-01-11 18:21:36 +01:00
|
|
|
# Let glib use asm code for implementing atomic ops on i386 and amd64.
|
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
GLIB_ARCH= i486
|
|
|
|
.elif ${ARCH} == "amd64"
|
|
|
|
GLIB_ARCH= x86_64
|
|
|
|
.else
|
|
|
|
GLIB_ARCH= ${ARCH}
|
|
|
|
.endif
|
2008-11-25 19:52:50 +01:00
|
|
|
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
|
2007-01-11 18:21:36 +01:00
|
|
|
|
2006-10-19 20:19:29 +02:00
|
|
|
.if defined(WITH_COLLATION_FIX)
|
|
|
|
LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \
|
|
|
|
${FILESDIR}/extra-patch-glib_gunicollate.c
|
2010-07-20 23:24:08 +02:00
|
|
|
# Disable it until someone can figure why it causes net-im/pidgin crashed.
|
|
|
|
#CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__"
|
2006-10-19 20:19:29 +02:00
|
|
|
.endif
|
|
|
|
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
post-patch:
|
2007-05-21 00:08:23 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
${WRKSRC}/glib/gutils.c
|
2010-11-20 16:37:08 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \
|
|
|
|
${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \
|
|
|
|
${WRKSRC}/po/*.po
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
post-install:
|
2010-11-20 16:37:08 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/GConf/gsettings
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
-${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
|
|
|
|
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
.include <bsd.port.post.mk>
|
2006-05-10 00:03:26 +02:00
|
|
|
|
|
|
|
.endif
|