| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Nikola Kolev steps up to maintain this port.
Already maintainer of several ports.
PR: 259726
Reported by: koue@chaosophia.net
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- do not add /etc/service entries during install
- add helper script to add /etc/services entries
- remove unused pkg-deinstall
- portlint
PR: 235496
Submitted by: Maxime Soule
Reported by: many
Notes:
svn path=/head/; revision=529921
|
|
|
|
|
|
|
|
|
| |
- Categories a-m
MFH: 2020Q1
Notes:
svn path=/head/; revision=521748
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2019Q2
Notes:
svn path=/head/; revision=497683
|
|
|
|
| |
Notes:
svn path=/head/; revision=484599
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=462135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
spamd's pkg-install adds spamd stuff to /etc/services, and pkg-deinstall
removed it. The problem is that pkg doesn't run DEINSTALL before INSTALL
when upgrading/reinstalling. As a result, when spamd is restarted,
/etc/services winds up lacking the spamd entries, causing spamd to fail
to start.
The ideal solution is pkg running those targets in the predicted order,
or pkg gaining a @services keyword. In the meantime, this commit just
disables the pkg-deinstall. If you are uninstalling spamd you can remove
those /etc/services entries by hand.
PR: 212335
Approved by: maintainer timeout (~ 1 yr)
MFH: 2017Q3
Notes:
svn path=/head/; revision=449108
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427389
|
|
|
|
|
|
|
|
|
|
|
|
| |
- convert PLIST_SUB into SUB_LIST
- bump PORTREVISION
- small Makefile tweaks
PR: 210028
Submitted by: adamw@
Notes:
svn path=/head/; revision=416816
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
| |
Notes:
svn path=/head/; revision=375095
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
Notes:
svn path=/head/; revision=367307
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Notes:
svn path=/head/; revision=351039
|
|
|
|
|
|
|
| |
- change MASTER_SITE from berlios to SF
Notes:
svn path=/head/; revision=350907
|
|
|
|
| |
Notes:
svn path=/head/; revision=345418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Approved by: beat (mentor)
Notes:
svn path=/head/; revision=310092
|
|
|
|
|
|
|
|
|
|
| |
- adopt new Makefile header
PR: 174915
Submitted by: Brad Davis <brd@FreeBSD.org>
Notes:
svn path=/head/; revision=309849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- always add required entries to /etc/services [1]
- use USER framework (PR ports/152498 was committed)
PR: [1] ports/157266
Submitted by: [1] Jimmy Olgeni olgeni@
Notes:
svn path=/head/; revision=275069
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=267133
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update spamd to match OpenBSD 4.8 + OpenBSD pr/6467
- remove support for FreeBSD_version < 601000
(strtonum.c no longer provided in the spamd sources)
- change my mail address
Approved by: glarkin (mentor, implicit)
Notes:
svn path=/head/; revision=263859
|
|
|
|
|
|
|
|
|
|
| |
PR: 146571
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: maintainer
Feature safe: yes
Notes:
svn path=/head/; revision=257197
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: 140136
Submitted by: olli hauer <ohauer@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=243749
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/139306
Submitted by: Olli Hauer <ohauer at gmx.de> (maintainer)
Approved by: tabthorpe, glarkin (mentors, implicit)
Notes:
svn path=/head/; revision=242401
|
|
|
|
|
|
|
|
|
| |
PR: 138913
Submitted by: olli hauer <ohauer@gmx.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=241833
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/137992
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by: olli hauer <ohauer@gmx.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=241571
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainer to submitter
- Add CPANEL support so it doesn't clobber spamd (see comments in Makefile)
- Fixes to RC script to support CPANEL option and general cleanup.
PR: ports/136912
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Alex Samorukov <samm@os2.kiev.ua> (old maintainer)
Notes:
svn path=/head/; revision=238238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/132119
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=229095
|
|
|
|
| |
Notes:
svn path=/head/; revision=225300
|
|
|
|
|
|
|
|
| |
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: maintainer (via icq)
Notes:
svn path=/head/; revision=200922
|
|
|
|
|
|
|
| |
Reviewed by: maintainer
Notes:
svn path=/head/; revision=197789
|
|
|
|
|
|
|
|
|
| |
PR: 112946
Submitted by: gediminas <ggenutis_at_yahoo.com@FreeBSD.org>
Approved by: maintainer via im
Notes:
svn path=/head/; revision=194850
|
|
|
|
|
|
|
|
| |
PR: 113966
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=194167
|
|
|
|
|
|
|
|
| |
PR: 113293
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=192934
|
|
|
|
|
|
|
|
| |
PR: ports/108657
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=188307
|
|
|
|
|
|
|
|
|
|
|
| |
- Add pfspamd_setup_flags to give finer grained control
- Give maintainership to submitter
Submitted by: Alex Samorukov <samm os2 kiev ua>
PR: ports/108663
Notes:
svn path=/head/; revision=187797
|
|
|
|
|
|
|
|
| |
China-targeted email blocks. I'm very sorry, Max, but I don't
think I can still take care for this port anymore.
Notes:
svn path=/head/; revision=187790
|
|
|
|
|
|
|
|
| |
Submitted by: Yarema <yds CoolRat org>
PR: ports/105277 (1/many)
Notes:
svn path=/head/; revision=176779
|
|
|
|
|
|
|
|
| |
Reported by: B. Cook <bcook bsdwebsolutions com>
Approved by: sem (mentor)
Notes:
svn path=/head/; revision=161970
|