1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Ryan Steinmetz
71e509e03c - Update MASTER_SITES
PR:		ports/167570
Requested by:	Sergey <starikov@caotus.ru>
2012-05-09 22:27:08 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ed Schouten
60fca1c601 Just disable wtmp logging.
I looked at the code and even when not using utmpx it completely makes
no sense at all to handle logging. It only wrotes login entries to the
log files, but never logout entries. This will totally upset last/ac
each time you log in.

Approved by:	miwi (portmgr, implicit)
2010-01-20 16:17:34 +00:00
Steven Kreuzer
f0ba0a2fe4 Fix build with custom PREFIX/LOCALBASE
Reported by:	QAT
Approved by:	wxs(mentor)
2009-07-03 20:36:51 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Kris Kennaway
628d94d0e3 Replace master site with working ones 2005-07-10 19:17:15 +00:00
Oliver Lehmann
c6a2c073ca define USE_GETUSERSHELL not GETUSERSHELL - with getusershell() rpc.pcnfsd will
use getusershell() to determine if the usershell is a valid shell or not.
Without USE_GETUSERSHELL defined, rpc.pcnfsd will only check if the usershell
ends in sh - which is bad when you want to enable an /sbin/nologin user to mount
nfs shares.
Bump PORTREVISION

Noticed by:	playing with NFS on MS-DOS 6.22 (yihaa)
2005-04-21 10:44:21 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Chris Piazza
99c25961e6 1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+
2) Shorten down a long line in DESCR.

PR:		12442
Submitted by:	Isupov A.Yu <isupov@moonhe.jinr.ru>
1999-06-30 03:57:40 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Satoshi Asami
6b3ced65a9 Move Makefile.inc to ${FILESDIR}, copy it to ${WRKSRC} during extract
and include it explicitly.

The previous method of relying in the implicit inclusion of "../Makefile.inc"
broke when WRKDIRPREFIX is set.
1998-12-01 08:23:30 +00:00
Tim Vanderhoek
420da3c347 Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile) 1998-08-24 08:41:36 +00:00
Paul Traina
40a7055cb5 Set maintainer to ports@freebsd.org 1997-07-10 15:50:55 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
d9d990ef97 Add $ID$. 1996-04-21 19:26:10 +00:00
Paul Traina
dbd8b7ea2c Add in patches for vulnerabilities discussed in CERT CA:96.08 1996-04-21 07:29:16 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Satoshi Asami
fbb78febf2 Major cleanup. Make sure all parts agree with each other.
Submitted by:	Javier Martin Rueda <jmrueda@diatel.upm.es>
1995-05-12 12:23:15 +00:00
Satoshi Asami
16cf4f23c7 Man page is compressed.
Pointed-out by:	pkg_create
1995-04-17 07:54:27 +00:00
Satoshi Asami
5f46dae90f Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Joerg Wunsch
66d6fa2f8d mkdir -p the BINDIR during beforeinstall, instead of blindly
assuming everyone has already got a /usr/local/libexec.
1995-03-19 10:12:39 +00:00
Gary Palmer
3217d24fe5 First batch of MD5 checksum files. Only did through to the end of net
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)

The rest will follow later
1994-12-18 00:28:13 +00:00
Paul Traina
e230eeb73b Add package support for pcnfsd(8) 1994-10-07 01:04:31 +00:00
Paul Traina
c6b6b307a9 PC NFS authentication/spooling daemon 1994-10-07 00:23:56 +00:00