Skip site navigation (1)Skip section navigation (2)

CVS log for ports/irc/bitchx/Makefile

[BACK] Up to [FreeBSD] / ports / irc / bitchx

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:32 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:50:10 2009 UTC (2 years, 1 month ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +20 -20 lines
Take maintainership of my favorite IRC client and clean up Makefile a
little.  No functional changes.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Dec 15 19:48:24 2009 UTC (2 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Reset maintainer at his request.

PR:		ports/141647

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Dec 4 02:38:50 2009 UTC (2 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Reinstate maintainer at his request.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Nov 26 00:36:47 2009 UTC (2 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:	maintainer

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Sep 19 03:18:12 2009 UTC (2 years, 4 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
- Pass maintainership to submitter

PR:		ports/138955 ports/138956
Submitted by:	Chris Petrik <chris@officialunix.com>
Feature safe:	yes

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Aug 28 16:52:27 2009 UTC (2 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:24:14 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Jan 6 01:45:56 2009 UTC (3 years, 1 month ago) by beech
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
- Fix IPv6 support is not built
- Bump portrevision

PR:		ports/130213
Submitted by:	Wes Morgan <morganw@chemikals.org>

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:25 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -3 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Jul 26 20:43:40 2008 UTC (3 years, 6 months ago) by beech
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +6 -5 lines
- Fix plugins option
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Jul 3 00:21:56 2008 UTC (3 years, 7 months ago) by beech
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
- Add patch to fix core dump issue on amd64
- Bump portrevision

PR:		ports/125108
Submitted by:	Chris Pet <chrispetso@gmail.com>

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:50:54 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Mar 24 22:48:24 2008 UTC (3 years, 10 months ago) by beech
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -5 lines
- Use official MASTER_SITE (SF macro)
- Fix .placeholder

PR:             ports/121925
Submitted by:   Tilman Linneweh <arved@FreeBSD.org>

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Jan 30 07:53:29 2008 UTC (4 years ago) by erwin
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Revert part of the previous commit that accidentily
prevented CATEGORIES from being additive for slave ports.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jan 28 22:55:50 2008 UTC (4 years ago) by beech
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +13 -7 lines
- Update to 1.1-final.
- Fix master_sites.
- Fix gcc-4.2 related errors.
- Makefile and pkg build cleanup.

PR:		ports/120074
Submitted by:	Brett Johnson <brett@define.net.au>
Approved by:	linimon (mentor)

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Aug 15 08:48:13 2007 UTC (4 years, 5 months ago) by beech
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -3 lines
- Update to 1.1.0.1
- Patches integrated upstream

Approved by:	sat (mentor)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Jun 8 20:18:40 2007 UTC (4 years, 8 months ago) by beech
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -3 lines
Fixed MASTER_SITES address, added mirror.
Changed MAINTAINER email address.

PR:		ports/113448
Approved by:	sat (mentor)

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon May 28 21:39:16 2007 UTC (4 years, 8 months ago) by sat
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +0 -1 lines
- Remove empty dir to pacify "pkg_add;pkg_delete"

Approved by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon May 28 16:09:11 2007 UTC (4 years, 8 months ago) by sat
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +34 -105 lines
- Fixed options
- Removed 4.x only option (tcl)
- Pass maintainership to submitter
- Clean up
- Note that plugins are not gcc4-clean atm

PR:		ports/112378 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Mar 5 00:15:24 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Reset inactive maintainer due to maintainer-timeouts and no response to email.

Hat:		portmgr

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon May 8 10:31:59 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +0 -1 lines
remove USE_REINPLACE for all categories starting with I

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Apr 9 12:51:48 2006 UTC (5 years, 10 months ago) by arved
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +0 -4 lines
Add patch to fix crash on startup on amd64/alpha.
Unmark IGNORE.

Submitted by:   Goran Gajic
Tested on:      sledge/beast
Approved by:    maintainer timeout (3 months)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:41 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
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.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:32:02 2005 UTC (6 years, 9 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
- Unquote IGNORE message
- Pass maintainership to submitter

PR:		80073
Submitted by:	Sylvio Cesar <sylvioc@gmail.com>

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:44 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:42 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Sep 27 23:02:20 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Correct case of IGNORE string

Approved by:	portmgr (self)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Sep 27 23:01:26 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
s/BROKEN/IGNORE/ since the package builds but does not run.

Approved by:	portmgr (self)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Aug 11 11:58:55 2004 UTC (7 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
enable Hebrew support

PR:		70249
Submitted by:	Amir Shalem <amir@boom.org.il>

Drop maintainership, I have been using irssi for more than a year.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:59:26 2004 UTC (7 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -20 lines
Fix build with gcc34

PR:		69463
Submitted by:	Michael Johnson <ahze@ahze.net>

Remove gpg sig checking code, the key has expired and the code has too
many flaws.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu May 20 18:15:33 2004 UTC (7 years, 8 months ago) by arved
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2 lines
Remove dead MASTERSITE

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Apr 19 07:50:04 2004 UTC (7 years, 9 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +6 -0 lines
Strip binaries

Submitted by:	michael johnson <ahze@ahze.net>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Mar 28 14:35:13 2004 UTC (7 years, 10 months ago) by arved
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +24 -26 lines
Update to 1.1
portlint

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Feb 4 06:50:04 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
Add WANT_GNOME to fix make index.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:14 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jan 20 14:47:08 2004 UTC (8 years ago) by arved
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +9 -9 lines
#Disable Options stuff, yes, it helps to read ports@ before committing.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Jan 20 14:37:19 2004 UTC (8 years ago) by arved
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +25 -13 lines
Attempt to use the new OPTIONS feature

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jan 5 09:10:55 2004 UTC (8 years, 1 month ago) by arved
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -0 lines
Mark WITH_TCL BROKEN on 5.x

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 5 08:50:39 2004 UTC (8 years, 1 month ago) by arved
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -4 lines
Use a temporary gpg-keyring in ${WRKDIR} instead of using the users default
keyring. This should fix the problem, that gpg chown's the default keyring
to root when installing the port via sudo.

PR:		60916
Reported by:	kosmos <abowhill@blarg.net

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Oct 2 18:06:05 2003 UTC (8 years, 4 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +4 -2 lines
Move USE_OPENSSL variable before bsd.port.pre.mk

PR:		57502
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Sep 17 23:44:10 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Chase multimedia/xmms library bump.

Submitted by:	FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by:	(unbreak of port builds)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun May 11 22:20:03 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
patch-dcc-force-port: 	Patch to allow forcing of the local port for DCC. [1]
patch-source_server_c: 	fix an snprintf buffer size;[2]
patch-funny.c: 		Security Fix [3]
patch-names.c: 		Security Fix: Channeloperator can set specific modes
			to crash Bx clients [1]
Bump PORTREVISION

[1] Obtained from: 	BitchX Developers
[2] Obtained from:	OpenBSD
[3] Obtained from:	gentoo

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun May 11 21:37:54 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -0 lines
Mark broken on alpha and ia64.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Apr 23 15:14:34 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +24 -7 lines
- Add a dialog Warning for the WITH_TCL knob [1]
- rearrange targets
- Make portlint happier.

Suggested by:	eivind [1]

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Apr 23 14:21:56 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -0 lines
Add ONLY_FOR_ARCHS=	i386 to the WITH_TCL case.

Submitted by:	eivind

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Apr 22 17:13:18 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +8 -9 lines
Remove duplicate pre-extract target.

Submitted by:	"Dan Langille" <dan@langille.org>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Apr 22 16:35:48 2003 UTC (8 years, 9 months ago) by arved
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +19 -5 lines
Chase MD5 sum of tcl.o again [1]
If gpg is installed, verify gpg signatures,
since bitchx.org recently had another problem with backdoored distfiles

Reported by:	"Erik Paulsen Skålerud" <erik@pentadon.com>[1]

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:24:46 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +0 -2 lines
Remove USE_GNOMENG.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Mar 27 19:12:50 2003 UTC (8 years, 10 months ago) by arved
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
Fix a couple of Buffer overflows.

Reported by:    Timo Sirainen <tss@iki.fi>
Submitted by:   caf@guarana.org
Obtained from:  Bugtraq

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:38:10 2003 UTC (8 years, 11 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
de-pkg-comment

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Nov 28 16:37:34 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Nov 18 15:51:08 2002 UTC (9 years, 2 months ago) by arved
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -0 lines
Remove USE_AUTOCONF from default build, because it is only need for WITH_IPV6

This will fix the default build until kris and alane decided,
what to do with the backed out autoconf patch.

PR:		ports/45359
Reported by:	Dean Hollister <dean@odyssey.apana.org.au>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Nov 11 09:20:12 2002 UTC (9 years, 3 months ago) by arved
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -5 lines
Convert to the new autoconf Layout: USE_AUTOCONF_VER=253

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Nov 7 11:54:20 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Oct 25 09:52:44 2002 UTC (9 years, 3 months ago) by arved
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +17 -7 lines
* Change Emailaddress
* Use bsd.port.(pre|post).mk[1]
* Add a knob WITH_SSL [2]
* Fix passing of CONFIGURE_ENV in the case WITH_GNOME=yes WITH_TCL=yes [3]
* Word the Warning about the bug in WITH_IPv6 more clear.

[1]Pointed out by: 	KAWATA masahiko <kawata@mta.biglobe.ne.jp>
[2]Submitted by: 	Bob Fleck <bob@securesoftware.com>
   PR: 			42972 (with some modifications)
[3]Reported by: 	Kevin <kdulzo@sockpuppet.org>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Aug 8 17:13:44 2002 UTC (9 years, 6 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
USE_X_PREFIX if WITH_GNOME

Submitted by:	maintainer

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jul 28 21:28:01 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +22 -14 lines
* PERL -> REINPLACE_CMD.
* Fix plist if NOPORTDOCS is defined.
* Remove dependency on autoconf213, previously added by mistake.

PR:		40817
Submitted by:	Tilman Linneweh <tilman@arved.de>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jul 14 18:30:16 2002 UTC (9 years, 6 months ago) by pat
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -6 lines
Add USE_GNOMENG

PR:		ports/40560
Submitted by:	maintainer

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jul 8 20:28:55 2002 UTC (9 years, 7 months ago) by clive
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +22 -3 lines
- Added note about /detach not working if compiled with IPv6 support.
(Noticed by: Erwin Lansing <erwin@lansing.dk>)
- Added WITH_XMMS knob
- Made list of build Plugins static to keep plist correct.
- Bumped Portrevision

PR:		ports/40153
Submitted by:	Tilman Linneweh <tilman@arved.de> (MAINTAINER)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jul 8 18:11:47 2002 UTC (9 years, 7 months ago) by clive
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Adjust this port slightly for its satellite port (currently chinese/bitchx).

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Jun 8 19:41:07 2002 UTC (9 years, 8 months ago) by pat
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +26 -22 lines
- Fix plist and portlint compliance
- Fix IPv6 support
- Remove WANT_GNOME because the Gtkfrontend is buggy and unmaintained
- ECHO -> ECHO_CMD

PR:		ports/38654
Submitted by:	maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu May 16 17:24:13 2002 UTC (9 years, 8 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +15 -4 lines
Remove tcl-freebsd.o.uu and fetch it somewhere else.

PR:		38150
Submitted by:	maintainer

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu May 16 01:37:45 2002 UTC (9 years, 8 months ago) by pat
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
- Fix build with gnome/tcl
- Give maintainership to Tilman

PR:		38109, 38115, 36387, 30557
Submitted by:	Tilman Linneweh <tilman@arved.de>,
		Julian C. Dunn <jdunn@verticalscope.com>,
		keramida

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 14 22:35:48 2002 UTC (9 years, 8 months ago) by pat
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Give maintainership back to ports@

Submitted by:	maintainer

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 1 00:42:41 2002 UTC (9 years, 9 months ago) by pat
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
Update to 1.0c19

PR:		37376
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
Approved by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Aug 10 15:33:39 2001 UTC (10 years, 6 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
for slave ports

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Apr 20 14:28:08 2001 UTC (10 years, 9 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update maintainer's email address.

PR:		26717
Submitted by:	calle.madestrand@norrgarden.se

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 15 15:36:23 2001 UTC (10 years, 9 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Patch to make TCL work in BitchX.

PR: 26571
Submitted by: MAINTAINER

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Apr 6 21:36:03 2001 UTC (10 years, 10 months ago) by clive
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Tune a knob to make WITH_IPV6 really work.

Although in fact it still doesn't work:
checking whether to enable IPv6 support... no (ipv6 support can currently
be enabled on Linux only)

Submitted by: Pekka Savola <pekkas@netcore.fi>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 27 14:20:40 2001 UTC (10 years, 10 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Update maintainer email.

PR: 26106
Submitted by: MAINTAINER

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 15 21:45:11 2001 UTC (10 years, 10 months ago) by clive
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
o Nasty fix to deal with "Why some files are bzip2's ????"
  BX runs well without bzip2. Not that good to introduce another
  RUN_DEPENDS spam.

o Add 2 patch files I forgot in previous commit.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Mar 15 20:31:35 2001 UTC (10 years, 10 months ago) by clive
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -6 lines
o Update to 1.0c18
o Correct plist

PR: ports/25830
Submitted by: MAINTAINER
Reviewed by: chroot(8)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 26 05:06:09 2001 UTC (10 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Allow this port to find tcl.h again so that it compiles.

PR:		24183
Submitted by:	Darren Johnston <darren@tzeench.dhs.org>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 28 22:23:25 2001 UTC (11 years ago) by clive
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +20 -6 lines
o Add IPV6 support, patch by Henk Wevers <wevers@cg.hu>
o Fix typo

PR: 24644
Submitted by: MAINTAINER

o Don't support esound if there's no GNOME
o Don't display BX's WITH_(.*) switch which one is
  already defined
o Satisfy portlint
o Chase checksum and bump PORTREVISION. There is a
  improvement in this new distfile

Reviewed and approved by: MAINTAINER

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Dec 20 13:44:27 2000 UTC (11 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +11 -3 lines
Add SOCKS5 support; look for Tcl libraries under ${LOCALBASE},
not hardcoded /usr/local.

PR:		23688
Submitted by:	maintainer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 12 08:07:52 2000 UTC (11 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Unforbid and add official patch for the DNS response parsing buffer overflow.

PR:		23486
Submitted by:	maintainer

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 11 06:58:09 2000 UTC (11 years, 2 months ago) by imp
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Mark FORBIDDEN due to buffer overflows on butraq.  Kris asked me to
disable this port since he doesn't have the connectivity to do so.

Approved by:	kris

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 13 09:23:52 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
PLIST fixes to ports which I touched recently.  Not all caused by my
breakage.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:22:40 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +38 -79 lines
Implement WANT_GNOME.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 30 15:57:08 2000 UTC (11 years, 4 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -5 lines
Make corrections in Makefile and remove pkg/MESSAGE

PR: 21651
Submitted by: MAINTAINER

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Sep 16 17:27:36 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +22 -4 lines
Add a new WITH_TCL hook, courtesy of Stijn Hoop <stijn@win.tue.nl>

PR:		21309
Submitted by:	maintainer

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 9 13:14:50 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -15 lines
- Fix Makefile.
- Add MESSAGE

PR: 20978
Submitted by: MAINTAINER

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Sep 1 02:50:57 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +28 -17 lines
Update to 1.0c17.

PR: 20953
Submitted by: MAINTAINER

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 7 18:24:40 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +27 -7 lines
Make building the plugins optional.

PR:		19708
Submitted by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jul 4 01:30:52 2000 UTC (11 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -1 lines
panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 28 12:33:57 2000 UTC (11 years, 7 months ago) by alex
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update maintainer email.

PR:		19320, 19321, 19322
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:25:11 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Updates for new shared library versions in GNOME 1.2

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:17:50 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -6 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:28:05 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Convert to the PORTNAME - PORTVERSION syntax.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 21 00:13:18 2000 UTC (11 years, 10 months ago) by jedgar
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Add MASTER_SITE
Remove MASTER_SITE whose IP is the same as the other

PR:		17320
Submitted by:	Maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 11 15:25:38 2000 UTC (11 years, 11 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
* Added a patch so that GTK BitchX will compile
* Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h
  as requested by Cliff Rowley <dozprompt@onsea.com>. This will enable
  a few aliases for services commands.

PR:		17078
Submitted by:	Maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 29 21:54:20 2000 UTC (12 years ago) by steve
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -12 lines
Update to version 1.0c16.

PR:		16436
Submitted by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 22 14:12:17 2000 UTC (12 years ago) by mharo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
update MASTER_SITES

PR:		16295
Submitted by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 22 04:56:29 2000 UTC (12 years ago) by ade
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +59 -20 lines
Major code update to 1.0c15
Optional GNOME/GTK user interface
New MAINTAINER (mail to previous maintainer bounces with unknown user)

PR:		16085 (with changes)
Submitted by:	Carl Johan Madestrand <calle.madestrand@norrgarden.se>
Reviewed by:	steve (in part)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:12:35 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Change Id->FreeBSD.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 28 02:20:00 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 27 16:16:16 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -4 lines
Fix irc/bitchx instead of net/bitchx.

Noticed by:	asami

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 11 23:40:03 1999 UTC (12 years, 10 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -6 lines
Upgrade to bitchx 75p3

PR:		ports/11077
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 21 11:38:44 1998 UTC (13 years, 6 months ago) by eivind
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Upgrade port from 74p4 to 75p1

Approved by:  asami & maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 19 05:35:31 1998 UTC (13 years, 9 months ago) by mph
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Upgrade to 74p4.

Requested by: Brad Smith <bsmith@bfmni.com>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Apr 18 02:04:44 1998 UTC (13 years, 9 months ago) by mph
Branches: GRIFFIN
CVS tags: griffin_74p2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Imported BitchX,  yet another ircII-derived client.

PR:		5605
Submitted by:	griffin@blackhole.iceworld.org

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 18 02:04:44 1998 UTC (13 years, 9 months ago) by mph
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options