| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 24442
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
SMB/CIFS protocol and SMB/CIFS file system
implementation.
PR: 23238
Submitted by: Jaedoc Lee <tokky@fdns.org> (for 1.3.2)
|
|
|
|
|
| |
Submitted by: Chris Faulhaber <jedgar@fxp.org>
Obtained from: Przemyslaw Frasunek <venglin@FREEBSD.LUBLIN.PL>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
you should be able to see error messages if there are any
Since daemons are started using -d options, you should
normally see no output...
- bumped PORTREVISION, since its a major win being able
to see error messages if there are any
Submitted by: knarf@camelot.de
|
|
|
|
|
|
|
|
|
| |
o USE_LIBTOOL instead of GNU_CONFIGURE;
o add manual manpage installation, this version doesn't install them by itself.
PR: 24578
Submitted by: Roman Shterenzon <roman@xpert.com>
Blessed by: maintainer
|
|
|
|
|
|
|
|
|
| |
PR: 24056,24618
Submitted by: George Reid <greid@ukug.uk.freebsd.org>,
Joseph Scott <joseph@randomnetworks.com>
non-response from: maintainer
honor CC.
|
|
|
|
|
| |
PR: 24674
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
| |
PR: 24673
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
add missing MAINTAINER.
|
| |
|
|
|
|
| |
security vulnerability.
|
|
|
|
|
|
|
|
|
|
| |
o Fix pkg-message, dict client is right at textproc/dict
o Add missing pkg-plist entry
o Really destroy T_USER conflicts. *SIGH*
o Fix dictd.sh startup script. Dictd itself won't generate
any pid file. Thus I use my own trick.
pkg-* reported by: "Donald J . Maddox" <dmaddox@sc.rr.com>
|
| |
|
|
|
|
|
|
|
| |
o change maintainer. (non-responce from previous maintainer)
PR: 23722
Submitted by: James R. Shrenk <dionysos@helios.dionysos.yi.org>
|
|
|
|
|
| |
PR: 23842
Reported by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Portlint
o Resolve T_USER conflicts (trap.h in base system)
o Properly handle CFLAGS
o Add net/dictd-database as RUN_DEPENDS
o Bump PORTREVISION
Approved by: MAINTAINER
|
|
|
|
|
|
|
| |
Will be required by net/dictd.
Done by: clive
Assign maintainer to: ijliao
|
|
|
|
|
|
|
| |
- Better ${PREFIX} handling
PR: 24626
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: clive
|
|
|
|
|
|
|
| |
- for that purpose you have to remove the '&'
forgot that in last commit.
Submitted by: Frank Bartels <knarf@camelot.de>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
starts after the other to prevent core dump. This fixes bgp coredump
for Knarf
- set PORTREVISION
Submitted by: Frank Bartels <knarf@camelot.de>
|
| |
|
| |
|
|
|
|
| |
- Add some additional buffer checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Using tacacs I found that ckfinger() function from maxsess.c module
returns wrong count of current sessions for users with "maxsess"
parameter established in tac_plus.conf. It happens if Cisco access
server works with IOS v 12.x.
On the other hand ckfinger() works well with IOS v 11.x
Here are patches for both maxsess.c and port's Makefile to fix
this problem (but it is just workaround, ckfinger() should be
fully rewritten)."
From me:
changed variable name by prepending string "TAC_", so that tacacs+
ports variables follow an unique scheme.
Please note: this doesn't compile with the new TAC_IOS_VERSION variable
if you have CFLAGS redefined in /etc/make.conf as:
CFLAGS=-pipe -O (or whatever)
You have to use
CFLAGS+=-pipe -O (or whatever)
Mailed to -developers. Am really not sure, what's the culprit here.
Fact is, that a part of CFLAGS get lost when compiling the port,
if you redefine CFLAGS in /etc/make.conf without the "+" sign ...
I personally removed my CFLAGS define in /etc/make.conf as it
defaults to -pipe -O, which is fine for me.
Submitted by: Sergey E. Levov (serg@informika.ru)
|
|
|
|
|
|
|
| |
- Fix pkg-comment
PR: 24555
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
note: I tried to build a portname applying to the porters handbook
conventions. Unfortunately it doesn't have a good example for version
numbers like 0.90a. 0.90-alpha would have to be change to 0.90.a.
So I thought it should be done this way for 0.90.a as well.
But then you have to set DISTFILES and WRKSRC (the latter I forgot in
a last minute change, sorry, which broke the port). And even if you
get the port running again, then portlint tells you pretty things
how to do it better ...
All in all. It would be fine to add an example in porters handbook
for cases like 0.90a, which should *not* be changed to 0.90.a !
Submitted by: Josef Karthauser <joe@tao.org.uk>
|
|
|
|
|
|
|
|
|
|
| |
- update md5 checksum
- make PORTVERSION porters handbook compliant,
had to add DISTFILES so source is still fetchable.
Maybe I misunderstood the description how to transpose version numbers,
maybe the description should be changed, that 0.90a should also be
allowed than to use 0.90.a
- remove PORTREVISION, since PORTVERSION changed
|
|
|
|
| |
Approved by: nbm (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Better handling of $PREFIX
- Separate directory for configuration files - $PREFIX/etc/smbrowser
- It's under GPL now
PR: 24526
Submitted by: MAITNAINER
|
|
|
|
| |
No response from: maintainer
|
|
|
|
| |
for over 2 months.
|
|
|
|
|
| |
PR: 24142
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by: Joong Hyun Kim <better@ns1.betterbox.net>
|
|
|
|
|
| |
PR: 24491
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
| |
their configuration effort and increase network component sharing.
X-Bone discovers, configures, and monitors network resources to
create overlays over existing IP networks.
X-Bone uses two-layer IP in IP tunneled overlays and supports existing
applications and unmodified routing, multicast, and DNS services in
unmodified operating systems. X-Bone also support IPSec within overlays.
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
|
| |
|
|
|
|
|
|
| |
creating it first.
Submitted by: bento
|
| |
|
|
|
|
|
| |
Submitted by: "make index"
Forgotton by: billf
|
|
|
|
| |
Submitted by: recidjvo <recidjvo@pkcrew.org> via Bugtraq
|
| |
|