1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Baptiste Daroussin
fa697548c6 Convert to new options framework 2013-06-01 23:18:19 +00:00
Eitan Adler
13816389f5 Fix tripple quoting that will cause problems when the ports tree is switched to bmake
PR:		ports/176587
Submitted by:	John Marino <draco@marino.st>
2013-03-21 16:02:03 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Michael Scheidell
7490844f4c - Update to 1.3.141
- Add LICENSE for interactive users

PR:		ports/164762
Submitted by:	scheidell (me)
Approved by:	Craig Green <cgreen@sentex.net> (maintainer), gabor (mentor, implicit)
Feature safe:	yes
2012-02-16 14:43:28 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Chris Rees
56303d99c6 - Use USERS and GROUPS
PR:		ports/157608
Approved by:	rene (mentor, implicit), Craig Green <cgreen@sentex.net> (maintainer)
2011-07-04 19:39:45 +00:00
Martin Wilke
65d78e0785 - Update to 1.3.140
PR:		158262
Submitted by:	Craig Green <cgreen@sentex.ca> (maintainer)
2011-06-28 13:55:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
706d3cf77d - Use SUB_FILES to Update pkg-install & deinstall
PR:             ports/142811
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (cgreen@sentex.net; > 2 weeks)
2010-01-31 03:45:21 +00:00
Sylvio Cesar Teixeira
9bd8909f6e - Update to 1.3.116
PR:		ports/140426
Submitted by:	Alexey Degtyarev <alexey@renatasystems.org>
Approved by:	Craig Green <cgreen@sentex.net> (maintainer), itetcu, miwi (mentors)
2009-11-13 00:13:07 +00:00
Martin Wilke
c5c6c83e5b - Update to 1.3.115
PR:		138271
Submitted by:	Craig Green <cgreen@sentex.ca> (maintainer)
2009-08-28 23:29:38 +00:00
Dmitry Marakasov
a5a1ad325d - Update to 1.3.113
PR:		137275
Submitted by:	Craig Green <cgreen@sentex.net> (maintainer)
2009-08-04 00:00:27 +00:00
Dennis Herrmann
55d9e367b6 - Update to 1.3.108
PR:		ports/135598
Submitted by:	Craig Green <cgreen@sentex.net> (maintainer)
2009-06-15 19:10:40 +00:00
Dennis Herrmann
fff161ddf6 - Update to 1.3.103
PR:		ports/133137
Submitted by:	Craig Green <cgreen@sentex.net> (maintainer)
Approved by:	miwi (mentor)
2009-03-28 12:13:41 +00:00
Beat Gaetzi
89e9d76a51 - Update to 1.3.102
PR:		ports/131268
Submitted by:	Cristiano Rolim Pereira <cristianorolim AT hotmail.com>
Approved by:	Craig Green <cgreen AT sentex.net> (maintainer), miwi (mentor)
2009-02-12 19:56:31 +00:00
Wesley Shields
3c88318736 - Update to 1.3.99
- Fix WWW: in pkg-descr

PR:		ports/129778
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:	Craig Green <cgreen@sentex.net> (maintainer)
2008-12-22 18:27:07 +00:00
Pav Lucistnik
8e81e23696 - Update to 1.3.86
- Overhaul the port a great deal
- Take maintainership

PR:		ports/121840
Submitted by:	Craig Green <cgreen@sentex.net>
2008-03-23 11:08:04 +00:00
Mark Linimon
9487732bd1 Reset maintainer at his request due to lack of time. 2008-03-22 22:19:33 +00:00
Tom McLaughlin
5134061b0d Change location of pid file from /var/run to /var/run/dcc because
application changes ownership of the rundir to the user it is running
as.

PR:		110943
Approved by:	portmgr (linimon), maintainer timeout
2007-11-14 04:01:22 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Martin Wilke
cc84cccd35 - Fix plist
Submitted by:   pointyhat
2007-03-11 15:34:51 +00:00
Martin Wilke
aeb514f96f - Update to 1.3.50
PR:             109039
Submitted by:   Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2007-03-07 15:20:26 +00:00
Pav Lucistnik
09efc6aa6f - Update to 1.3.42
PR:		ports/101253
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-08-02 12:59:03 +00:00
Ion-Mihai Tetcu
9a2bb9afad Update to 1.3.41
Changes in this release:
	o	Finally fix ancient missing quote in start-dccm.

PR:		ports/100977
Submitted by:	Dean Hollister (maintainer)
2006-07-28 17:38:00 +00:00
Ion-Mihai Tetcu
1e4ef04d57 Update to 1.3.40
Changes in this release:
- Make bad password-IDs in /var/dcc/flod a serious error that is reported even
when tracing is off.
-  Fix missing ';;' in libexec/logger.
-  Restore `start-dccm -c` that was removed from version 1.3.39 with the
mistaken idea that -c was not in use.
- Fix bug counting clients of public DCC servers introduced in 1.3.39.
- Adding -d to DCCD_ARGS or GREY_DCCD_ARGS causes dccd to say how it determines
the size of available memory.
- Deal with sysctl(HW_PHYSMEM) on amd64 FreeBSD 6.* need for an 8-byte value
without breaking sysctl(HW_PHYSMEM) on FreeBSD 5.* that demands a 4-byte value.
- Allow databases larger than 3 GBytes on 64-bit systems.

PR:		ports/100880
Submitted by:	Dean Hollister (maintainer)
2006-07-27 05:58:48 +00:00
Pav Lucistnik
972234dd59 - Update to 1.3.39
PR:		ports/100340
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-07-15 12:55:56 +00:00
Pav Lucistnik
1fa07b2402 - Update to 1.3.38
PR:		ports/99331
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-06-23 08:31:10 +00:00
Pav Lucistnik
ce502ef4de - Update to 1.3.37
PR:		ports/99232
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-06-20 23:29:18 +00:00
Pav Lucistnik
906a608734 - Update to 1.3.36
PR:		ports/98722
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-06-09 20:06:39 +00:00
Erwin Lansing
30f4c74169 Update to 1.3.35
PR:		98563
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-06-06 07:35:13 +00:00
Pav Lucistnik
1666f0cda2 - Update to 1.3.34
PR:		ports/98515
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-06-05 10:34:18 +00:00
Emanuel Haupt
b05e363c16 Update to 1.3.31
PR:		94713
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-03-20 15:06:40 +00:00
Emanuel Haupt
e0d2ea5826 Update to 1.3.30
PR:		94057
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-03-15 12:16:40 +00:00
Emanuel Haupt
9ab42def12 - Update to to 1.3.29
- Unbreak (make it fetchable again)

PR:		93415, 93881
Submitted by:	ehaupt, Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
Approved by:	portmgr (erwin)
2006-03-03 09:09:23 +00:00
Kris Kennaway
f3d786ee2f BROKEN: Unfetchable
Approved by:	portmgr (implicit)
2006-02-25 20:50:07 +00:00
Sam Lawrance
e160263de0 Update to 1.3.25.
PR:		ports/91704
Submitted by:	ehaupt
Approved by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer, timeout 4 weeks)
2006-02-11 14:43:04 +00:00
Edwin Groothuis
3b5981766e SHA256ify
Approved by:	krion@
2006-01-30 12:42:14 +00:00
Pav Lucistnik
9f64a48aa3 - Update to 1.3.16
PR:		ports/86247
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2005-09-17 20:12:28 +00:00
Pav Lucistnik
fa340fcce7 - Patch out hard reference to -lc_r from configure script
Fixes build on ia64

Reported by:	krismail
Tested on:	pluto1
2005-09-07 22:06:04 +00:00
Pav Lucistnik
b09927716d - Update to 1.3.12
PR:		ports/84472
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2005-08-30 20:52:53 +00:00
Dejan Lesjak
a58473d9fc Upgrade to 1.3.9
Changes included in this update:
        o Removal of all sed replace scripting, at Vendor's request.

        o dcc dameons su to the dcc user correctly, now using /bin/sh
          (or other default shell as defined) instead of nologin when
          su'ing to the dcc user.

        o Ownerships of the ${PREFIX}/bin executables fixed. Now owned
          by root. Request sent to Vendor to make this a user-defined
          setting.

Also remove BROKEN, DEPRECATED and EXPIRATION_DATE tags.

PR:		ports/83936
Submitted by:	Dean Hollister (maintainer)
2005-07-25 08:21:27 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
Kris Kennaway
30823685fe BROKEN: incomplete pkg-plist 2005-07-17 19:51:48 +00:00
Patrick Li
7e5076c449 Update to 1.3.5
PR:		ports/82156
Submitted by:	maintainer
2005-06-12 06:15:34 +00:00
Pav Lucistnik
a67770da49 - Update to 1.2.66
PR:		ports/75535
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2004-12-28 17:10:01 +00:00
Pav Lucistnik
20ac7fa46a - Fix SIZE entry in distinfo
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2004-11-21 19:52:46 +00:00
Pav Lucistnik
7794504fc8 - Update to 1.2.58
- Correct detection of sendmail port
- Don't delete config file if modified
- Use special user for setuid programs

PR:		ports/74158
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2004-11-21 02:35:46 +00:00
Sergei Kolobov
51b1b372f9 - Update to 1.2.48
Versions prior to 1.2.46 contain a serious packet flood bug,
  as indicated in the changelog:

  "Fix infinite packet flood from DCC clients including dccproc
  observed by Benji Spencer, Clive Cleland, and Andrew Kent.
  I introduced this serious bug with the WIN32 changes in 1.2.33."

This update resolves the issue. Updating is strongly recommended
for any users currently using this port and paying for their traffic
by the byte.

PR:		ports/66797
Submitted by:	Dean Hollister (maintainer)
2004-05-23 21:39:44 +00:00