1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

106 Commits

Author SHA1 Message Date
Mathieu Arnold
903a527920 Update to 2.0.15.
PR:		227802
Submitted by:	new maintainer
Sponsored by:	Absolight
2018-05-03 14:05:55 +00:00
Mathieu Arnold
ecd1d8dea9 I no longer use those, give them back.
Sponsored by:	Absolight
2018-03-26 13:49:19 +00:00
Dmitry Marakasov
6a86f6f224 - Add missing python run-dependency
- Fix shebang

Approved by:	portmgr blanket
2018-03-01 13:20:41 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mathieu Arnold
eeab535c70 Update to 2.0.14.
Sponsored by:	Absolight
2017-11-20 14:55:31 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
204d9a6d6f Update to 2.0.13.
PR:		203810
Sponsored by:	Absolight
2015-10-16 14:19:00 +00:00
Mathieu Arnold
f326573015 Update to 2.0.12.
PR:		203213
Submitted by:	olgeni
Sponsored by:	Absolight
2015-09-28 13:27:24 +00:00
Dmitry Marakasov
dc19052784 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-05 16:48:37 +00:00
Mathieu Arnold
dda8c85501 Update to 2.0.11.
Sponsored by:	Absolight
2015-03-11 15:24:55 +00:00
Mathieu Arnold
564b85db9d Update to 2.0.10.
Sponsored by:	Absolight
2015-01-26 17:53:22 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Mathieu Arnold
42c0020b7f Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.
PR:		192288
Submitted by:	takefu
Sponsored by:	Absolight
2014-08-01 11:46:53 +00:00
Bryan Drewery
cd12ad02da Convert to USES=tar 2014-04-24 19:32:13 +00:00
Mathieu Arnold
cc30f48479 Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by:	Absolight
2014-04-12 19:23:10 +00:00
Mathieu Arnold
da2ae9b3da Respect CC, cleanup some patch.
Submitted by:	takefu (based on)
Sponsored by:	Absolight
2014-02-21 15:12:25 +00:00
Mathieu Arnold
f3a13d06cd Update dns/maradns to 2.0.09.
Copy maradns 1.4.14 to dns/maradns1.

Sponsored by:	Absolight
2014-02-20 15:44:56 +00:00
Mathieu Arnold
543240d130 Update to 1.4.14.
Sponsored by:	Absolight
2014-02-13 13:41:53 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Mathieu Arnold
1324695268 Update to 1.4.13
PR:		ports/185224
Submitted by:	Takefu
2013-12-27 14:48:35 +00:00
Mathieu Arnold
2c8211c3ea - Convert to staging.
- Take maintainership.
2013-11-25 16:11:05 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Pietro Cerutti
74de3f2935 - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by:	portmgr
2013-02-07 12:52:44 +00:00
Bernhard Froehlich
19ef8747db - Convert to OptionsNG
- Shrink pkg-desc to make portlint happy
- Trim Makefile headers
- Cleanup CLANG patch
- Drop maintainership

PR:		ports/172949
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
2012-10-24 08:01:21 +00:00
Bernhard Froehlich
d15b0a5e16 - Update to 1.4.12
- Whitespace fixes in pkg-descr
- Remove SF from MASTER_SITES
- Fix CC definition (fixes CLANG builds)

PR:		ports/170322
Submitted by:	Takefu <takefu@airport.fm>
2012-08-04 15:05:23 +00:00
Bernhard Froehlich
dd402c87e4 - Update to 1.4.10
PR:		ports/164233
Submitted by:	Takefu <takefu@airport.fm>
2012-01-17 11:02:58 +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
Bernhard Froehlich
be135f91ea - Update to 1.4.07
- Add LICENSE

PR:		ports/163325
Submitted by:	Takefu <takefu@airport.fm>
2011-12-20 15:24:30 +00:00
Bernhard Froehlich
48c298fafc - Add missing USERS/GROUPS for bind
- Improve ident for syslog messages to only show "maradns:" instead of "/usr/local/sbin/maradns:"
- Bump PORTREVISION

Submitted by:	n j <nino80@gmail.com>
2011-04-12 09:35:14 +00:00
Bernhard Froehlich
af69377779 - Update to 1.4.06
- Remove MD5 checksum

Submitted by:	n j <nino80 at gmail dot com>
Security:	8015600f-2c80-11e0-9cc1-00163e5bf4f9
Feature safe:	yes
2011-01-31 09:49:07 +00:00
Bernhard Froehlich
ac2e3e20c8 - Update to 1.4.05
Approved by:	beat (co-mentor, implicit)
2010-09-27 12:39:33 +00:00
Bernhard Froehlich
1320694d19 - Update to 1.4.04
Approved by:	miwi (mentor)
2010-08-05 10:15:18 +00:00
Bernhard Froehlich
7eae482233 - Change to my FreeBSD email address
Approved by:	miwi (mentor), beat (co-mentor)
2010-04-01 12:45:37 +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
Martin Wilke
9285f749d9 - Update to 1.4.03
PR:		143534
Submitted by:	Bernhard Froehlich <decke@bluelife.at> (maintainer)
2010-02-08 15:08:44 +00:00
Martin Wilke
2104a91372 - Update to 1.4.02
- Pass maintainership to submitter

PR:		142723
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
2010-01-18 07:58:26 +00:00
Martin Wilke
d2a608b232 - Fix startup script
- Fix config path

Reported by:	Bernhard Frohelich, Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
2009-10-07 09:51:28 +00:00
Martin Wilke
857e11f738 - Add missing patch from previous commit
- Fix build if NOPORT* enabled is

Feature safe:	yes
2009-09-23 12:03:29 +00:00
Martin Wilke
f761246aad - Update to 1.3.07.09
PR:		139074
Submitted by:	Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Feature safe:	yes
2009-09-23 11:41:48 +00:00
Philip M. Gollucci
06b51d5ca3 - USE_RC_SUBR != yes
- clean up rc scripts
- portlint
- honor NOPORTEXAMPLES
2009-07-15 06:58:30 +00:00
Martin Wilke
52fd85a6cb - Update to 1.2.12.10
PR:		133471
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
2009-04-11 08:18:57 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Martin Wilke
6acac94d60 - Update to 1.2.12.08
- Drop Maintainership

PR:		119470
Submitted by:	Mark D. Foster <mark@foster.cc>
Approved by:	Alex Kapranoff <alex@kapranoff.ru>
Security:	http://www.vuxml.org/freebsd/f358de71-bf64-11dc-928b-0016179b2dd5.html
2008-01-10 20:21:44 +00:00
Pav Lucistnik
f5d8c1a58e - Ignore on FreeBSD 5.X 2007-07-22 11:37:27 +00:00
Pav Lucistnik
1d8afff97a - change duende source to create PID file by itself
- maradns.sh and zoneserver.sh now use PID file
- change default MaraDNS UID from 99 to bind(53)
- change default maraDNS GID from 99 to bind(53)
- change default duende logger process UID from 66 to nobody(65534)
- create empty etc/logger directory

PR:		ports/113235
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	Alex Kapranoff <alex@kapranoff.ru> (maintainer)
2007-06-16 12:42:14 +00:00
Martin Wilke
ff3f005903 - Update to 1.2.12.06
PR:		112768
Submitted by:	Alex Kapranoff <alex@kapranoff.ru> (maintainer)
2007-05-25 22:11:42 +00:00
Nicola Vitale
6b58b4fc6a - Updated to 1.2.12.05
- Fixed a typo in pkg-descr

PR:		ports/109340
Submitted by:	Alex Kapranoff <alex at kapranoff.ru> (maintainer)
2007-02-22 10:07:03 +00:00
Martin Wilke
a72da471f9 - Update to 1.2.12.04
PR:		ports/106699
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
2006-12-14 13:45:02 +00:00
Renato Botelho
b633974c77 - Update to 1.2.10
PR:		ports/99257
Submitted by:	maintainer
2006-06-22 15:22:43 +00:00