| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- rc script now accepts arbitrary config file path
PR: 206237
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D6371
Notes:
svn path=/head/; revision=415207
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.15
- Pet portlint
- Take maintainership
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D3514
Notes:
svn path=/head/; revision=395555
|
|
|
|
|
|
|
|
|
| |
PR: 197522
Submitted by: jbeich
Approved by: portmgr
Notes:
svn path=/head/; revision=389300
|
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=361440
|
|
|
|
|
|
|
|
|
|
| |
. Use new LIB_DEPENDS syntax
. USES=gmake instead of USE_GMAKE
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=349329
|
|
|
|
| |
Notes:
svn path=/head/; revision=336808
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
| |
Notes:
svn path=/head/; revision=316355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
Notes:
svn path=/head/; revision=301539
|
|
|
|
| |
Notes:
svn path=/head/; revision=299679
|
|
|
|
| |
Notes:
svn path=/head/; revision=299320
|
|
|
|
| |
Notes:
svn path=/head/; revision=290022
|
|
|
|
| |
Notes:
svn path=/head/; revision=289619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=283550
|
|
|
|
| |
Notes:
svn path=/head/; revision=283108
|
|
|
|
| |
Notes:
svn path=/head/; revision=280284
|
|
|
|
|
|
|
|
| |
PR: ports/158697
Submitted by: Geoffrey Sisson <geoff@dns-oarc.net>
Notes:
svn path=/head/; revision=277389
|
|
|
|
| |
Notes:
svn path=/head/; revision=275370
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=267826
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=250655
|
|
|
|
| |
Notes:
svn path=/head/; revision=241218
|
|
|
|
| |
Notes:
svn path=/head/; revision=238874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=237369
|
|
|
|
|
|
|
| |
Approved by: tabthorpe (co-mentor)
Notes:
svn path=/head/; revision=229577
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 129530
Submitted by: Dennis Herrmann <adox@mcx2.org>
Notes:
svn path=/head/; revision=224210
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
|
|
| |
Notes:
svn path=/head/; revision=206722
|
|
|
|
|
|
|
| |
- s/CSME/CENKES/ in my ports
Notes:
svn path=/head/; revision=190273
|
|
|
|
| |
Notes:
svn path=/head/; revision=177312
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=169839
|
|
|
|
|
|
|
|
| |
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Notes:
svn path=/head/; revision=169159
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=162978
|
|
|
|
|
|
|
|
|
|
|
|
| |
- RC'ify
- Take maintainership
PR: ports/95889
Submitted by: me
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=161682
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=159519
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104360
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=75531
|
|
|
|
| |
Notes:
svn path=/head/; revision=53234
|
|
|
|
| |
Notes:
svn path=/head/; revision=50435
|
|
|
|
|
|
|
| |
Approved by: lioux
Notes:
svn path=/head/; revision=50033
|
|
Radvd is the Linux/BSD IPv6 router advertisement daemon.
PR: 28760
Submitted by: Patrick Li <pat@databits.net>
Notes:
svn path=/head/; revision=44832
|