non port: sysutils/ucspi-tcp/Makefile |
SVNWeb
|
Number of commits found: 40 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Tue, 31 Mar 2015
|
[ 14:17 garga ]
Back ucspi ports to the pool, I'm not using them anymore for a long time
|
Wed, 14 Jan 2015
|
[ 10:59 garga ]
- Fix build with SSL adding -lcrypto back to linker options
- Remove ugly hack from pre-bsd.options.mk era and set USE_OPENSSL=yes
- Make install verbose to silence portlint
No bump on PORTREVISION since SSL is off by default
PR: 196469
|
Mon, 6 Oct 2014
|
[ 11:12 garga ]
- Fix build with option IPV6 disabled
PR: 193827
Submitted by: kyuupichan@gmail.com
MFH: 2014Q4
|
Mon, 18 Aug 2014
|
[ 19:13 antoine ] (Only the first 10 of 46 ports in this commit are shown above. )
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
|
Wed, 23 Oct 2013
|
[ 23:53 garga ]
. Support staging
. Remove MANPAGES option and respect NO_INSTALL_MANPAGES instead
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Mon, 2 Jul 2012
|
[ 22:09 garga ]
Move to OPTIONSng
|
Wed, 4 Nov 2009
|
[ 15:54 garga ]
Add IPv6 support, optional, off by default
Submitted by: Doug Kelly <dougk@dougk-ff7.net>
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Mon, 2 Mar 2009
|
[ 11:13 garga ]
- Add tcpserver limits patch, an optional, off by default patch that permit you
to add connection limits based on originator IP, originator class of IP and
maximmun load average. This patch conflicts with SSL one.
Submitted by: Sirko Zidlewitz <sz@bytecamp.net> (idea)
|
Fri, 25 Jul 2008
|
[ 18:59 garga ]
Remove RESTRICTED since all DJB code changed to public domain license
|
Tue, 9 Oct 2007
|
[ 18:36 garga ]
- Add MASTER_SITE_LOCAL as a backup MASTER_SITES
- Cleanup a bit
|
Fri, 5 Oct 2007
|
[ 17:37 garga ]
- Take maintainership
- Pet portlint
|
[ 16:36 stefan ]
Restrict optimization to -O - -O2 causes problems at least on amd64.
PR: 113139
Submitted by: Dan Smith<dan@algenta.com>
|
Mon, 24 Sep 2007
|
[ 07:38 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
|
Sun, 3 Sep 2006
|
[ 17:36 kris ]
RESTRICTED is intended here instead of NO_PACKAGE
|
Tue, 8 Aug 2006
|
[ 13:27 garga ]
Fix RBL2SMTPD patch that I added accidentally inside SSL patch if
|
Thu, 8 Jun 2006
|
[ 23:41 garga ]
As qmail ports' maintainer, I recieved a lot of emails reporting a "problem". If
you have a good client using an IP listed on a RBL, this person cannot have a
chance to auth on qmail server if server uses rblsmtpd because connection is
dropped before call qmail-smtpd.
This patch fix this problem, changing rblsmtpd to doesn't drop the connection,
just set a var, that will be checked by patched qmail-smtpd, and if person is
authenticated, it ignores rbl check.
PR: ports/98390
Approved by: maintainer
|
Sun, 14 May 2006
|
[ 13:30 garga ]
- Move SSL block after bsd.port.pre.mk
- Remove USE_REINPLACE
- Unquote NO_PACKAGE
PR: ports/97179
Approved by: maintainer
|
Sat, 13 May 2006
|
[ 04:15 edwin ] (Only the first 10 of 275 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with S
|
Mon, 9 Jan 2006
|
[ 18:59 oliver ]
make it possible to use openssl from ports when no openssl is in base
PR: ports/91563
Approved by: maintainer
|
Sun, 6 Nov 2005
|
[ 17:43 mnag ]
Add SSL support
Add MAN in OPTIONS
Bump PORTREVISION
PR: 87763
Submitted by: Rodrigo Graeff <delphus@gmail.com>
Approved by: dom@happygiraffe.net (maintainer timeout, 16 days)
|
Sat, 14 May 2005
|
[ 18:26 novel ]
OPTIONS'ify.
PR: 81025
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: Dominic Mitchell (maintainer)
|
Thu, 17 Feb 2005
|
[ 08:53 pav ]
- Put an option WITH_RSS_DIFF to apply ucspi-rss.diff, like Volker told on the
old PR, this is not a mandatory patch. It's useful just with qmail.
- SIZEify
PR: ports/77397
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
|
Fri, 11 Feb 2005
|
[ 17:40 vs ]
- Apply ucspi-rss.diff patch
- Remove FATAL messages from portlint
- Bump PORTREVISION
PR: ports/68828
Submitted by: Renato Botelho
Approved by: maintainer timeout
|
Fri, 21 Feb 2003
|
[ 13:28 knu ] (Only the first 10 of 250 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 21 Aug 2002
|
[ 19:51 naddy ]
Add man pages.
PR: 41756
Submitted by: Jos Backus <jos@catnook.com>
Approved by: maintainer
|
Tue, 29 Jan 2002
|
[ 11:58 knu ] (Only the first 10 of 43 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
Thu, 7 Jun 2001
|
[ 08:46 roam ] (Only the first 10 of 12 ports in this commit are shown above. )
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Mon, 10 Jul 2000
|
[ 02:41 steve ]
Update to version 1.88.
|
Thu, 1 Jun 2000
|
[ 16:52 will ]
MASTER_SITE changed directory, adjust.
|
Number of commits found: 40 |