Commit Graph

35 Commits

Author SHA1 Message Date
Pav Lucistnik
13c306d9db - Fix after objformat removal
Reported by:	pointyhat
2007-03-27 20:27:42 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Joe Marcus Clarke
e3e7faeda3 Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
2006-04-24 02:43:51 +00:00
Sergey Matveychuk
2201ea0607 - Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.

Reproached by:	kris
2006-04-21 18:39:19 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Edwin Groothuis
45e4c90095 SHA256ify
Approved by:	krion@
2006-02-01 01:02:03 +00:00
Pav Lucistnik
d11b5ce66c Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
  net/fugu -> net-im/fugu
  net/gajim -> net-im/gajim
  net/gale -> net-im/gale
  net/ginsu -> net-im/ginsu
  net/gnome-jabber -> net-im/gnome-jabber
  net/gtkyahoo -> net-im/gtkyahoo
  net/gyach -> net-im/gyach
  net/icb -> net-im/icb
  net/icmpchat -> net-im/icmpchat
  net/icqlib -> net-im/icqlib
  net/imcom -> net-im/imcom
  net/jabberd -> net-im/jabberd
  net/jabber-pymsn -> net-im/jabber-pymsn
  net/jit -> net-im/jit
  net/kmerlin -> net-im/kmerlin
  net/kmess -> net-im/kmess
  net/konverse -> net-im/konverse
  net/kpopup -> net-im/kpopup
  net/libmsn -> net-im/libmsn
  net/libyahoo2 -> net-im/libyahoo2
  net/linpopup -> net-im/linpopup
  net/linux-ymessenger -> net-im/linux-ymessenger
  net/mcabber -> net-im/mcabber
  net/mercury -> net-im/mercury
  net/micq -> net-im/micq
  net/mu-conference -> net-im/mu-conference
  net/naim -> net-im/naim
  net/pebrot -> net-im/pebrot
  net/pork -> net-im/pork
  net/py-msnp -> net-im/py-msnp
  net/py-pyxmpp -> net-im/py-pyxmpp
  net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
  net/p5-Net-AIM -> net-im/p5-Net-AIM
  net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
  net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
  net/p5-Net-MSN -> net-im/p5-Net-MSN
  net/p5-Net-NetSend -> net-im/p5-Net-NetSend
  net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
  net/simicq -> net-im/simicq
  net/sulci -> net-im/sulci
  net/tik -> net-im/tik
  net/tkabber -> net-im/tkabber
  net/tkabber-devel -> net-im/tkabber-devel
  net/tmsnc -> net-im/tmsnc
  net/vicq -> net-im/vicq
  net/vqcc-gtk -> net-im/vqcc-gtk
  net/xicq -> net-im/xicq
  net/ymessenger -> net-im/ymessenger
  net/ysm -> net-im/ysm

Repocopied by:	marcus
2005-11-09 07:48:19 +00:00
Sam Lawrance
f4eaefd0d1 Unbreak on 4.x by using the port's included wide character functions.
PR:		ports/80230
Submitted by:	Jason Stone <jason-fbsd-ports-gale@shalott.net> (maintainer)
Approved by:	clement (mentor)
2005-04-23 08:39:14 +00:00
Sam Lawrance
2a8b912745 - Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter

PR:		ports/79213
Submitted by:	Jason Stone <jason-fbsd-ports-gale@shalott.net>
Approved by:	clement (mentor)
		Peter Haight <peterh@sapros.com> (maintainer)
2005-04-21 10:19:42 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +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
Mark Linimon
b65443c454 The .la file is not really being installed. 2004-05-15 01:22:00 +00:00
Mark Linimon
94174af7c5 Fix plist, unbreak, unmark as deprecated. 2004-05-15 00:38:27 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
f816205962 Utilize the EXPIRATION_DATE tag for these ports scheduled for removal. 2004-02-22 01:22:46 +00:00
Kris Kennaway
11947add0c This port is also broken on 4.x, and will be removed after April 7 2004-02-07 23:49:38 +00:00
Kris Kennaway
628d38e024 BROKEN on 5.x: Broken pkg-plist 2004-02-07 04:10:42 +00:00
Edwin Groothuis
354379dcc4 Add extra mastersite to keep port fetchable. 2003-11-02 21:41:15 +00:00
Edwin Groothuis
bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Kris Kennaway
0cb3e9266a Fix build on -current (#include <wchar.h> instead of <rune.h>) 2002-10-26 05:12:21 +00:00
Pete Fritchman
ef063e6018 It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).

PR:		36347
Submitted by:	maintainer
2002-03-27 00:34:17 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Pete Fritchman
385ae3605d - update to 0.99e
- update MASTER_SITES
- fix auto{conf,make} breakage
- add INSTALLS_SHLIB
- silence the cat'ing of pkg-message
- add @exec mkdir's to pkg-plist for packages

PR:		31810
Submitted by:	maintainer (mostly)
2001-11-25 00:12:30 +00:00
Kevin Lo
bee443e823 Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
2001-07-03 13:22:51 +00:00
Maxim Sobolev
c8caa62795 o Add a couple of missed @dirrm's;
o sort PLIST while I'm here.

PR:		25780
Submitted by:	maintainer
2001-03-13 22:19:00 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Will Andrews
e2d6082a71 Update to use ADNS. Bump PORTREVISION.
PR:		21720
Submitted by:	Peter Sapros <peterh@sapros.com>
2000-12-21 06:24:32 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Kris Kennaway
9904a4f984 Add back explicit dependency on rsaref since it doesn't build without it. 2000-09-22 03:58:35 +00:00
Kris Kennaway
e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00
Jeroen Ruigrok van der Werven
b2d3f6b206 Fix MASTER_SITES.
Not portlinted.
I didn't bother to contact the MAINTAINER since this was an easy fix.
2000-09-05 12:49:44 +00:00
Will Andrews
5473c4da09 Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though!

PR:		20329
Submitted by:	Peter Haight <peterh@sapros.com>
2000-08-11 11:19:21 +00:00