1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Dmitry Marakasov
2b751a3842 - Fix LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2018-08-02 09:37:54 +00:00
Ryan Steinmetz
ce4a8d8274 - Update to 24
- Assign a MAINTAINER
2017-11-14 18:38:52 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Bartek Rutkowski
d150412ab3 irc/ngircd: update 22.1 -> 23
PR:		204680
Submitted by:	Kjetil Rustad <kjetil@bsdshell.org>
2015-12-01 14:04:57 +00:00
Wen Heping
9228db7583 - Update to 22.1
PR:		200377
Submitted by:	Kjetil Rustad<kjetil@bsdshell.org>
2015-05-27 08:40:39 +00:00
Dmitry Marakasov
b4e412f7e6 - Simplify MASTER_SITES
- Add CPE info
2015-04-09 11:43:07 +00:00
Kubilay Kocak
9598a6f290 irc/ngircd: Update to 22
- Update to 22
- Add LICENSE_FILE
- Whitespace align OPTIONS helpers

Changes:

  * http://ngircd.barton.de/doc/ChangeLog

PR:		196282
Submitted by:	kjetil at cckengine com
2014-12-26 14:58:24 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
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