Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords.
2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Alexey Dokuchaev
fe0a40a484
Unbreak the build with -fno-common (Clang 11, GCC 10).
...
Reported by: pkg-fallout
2020-09-01 08:51:51 +00:00
Rene Ladan
fd02531208
irc/thales remove expired optional dependency on irc/ircd-ru
2020-05-05 11:10:22 +00:00
Tobias Kortkamp
d208e73596
irc/thales: Unbreak MODES option
...
- Convert to options helpers
- Switch to USES=mysql
- Remove obsolete comment that no longer seems to be relevant
- Fix CONFIGURE_ARGS assignment
2019-01-08 12:16:51 +00:00
Mathieu Arnold
4a3bebcae1
Add EXAMPLES options to ports that should have one.
...
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
2018-09-10 13:15:47 +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
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
Dmitry Marakasov
b9398223bd
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
...
Approved by: portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
c43b4aa352
- Add LICENSE
...
- Fix shebangs
2015-06-17 12:56:20 +00:00
Mathieu Arnold
60d1a83c2a
MASTER_SITES cleanup.
...
- 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
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
b6bb709058
Cleanup plist
2014-10-27 13:00:21 +00:00
Adam Weinberger
136cc8f44f
Add DOCS option where PORTDOCS appears in plist.
2014-07-16 02:29:34 +00:00
Martin Wilke
6654024e93
- Convert USE_GMAKE to USES
2014-03-15 16:21:34 +00:00
Adam Weinberger
7d8c1f3a9b
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
...
- Staging
- Use OPTIONS where appropriate
- Rename old-style patch files
2013-12-09 02:43:37 +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
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Chris Rees
db61a267a6
Reset maintainership for ports maintained by Gerrit Beine.
...
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email
2012-07-11 18:13:33 +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
Alex Dupre
1bda2b2725
Bump PORTREVISION for ports linking to default libmysqlclient.
2011-03-19 13:15:34 +00:00
Martin Wilke
a9481afc8a
- Get Rid MD5 support
2011-03-19 12:38:54 +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
ff2f6369e1
- Remove no longer needed patch
...
PR: ports/107451
Submitted by: Gerrit Beine<gerrit.beine@gmx.de > (maintainer)
2007-01-03 15:21:04 +00:00
Martin Wilke
3fa39ba86e
- Fix path in rc script
...
PR: ports/102949
Submitted by: Gerrit Beine <gerrit.beine(at)gmx.de> (maintainer)
2006-09-07 17:07:21 +00:00
Edwin Groothuis
cfc515375f
remove USE_REINPLACE for all categories starting with I
2006-05-08 10:32:04 +00:00
Edwin Groothuis
acc468d57e
Maintainer mailaddress mass change
...
Maintainers mailaddress has changed, so the ports should be updated.
PR: ports/95796
Submitted by: Gerrit Beine <gerrit.beine@gmx.de >
2006-04-15 11:47:42 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Florent Thoumie
47cb36aa58
- Honors LOCALBASE.
...
- Executable moved to ${PREFIX}/sbin
- Add rcNG script.
- Logfile is placed under /var/log.
- Pidfile is placed under /var/pid.
PR: ports/88177
Submitted by: maintainer
2005-11-29 22:44:49 +00:00
Alexey Dokuchaev
3a781fe97a
Fix RUN_DEPENDS and thus package building.
...
Reported by: pointyhat via kris
2005-04-28 09:26:16 +00:00
Alexey Dokuchaev
619fceb280
- Put period at the end of sentence
...
- Explain a case of assignment logic for future reference
Make magic lessons by: fjoe
2005-04-26 05:57:26 +00:00
Alexey Dokuchaev
7bccca1caa
Add thales 1.0, GNU Thales -- An IRC to MySQL gateway.
...
PR: ports/67500
Submitted by: Gerrit Beine <tux(at)pinguru.net>
2005-04-26 05:45:48 +00:00