| non port: devel/libsoup/Makefile |
Number of commits found: 127 (showing only 27 on this page) |
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
|
Monday, 9 Jan 2006
|
16:34 novel
Chase gnutls update.
 |
|
Saturday, 24 Dec 2005
|
22:21 adamw
Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork!
 |
21:00 adamw
Back out the last commit, now that the libtool-1.5.22 issue is
resolved. And marcus says that the LDFLAGS should stay separate
for OpenSSL purposes.
 |
16:55 adamw
Add PTHREAD_CFLAGS/LIBS to CONFIGURE_ENV, and make LDFLAGS actually
be a part of CONFIGURE_ENV.
 |
|
Sunday, 20 Nov 2005
|
21:37 ahze
- Remove patch and remove BROKEN on 4.x
Reported by: mjl on irc.freenode.org/#FreeBSD-GNOME
 |
|
Saturday, 19 Nov 2005
|
19:54 marcus
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
 |
|
Thursday, 17 Nov 2005
|
22:47 ahze
- Update to 2.2.7
 |
|
Saturday, 5 Nov 2005
|
04:53 marcus
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
 |
|
Sunday, 28 Aug 2005
|
08:29 marcus
Update to 2.2.6.1.
 |
|
Monday, 14 Mar 2005
|
17:48 kwm
Update to 2.2.3.
 |
|
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
 |
|
Friday, 11 Feb 2005
|
23:05 marcus
Bump PORTREVISION since the gnutls ABI changed.
Suggested by: kwm
 |
|
Monday, 24 Jan 2005
|
20:46 kwm
Update to 2.2.2.
Changelog:
o) The SSL validation fix from 2.2.1 is now completely
fixed. (Part of the fix didn't actually make it into 2.2.1)
o) HTTPS certificate validation now works when using an HTTP proxy.
o) HTTP proxy code deals better with proxies that try to make
the user do HTML-form-based authentication.
o) 64-bit fixes for NTLM auth code.
 |
|
Sunday, 7 Nov 2004
|
22:24 marcus
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.
This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team. The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).
Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD. We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:
Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
 |
|
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
 |
|
Wednesday, 7 Apr 2004
|
00:08 marcus
Avoid GnuTLS support at all costs.
 |
|
Monday, 5 Apr 2004
|
03:31 marcus
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
 |
|
Monday, 15 Mar 2004
|
18:10 marcus
Ensure we do not build against GnuTLS.
 |
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
 |
|
Friday, 12 Mar 2004
|
19:51 marcus
Update to 1.99.28.
 |
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
|
Thursday, 25 Sep 2003
|
03:09 marcus
Update to 1.99.26.
 |
|
Monday, 1 Sep 2003
|
13:47 dinoex
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: marcus
 |
|
Wednesday, 11 Jun 2003
|
04:37 marcus
Update to 1.99.23.
 |
|
Sunday, 1 Jun 2003
|
00:41 marcus
Update to 1.99.22.
 |
|
Wednesday, 7 May 2003
|
05:56 marcus
Add libsoup after a repo copy from soup. Libsoup is a SOAP API written in C
and based on Glib-2.0.
 |
Number of commits found: 127 (showing only 27 on this page) |