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

CVS log for ports/net/gatekeeper/Makefile

[BACK] Up to [FreeBSD] / ports / net / gatekeeper

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jan 9 04:01:14 2012 UTC (4 weeks, 4 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -4 lines
- Remove outdated version checks

Reviewed by:	nox

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jul 25 20:22:12 2011 UTC (6 months, 2 weeks ago) by crees
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -0 lines
net/gatekeeper now uses USERS/GROUPS

Approved by:	rene (mentor, implicit)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Feb 25 01:31:57 2011 UTC (11 months, 2 weeks ago) by delphij
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Chase after net/openldap24-server update.

Reminded by:	miwi

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Feb 19 14:48:28 2011 UTC (11 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -3 lines
- Update to 2.2.8

PR:		154864
Submitted by:	Bourne-again Superuser <toor@arwen.ics.muni.cz>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:52 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:25 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:59 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:31:25 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with N

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue May 12 22:32:27 2009 UTC (2 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:04:25 2009 UTC (3 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:50 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.48: preferred, colored
Changes since revision 1.48: +0 -1 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.48: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:57:02 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Mar 1 07:26:19 2008 UTC (3 years, 11 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Fix build after devel/pwlib updated to 1.12.0

PR:		ports/119375
Submitted by:	Steve Ames <steve at energistic.com> (maintainer of devel/pwlib)
Approved by:	maintainer timeout (2 months)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Oct 4 02:10:48 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -10 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:47:11 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 21 21:43:20 2006 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -6 lines
- Update to 2.2.4

PR:		ports/106875
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 21 13:12:38 2006 UTC (5 years, 9 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -1 lines
Due to a missing symbol in the default thread library on sparc64 in
OSVERSION <= 700003, the build ends with an linker error.
- mark it as BROKEN for this particular case

- fix a spelling bug in pkg-install
- add an entry to stop the daemon when uninstalling and the rcNG script
  is installed without .sh extension

Reported by:		Kris (pointyhat)
Discussed on:		freebsd-threads@, freebsd-sparc64@
Review and test on:	RELENG_6_1 i386, amd64, sparc64
			CURRENT i386, amd64
PR:			96135
Submitted by:		Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 26 15:35:20 2006 UTC (5 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +74 -38 lines
- Update to 2.2.3-2
- Make use of DISTVERSION to handle the version number
- Convert to use the new versions of devel/pwlib and net/openh323
- Convert to the new USE_RC_SUBR style
- Remove NOCLEANDEPENDS, its only of use for the old pwlib/openh323
- Remove other useless stuff (pre-install, USE_BISON, ...)
- Make use of DOCSDIR and EXAMPLESDIR like in net/openam
- Add WITH_RADIUS knob instead of enabling it by default
- Enable the MySQL and PostGreSQL backends
- Add pre-everything to give users a hint about the available knobs
- Adjust directories in do-install, add DOCS installation
- Remove useless line from post-install

PR:		ports/94914
Submitted by:	maintainer

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Feb 5 12:35:08 2006 UTC (6 years ago) by netchild
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:23 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +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.39: download - view: text, markup, annotated - select for diffs
Thu Jun 30 18:11:28 2005 UTC (6 years, 7 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Fix configuration file handling (software problem).

PR:		ports/82815
Submitted by:	maintainer
Obtained from:	GateKeeper CVS

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:46:40 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +51 -7 lines
- Update to 2.2.2
- Take maintainership

PR:		ports/82454
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 16 02:45:09 2005 UTC (6 years, 8 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- Add a bison %pure-parser declaration in pwlib.  The build was
  depending on old bison behaviour (#define YYPURE) which no longer
  works.  Fixes crash of opengk and maybe more.

- Bump PORTREVISION of ports using pwlib (they link with it statically)

PR:		ports/61053
Submitted by:	Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by:	clement (mentor)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Dec 5 04:54:18 2004 UTC (7 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
With portmgr hat on, reset Roger's maintainership of these ports.  While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Oct 8 03:54:38 2004 UTC (7 years, 4 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -7 lines
Unbreak the build with recent GCC.

Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 18 17:21:14 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -1 lines
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)

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

(Part 1)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Sep 6 06:27:28 2003 UTC (8 years, 5 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Add Radius Accounting support.
Remove an unused ldap flag.

Submitted by:	Aivis Olsteins <aivis@datatechlabs.com>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 28 07:26:16 2003 UTC (8 years, 5 months ago) by roger
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Upgrade to 2.0.5

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:07:42 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Mar 5 15:07:01 2003 UTC (8 years, 11 months ago) by roger
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
Upgrade to version 2.0.3

Submitted by:	Jesus Rodriguez

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Mar 4 14:53:27 2003 UTC (8 years, 11 months ago) by roger
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
build and install the addpasswd program.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 13 11:39:52 2003 UTC (9 years, 1 month ago) by roger
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Upgrade to latest stable release

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Nov 21 23:23:29 2002 UTC (9 years, 2 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Upgrade to latest version

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Oct 11 06:17:29 2002 UTC (9 years, 4 months ago) by roger
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -5 lines
Upgrade to latest stable release.
Note LDAP has been disabled in the port Makefile to allow the port to
compile.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 31 02:44:02 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -1 lines
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Aug 3 18:07:20 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
update master site and WWW

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri May 24 23:44:43 2002 UTC (9 years, 8 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Make sure we use the static openh323 libraries (as the openh323
port does not actually install the .so files)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Oct 8 05:22:27 2001 UTC (10 years, 4 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Forced commit to provide a log entry.
Upgrade to latest version of the OpenH323 library and its applications.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 8 05:11:30 2001 UTC (10 years, 4 months ago) by roger
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
*** empty log message ***

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Aug 10 16:03:02 2001 UTC (10 years, 6 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Upgrade to 1.0 pre 8

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jul 9 10:46:26 2001 UTC (10 years, 7 months ago) by roger
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade to version 1.0pre6 which compiles with the latest pwlib and
openh323 libraries

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 31 22:22:52 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 4 07:26:07 2001 UTC (10 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fix mistake in master site

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 3 03:05:39 2001 UTC (10 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Upgrade to 0.17

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 21 07:39:39 2001 UTC (10 years, 11 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Upgrade to version 0.15

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 3 13:51:50 2001 UTC (11 years, 1 month ago) by roger
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Upgrade to H323 Gatekeeper version 0.14a

This closes the PR below, which was to upgrade to 0.14.

PR:		ports/23636

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 12 09:32:29 2000 UTC (11 years, 3 months ago) by roger
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Bump port Revsion due to a patch in OpenH323S

Note: existing binaries of this port will no longer run
on FreeBSD 4.2 or -current. They will report "user signal 2"
and abort due to a change in the pthreads library.

You will need to recompile/reinstall this port.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 21 09:51:56 2000 UTC (11 years, 3 months ago) by roger
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -5 lines
Upgrade from 0.12pre4 to 0.12 (release)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:27 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:24:33 2000 UTC (11 years, 8 months ago) by roger
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
freebsd->FreeBSD and fix a portlint failure

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 2 16:55:57 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
Use the USE_NEWGCC option to make this port compile on FreeBSD 3.x

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 1 08:12:19 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update with new mastersite at sourceforge.
Fix build error seen on bento when referencing the working directories of
other ports.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 21 07:19:56 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update to OpenH323 Gatekeeper 0.12 pre 4

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 21 06:42:06 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Remove space in MAKE_ENV command

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 20 20:13:49 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
make port version conform to our standards and add WWW: (portlint)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 19 12:13:38 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add USE_BISON.
In theory this is not needed. This port does not need bison.
One of its dependent ports (openh323) needs bison and openh323
already has USE_BISON in its makefile.
However, without this bento complains that the port needs
bison and fails to build the package.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 16 19:01:31 2000 UTC (11 years, 9 months ago) by roger
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to use ${WRKDIRPREFIX}${PORTSDIR} when refering to the working directory of other ports.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Apr 15 15:02:50 2000 UTC (11 years, 9 months ago) by roger
Branches: RJH
CVS tags: v_0_12_pre
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Add gatekeeper, another H323 Gatekeeper using the
OpenH323 project's H323 stack. (the other one is called opengatekeeper)
Works with all the H323 VideoPhone clients including voxilla, ohphone and
NetMeeting

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 15 15:02:50 2000 UTC (11 years, 9 months ago) by roger
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