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

CVS log for ports/ftp/wzdftpd/Makefile

[BACK] Up to [FreeBSD] / ports / ftp / wzdftpd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Sep 24 17:16:46 2011 UTC (4 months, 2 weeks ago) by novel
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Drop maintainership as I'm not using this software anymore.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:32 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +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.64: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:43:05 2011 UTC (8 months ago) by novel
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Chase security/gnutls update and add an UPDATING entry.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:41 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.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jul 25 00:13:06 2010 UTC (18 months, 2 weeks ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Chase the avahi-core shared lib version.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Mar 27 01:56:22 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -3 lines
GC the hand-rolled RC_SCRIPTS_SUB which is no longer relevant because the
port uses USE_RC_SUBR

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

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Aug 16 18:04:39 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:48 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Dec 17 05:51:25 2008 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Chase the avahi-core shared lib version.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:02 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.55: preferred, colored
Changes since revision 1.55: +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.55: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:28:21 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Mar 15 07:37:48 2008 UTC (3 years, 10 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Fix avahi dependency.

PR:		121689
Submitted by:	Scot Hetzel <swhetzel@gmail.com>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Mar 3 11:57:08 2008 UTC (3 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:52 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jul 1 08:56:16 2007 UTC (4 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat May 19 20:05:12 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Apr 15 04:51:32 2007 UTC (4 years, 9 months ago) by novel
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -9 lines
Update to 0.8.1.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Feb 10 23:38:51 2007 UTC (5 years ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Chase the avahi-core shared lib version.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:36 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jan 2 08:54:07 2007 UTC (5 years, 1 month ago) by novel
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:52 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 6 17:41:18 2006 UTC (5 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Chase gnutls shlib version change.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed May 31 15:19:27 2006 UTC (5 years, 8 months ago) by novel
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +10 -14 lines
Update to 0.7.2.

PR:		98212 (based on)
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun May 7 11:09:22 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -1 lines
Remove USE_REINPLACE from all categories starting with F

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Mar 18 22:24:52 2006 UTC (5 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Chase the avahi shared lib version.

Reported by:	pointyhat via kris

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Mar 8 17:16:52 2006 UTC (5 years, 11 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Fix build with utf8 support disabled.

Reported by:	ml@sd2i.com on freebsd-ports@
Approved by:	portmgr (marcus)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:33 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Feb 22 21:52:51 2006 UTC (5 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +28 -5 lines
- Add zeroconf support via howl or avahi [1]
- Prefer gnutls over openssl

Based on a patch by:	"Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1]

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Feb 9 19:27:26 2006 UTC (6 years ago) by novel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -4 lines
Fix build on 4.x.

Reported by:	poinrthat via kris

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Feb 2 15:15:41 2006 UTC (6 years ago) by novel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- Update to 0.6.1
- Switch to libtool15

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 10 16:24:21 2006 UTC (6 years, 1 month ago) by novel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1]
- ftp/wzdftpd

Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> [1]

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Dec 31 09:36:37 2005 UTC (6 years, 1 month ago) by novel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -0 lines
Needs pkgconfig.

Reported by:	pointyhat via kris

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Dec 28 07:54:44 2005 UTC (6 years, 1 month ago) by novel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4 lines
- Update to 0.6.0
- Depend on gnutls-devel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:15 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +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.31: download - view: text, markup, annotated - select for diffs
Sun Oct 9 10:22:50 2005 UTC (6 years, 4 months ago) by novel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2 lines
Update to 0.5.5.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Sep 26 11:38:08 2005 UTC (6 years, 4 months ago) by novel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Fix insecure use of popen().

Obtained from:	wzdftpd-security maillist

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 21 19:01:09 2005 UTC (6 years, 6 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
Attempt to fix build on 4.x.

Reported by:	pointyhat via kris

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jul 14 18:28:14 2005 UTC (6 years, 6 months ago) by novel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update to 0.5.4.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 31 04:59:00 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -0 lines
Fix build on 4.x.

Reported by:	pointyhat via kris

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri May 20 18:07:45 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update to 0.5.3. PostgreSQL backend temporary disabled because I
cannot test it now.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 18 12:27:00 2005 UTC (6 years, 9 months ago) by novel
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 0.5.2

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

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:17 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +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.22: download - view: text, markup, annotated - select for diffs
Sat Mar 12 08:48:57 2005 UTC (6 years, 11 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
Fix plist when WITH_PERL is defined.

Approved by:	krion (mentor)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 8 17:50:43 2005 UTC (6 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to 0.5.1

Approved by:	krion (mentor)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 8 07:38:34 2005 UTC (6 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Use @freebsd.org address for my ports.

Approved by:	krion (mentor)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 25 19:22:20 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +26 -8 lines
- Update to 0.5.0

PR:		ports/77994
Submitted by:	maintainer

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 8 19:17:16 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- Update to 0.4.4

PR:		ports/74815
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Nov 5 08:30:57 2004 UTC (7 years, 3 months ago) by vs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Include bsd.port.pre.mk before testing the WITH_ variables.

PR:		ports/73458
Submitted by:	maintainer

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 30 09:08:28 2004 UTC (7 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -5 lines
Update to 0.4.3 - security release which fixes some vulnerabilities
which may cause crash or DoS (see ChangeLog for details).

Perl module related changes (it's now possible to enable/disable it
in configure script)

PR:		ports/73287
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 13 13:50:49 2004 UTC (7 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update to 0.4.2

PR:		ports/72635
Submitted by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 4 07:58:42 2004 UTC (7 years, 4 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -5 lines
- Unbreak the build by fixing a typo in Makefile:
  s/USE_PERL/USE_PERL5/

PR:		ports/72281
Submitted by:	Roman Bogorodskiy (maintainer)
Approved by:	portmgr (marcus)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 29 05:55:58 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -0 lines
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 28 20:31:48 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +29 -21 lines
- Update to 0.4.0
- Use OPTIONS
- Install documentation in more correct way

PR:		ports/71021
Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:23 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 1 23:38:36 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
- Update to 0.3.3

PR:		ports/68562
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 22 19:18:41 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -2 lines
- Add rc script
- Expand variables in pkg-message
- Move users.sample to better place

PR:		ports/68164
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 24 21:31:32 2004 UTC (7 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +27 -2 lines
- Update to 0.3.2
- Add WITH_UTF8 and WITH_TCL knobs

PR:		ports/67121
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 10 12:09:32 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
- Add missing dependencies

PR:		ports/66427
Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 4 14:28:35 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Update to version 0.3.1

PR:		ports/66255
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 20 09:03:19 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Update to 0.3

PR:		ports/65744
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:31 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 23 06:27:33 2004 UTC (7 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -3 lines
update to wzdftpd 0.2.3

PR:		63214
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>

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

(Part 2)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 18 16:31:09 2003 UTC (8 years, 1 month ago) by sergei
Branches: MAIN
Add wzdftpd 0.1, modular FTP server configurable online
using SITE commands.

wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.

wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
  (scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded

WWW:	http://www.wzdftpd.net/

PR:		59873
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>

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