| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 249676
Submitted by: swills
Notes:
svn path=/head/; revision=559835
|
|
|
|
|
|
|
|
|
| |
PR: 227802
Submitted by: new maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=468929
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=465596
|
|
|
|
|
|
|
|
|
| |
- Fix shebang
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=463305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454571
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=431796
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
| |
PR: 203810
Sponsored by: Absolight
Notes:
svn path=/head/; revision=399477
|
|
|
|
|
|
|
|
|
| |
PR: 203213
Submitted by: olgeni
Sponsored by: Absolight
Notes:
svn path=/head/; revision=398112
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=393596
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=381010
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=377938
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=369839
|
|
|
|
|
|
|
|
|
| |
PR: 192288
Submitted by: takefu
Sponsored by: Absolight
Notes:
svn path=/head/; revision=363696
|
|
|
|
| |
Notes:
svn path=/head/; revision=352056
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=351124
|
|
|
|
|
|
|
|
| |
Submitted by: takefu (based on)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=345480
|
|
|
|
|
|
|
|
|
| |
Copy maradns 1.4.14 to dns/maradns1.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=345251
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=344104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
|
| |
PR: ports/185224
Submitted by: Takefu
Notes:
svn path=/head/; revision=337734
|
|
|
|
|
|
|
| |
- Take maintainership.
Notes:
svn path=/head/; revision=334859
|
|
|
|
|
|
|
| |
dns)
Notes:
svn path=/head/; revision=327719
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=311830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=306338
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=302012
|
|
|
|
|
|
|
|
| |
PR: ports/164233
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=289368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/163325
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=287739
|
|
|
|
|
|
|
|
|
|
| |
- Improve ident for syslog messages to only show "maradns:" instead of "/usr/local/sbin/maradns:"
- Bump PORTREVISION
Submitted by: n j <nino80@gmail.com>
Notes:
svn path=/head/; revision=272599
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove MD5 checksum
Submitted by: n j <nino80 at gmail dot com>
Security: 8015600f-2c80-11e0-9cc1-00163e5bf4f9
Feature safe: yes
Notes:
svn path=/head/; revision=268473
|
|
|
|
|
|
|
| |
Approved by: beat (co-mentor, implicit)
Notes:
svn path=/head/; revision=261945
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=258802
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor), beat (co-mentor)
Notes:
svn path=/head/; revision=251968
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: 143534
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Notes:
svn path=/head/; revision=249438
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 142723
Submitted by: Bernhard Froehlich <decke@bluelife.at>
Notes:
svn path=/head/; revision=248088
|
|
|
|
|
|
|
|
|
| |
- Fix config path
Reported by: Bernhard Frohelich, Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Notes:
svn path=/head/; revision=242545
|
|
|
|
|
|
|
|
|
| |
- Fix build if NOPORT* enabled is
Feature safe: yes
Notes:
svn path=/head/; revision=241965
|
|
|
|
|
|
|
|
|
| |
PR: 139074
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Feature safe: yes
Notes:
svn path=/head/; revision=241962
|
|
|
|
|
|
|
|
|
| |
- clean up rc scripts
- portlint
- honor NOPORTEXAMPLES
Notes:
svn path=/head/; revision=237854
|
|
|
|
|
|
|
|
| |
PR: 133471
Submitted by: Bernhard Froehlich <decke@bluelife.at>
Notes:
svn path=/head/; revision=232064
|
|
|
|
| |
Notes:
svn path=/head/; revision=225293
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=205399
|
|
|
|
| |
Notes:
svn path=/head/; revision=196054
|