1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Alex Kozlov
b1a64e91ac - Remove empty files and directories
Approved by:	portmgr (antoine)
2014-05-20 08:56:38 +00:00
Martin Wilke
281eb274ec - Update to 21.1
- Convert to USES
- Convert to new OPTIONS helper

PR:		187967
Submitted by:	ports fury
2014-04-26 02:23:10 +00:00
William Grzybowski
97a797b71f irc/ngircd: update to 21
- Update to 21 [1]
- Allow staging
- Indent options descriptions

PR:		ports/183758
Submitted by:	Kjetil Rustad <kjetil cckengine.com>
2013-11-08 14:17:56 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
William Grzybowski
faec18e2c9 irc/ngircd: update to 20.3
- Update to 20.3 [1]
- Add DOCS to options
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/181737 [1]
Submitted by:	Kjetil Rustad <kjetil cckengine.com>
2013-09-05 12:54:46 +00:00
Beech Rintoul
ffd5d3314c - Update to 20.2,1
PR:		ports/176726
Submitted by:	Kjetil Rustad <kjetil@cckengine.com>
2013-03-08 02:55:27 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Dirk Meyer
dd61f226d8 - drop maintainership
Feature safe: yes
2012-10-18 19:28:48 +00:00
Dirk Meyer
cf2958eeb6 - use OPTIONS_DEFINE
- fix SSL OPTIONS
2012-09-16 15:36:13 +00:00
Dirk Meyer
d351fbab9c - update to 0.19.2 2012-08-04 05:49:28 +00:00
Dirk Meyer
3e3bca7274 - update to 0.19.1 2012-04-11 21:07:40 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +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
Dirk Meyer
eda8fde982 - update to 0.18
- update MASTER_SITES
PR:		161189
Submitted by:	Dmitry Marakasov
2011-10-04 18:43: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
Dirk Meyer
09e06ed5b8 - update to 0.17.1 2011-01-04 07:34:23 +00:00
Dirk Meyer
d3e1a8b4cf - fix build with NOPORTDOCS
Reported by:	QAT
2010-12-11 05:20:42 +00:00
Dirk Meyer
080a9a7b8f - use cleaner expression for DISTVERSION
Submitted by:	 Cy Schubert
2010-12-10 12:25:04 +00:00
Dirk Meyer
29421e3b83 - fix build with NOPORTDOCS
Reported by:	QAT
2010-12-09 17:59:20 +00:00
Dirk Meyer
2a68e8944c - update to 0.17
Submitted by:	Rick

- add LICENSE
2010-12-08 17:00:55 +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
Dirk Meyer
2611791556 - enable IPv6 support
- add option WITHOUT_IPV6
PR:		144169
Submitted by:	Philippe Pepiot
Feature safe:	yes
2010-02-26 18:07:16 +00:00
Dirk Meyer
c5137b36fd - update to 0.15
- add options OPENSSL
- add options GNUTLS
- take maintainership for a while
2009-12-27 20:21:38 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Ion-Mihai Tetcu
3b47b7eb6e Fix plist with -DNOPORTDOCS.
Prompted by:	QAT QA run
2009-04-08 11:09:09 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Frank J. Laszlo
f0691274e2 Update to 0.10.1
Submitted by:	miwi@
2006-12-18 19:38:27 +00:00
Frank J. Laszlo
f408694b2f Update to 0.10.0 2006-12-11 18:34:15 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Marcus Alves Grando
d403e8a330 - Use OPTIONS and add more options
- Add rc.d script
- Bump PORTREVISION

PR:		93285
Submitted by:	mnag
Approved by:	maintainer
2006-02-13 16:56:11 +00:00
Renato Botelho
8aad0c1dff - Add SHA256 to all ports submitter maintain
PR:		ports/88791
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Marcus Alves Grando
6816e33083 Update to 0.9.2
Take MAINTAINER

PR:		87693
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-10-20 00:00:32 +00:00
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Kirill Ponomarev
cd0a3ac9e9 Update to 0.9.1 2005-08-28 10:36:05 +00:00
Kirill Ponomarev
a02345a95a Update to 0.9.0 2005-07-27 08:36:53 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
008a5758c8 Update to 0.8.3 2005-02-03 13:28:49 +00:00
Kirill Ponomarev
9455244428 Update to 0.8.2 2005-01-27 17:58:12 +00:00
Kirill Ponomarev
6b379292ef Update to 0.8.1 2004-12-25 09:21:40 +00:00
Kirill Ponomarev
b9083362fb Fix build with ident support.
Reported by:	Martin Hasenbein <mh@bsd.net>
2004-09-01 14:11:52 +00:00
Kirill Ponomarev
9a99ccb401 Update to 0.8.0 2004-07-04 09:23:38 +00:00
Kirill Ponomarev
4005168fd3 - Update to version 0.7.7 2004-02-07 18:42:50 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Kirill Ponomarev
72de4a9143 - Update to 0.7.6 2003-12-08 22:24:44 +00:00
Kirill Ponomarev
760ffbe81a - Update to version 0.7.5 2003-11-08 16:44:06 +00:00
Kirill Ponomarev
bfc934f2ae - s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g
- Don't install some documentation files
- Bump PORTREVISION

PR:		58525
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-25 16:02:13 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Oliver Lehmann
c8f9cc3ea7 Update to 0.7.1
PR:		54651
Submitted By:	maintainer
2003-07-20 09:07:18 +00:00