Port details |
- samba4wins Full featured replicating WINS server for UNIX
- 1.0.8 net
=2 1.0.8Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-04-18 13:05:53
- Last Update: 2014-09-01 23:05:27
- SVN Revision: 366967
- People watching this port, also watch:: tmpreaper, rtty
- License: not specified in port
- WWW:
- http://enterprisesamba.org/index.php?id=88
- Description:
- The Samba4WINS project provides a full featured replicating WINS server
for UNIX. It is a spinoff of the Samba4 project, the upcoming version of
the Samba software suite and will also be available as part of the Samba
suite as soon as Samba4 is released.
WWW: http://enterprisesamba.org/index.php?id=88
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- samba4wins>0:net/samba4wins
- No installation instructions:
- This port has been deleted.
- PKGNAME: samba4wins
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf-2.69 : devel/autoconf
- perl5.16.3 : lang/perl5.16
- Runtime dependencies:
-
- perl5.16.3 : lang/perl5.16
- Library dependencies:
-
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.8 01 Sep 2014 23:05:27 |
bapt |
Remove non staged ports without pending PR from net-p2p, net and news |
1.0.8 24 Jul 2014 15:57:24 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.0.8 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.8 12 Sep 2013 16:11:44 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.0.8 05 Sep 2013 20:18:30 |
bsam |
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.
Approved by: portmgr (bapt, implicit) |
1.0.8 10 Jul 2013 11:30:16 |
bapt |
Mark jobs unsafe |
1.0.8 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.0.8 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.0.8 29 Jul 2011 03:51:29 |
timur |
Bump port version to 1.0.8 |
1.0.7_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.7_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.7_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0.7_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.0.7_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.0.7_1 25 Jun 2009 23:48:34 |
timur |
Minor change in the distribution and bump of the version. |
1.0.7 20 Jan 2009 13:53:25 |
timur |
Upgrade port to the 1.0.7 and fix gcc 4.2 compilation problem |
1.0.6_1 16 Sep 2008 22:21:35 |
pav |
- Mark BROKEN on FreeBSD 6.x: does not configure
Reported by: pointyhat
Approved by: portmgr (self) |
1.0.6_1 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
1.0.6_1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.0.6_1 28 Dec 2007 12:11:18 |
erwin |
Mark BROKEN with gcc 4.2 on all archs |
1.0.6_1 01 Oct 2007 07:44:31 |
linimon |
Mark as broken on gcc4.2 with 64-bit archs. |
1.0.6_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.0.6 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.0.6 15 Jun 2007 15:08:02 |
timur |
Change MAINTAINER addresses for my ports to point to the FreeBSD address.
Approved by: shaun (mentor) |
1.0.6 16 Mar 2007 11:24:01 |
miwi |
- Update to 1.0.6
PR: 110205
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer) |
1.0.4.r1 31 Aug 2006 18:04:20 |
pav |
- Update to 1.0.4.r1
PR: ports/102713
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer) |
1.0.3.r1 18 Apr 2006 13:05:06 |
sem |
The Samba4WINS project provides a full featured replicating WINS server
for UNIX. It is a spinoff of the Samba 4 project, the upcoming version
of the Samba software suite and will also be available as part of the
Samba suite as soon as Samba 4 is released.
WWW: http://enterprisesamba.org/index.php?id=88
PR: ports/95774
Submitted by: Timur I. Bakeyev <timur@gnu.org> |