Kris Kennaway
89a0b31acd
Use libtool port instead of included one to avoid objformat a.out botch
2007-01-28 09:07:47 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
2143588060
Update to 1.0.2.
2006-01-06 04:42:17 +00:00
Joe Marcus Clarke
df88912f0c
Update to 1.0.1.
2005-12-29 07:16:49 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
dc33aa59f5
Move instant messaging related ports to newly created net-im category:
...
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
2005-11-09 08:21:21 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
2d80fe4e88
Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.
...
Reported by: dosirak via kris
2005-11-04 23:23:56 +00:00
Joe Marcus Clarke
73195287f8
Update to 0.5.0.
2005-11-02 01:29:48 +00:00
Joe Marcus Clarke
7bb9e5aa3d
Update to 0.4.2.
2005-06-05 20:37:40 +00:00
Joe Marcus Clarke
3e25ff3bcc
Update to 0.4.1.
2005-05-07 05:03:31 +00:00
Jesper Skriver
2bdc22f18b
Fix crash when someone initiate IM with us, fixed in meanwhile CVS via
...
bugid 1192747
https://sourceforge.net/tracker/index.php?func=detail&aid=1192747&group_id=110565&atid=656718
Approved by: marcus
2005-04-30 09:20:14 +00:00
Joe Marcus Clarke
49be985a7b
Update to 0.4.0.
2005-03-20 04:52:36 +00:00
Joe Marcus Clarke
527e88b589
Fix the build with glib-2.6.
2005-03-14 00:54:58 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
d013e203da
Reword IGNORE message.
...
Prompted by: kris
2004-11-24 02:27:32 +00:00
Joe Marcus Clarke
26389c0baa
Chase this to IGNORE on !i386. A new release is in the works that will work
...
properly on 64-bit platforms.
2004-11-24 02:19:46 +00:00
Kris Kennaway
400162683c
BROKEN on !i386: Does not compile
2004-11-18 22:22:18 +00:00
Joe Marcus Clarke
d83b863630
The meanwhile distfile was rerolled to the latest snapshot from CVS HEAD.
...
Other than incoporating all local patches, it also fixed a bug where
version incompatibility errors were seen with certain SameTime servers.
2004-08-08 23:50:04 +00:00
Joe Marcus Clarke
9e5632dd66
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
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
15a9f2ede6
Fix another 64-bit build problem.
...
Reported by: pointyhat via kris
2004-07-04 07:27:34 +00:00
Joe Marcus Clarke
d9bc38398c
Add the latest CVS patches that fix 64-bit build and operation as well as
...
some buddy list fixes.
2004-07-01 16:23:13 +00:00
Joe Marcus Clarke
af03ded498
Properly convert ';' to ' ' in the user names.
2004-06-28 20:57:11 +00:00
Joe Marcus Clarke
087e31488c
Update to 0.3.
2004-06-28 19:18:57 +00:00
Joe Marcus Clarke
354b79f0c7
Pull in the latest CVS snapshot to allow meanwhile-gaim to build with
...
Gaim 0.79. This also allows meanwhile to read server buddy lists, but it
is known to be broken with certain versions of Sametime.
2004-06-27 06:00:19 +00:00
Joe Marcus Clarke
8139d3292d
Fix build on 4.X.
2004-06-25 00:58:04 +00:00
Joe Marcus Clarke
1b1f40e0ff
Add meanwhile, an open source implementation of the Lotus Sametime Community
...
Client protocol.
2004-06-24 22:54:23 +00:00