non port: net/minisapserver/Makefile |
SVNWeb
|
Number of commits found: 36 |
Thu, 30 Mar 2023
|
[ 23:59 Muhammad Moinur Rahman (bofh) ] 05dac5c
net/minisapserver: Remove expired port:
2023-03-31 net/minisapserver: Obsolete utility, functionality is now included in
multimedia/vlc
|
Sun, 12 Mar 2023
|
[ 12:13 Thomas Zander (riggs) ] 9859c91
net/minisapserver: Mark DEPRECATED
Rationale: This was previously a standalone port, but the functionality
is integrated in multimedia/vlc.
PR: 270148
Reported by: diizzy
|
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:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (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, 26 Dec 2018
|
[ 13:29 tobik ]
net/minisaperver: Fix build on CURRENT
broadcast.cpp:91:13: error: value of type '__bind<int &, sockaddr *, unsigned
int>' is not contextually convertible to 'bool'
if (bind (fd6, (struct sockaddr *)&addr, sizeof (addr)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p488289_s342400/logs/minisapserver-0.3.8_1.log
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 29 Jul 2014
|
[ 21:07 adamw ] (Only the first 10 of 106 ports in this commit are shown above. )
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 23 Jul 2014
|
[ 17:12 adamw ]
Remove quotes that surrounded entire _DESC strings.
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 20 Oct 2013
|
[ 18:07 bapt ]
Enable stage
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 30 May 2012
|
[ 17:13 bapt ]
convert to new options framework
|
Tue, 10 Apr 2012
|
[ 00:32 bapt ]
- update to 0.3.8
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tue, 12 Jul 2011
|
[ 06:22 bapt ]
- update to 0.3.7
- use xz distfile
- add license
- remove useless gmake dependency
|
Wed, 2 Jun 2010
|
[ 17:04 sylvio ]
- Mark BROKEN to 6.x, does not compile.
|
Sun, 30 May 2010
|
[ 15:53 sylvio ]
- Update to 0.3.6
|
Sat, 27 Mar 2010
|
[ 01:08 dougb ]
Properly utilize USE_RC_SUBR
Make pkg-message dynamic
PR: ports/143141
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Fri, 29 Jun 2007
|
[ 16:30 ahze ]
Update to 0.3.4
|
Sat, 10 Jun 2006
|
[ 19:29 ahze ]
- Transfer to multimedia@
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Sat, 7 Jan 2006
|
[ 06:29 dougb ] (Only the first 10 of 43 ports in this commit are shown above. )
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
|
Mon, 17 Oct 2005
|
[ 23:32 ahze ]
- Update to 0.3.2
Reported by: edwin port version check
|
Wed, 5 Oct 2005
|
[ 04:30 ahze ]
- Update to 0.3.1 [1]
- Make OPTIONS really work
Noticed by: ports version checker thing [1]
|
Mon, 11 Jul 2005
|
[ 05:44 ahze ]
- Update to 0.3.0
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 29 Oct 2004
|
[ 22:24 ahze ] (Only the first 10 of 40 ports in this commit are shown above. )
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
|
Wed, 28 Jul 2004
|
[ 06:13 krion ]
Update to 0.2.4
PR: ports/69684
Submitted by: maintainer
|
Tue, 13 Jul 2004
|
[ 20:27 vs ]
Add option for SLP via openslp
PR: ports/68935
Submitted by: Michael Johnson (maintainer)
|
Mon, 7 Jun 2004
|
[ 09:03 krion ]
- Use USE_RC_SUBR
PR: ports/67659
Submitted by: maintainer
|
Tue, 25 May 2004
|
[ 09:17 krion ]
Add minisapserver 0.2.3, SAP and SLP announcement for the VLC Media
Player.
PR: ports/67162
Submitted by: michael johnson <ahze@ahze.net>
|
Number of commits found: 36 |