non port: audio/nas/Makefile |
SVNWeb
|
Number of commits found: 46 |
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:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.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.
|
Fri, 27 Sep 2019
|
[ 07:28 bapt ]
Drop uneeded dependency on deprecated libXP
Add xorg to USES
PR: 240836
Submitted by: zeising
|
Wed, 29 May 2019
|
[ 14:05 danfe ]
Annotate example configuration file as @sample and thus get rid of
pkg-message which merely suggested that "it should work fine as is".
|
Sat, 5 May 2018
|
[ 17:13 danfe ]
Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Oct 2013
|
[ 00:01 bapt ]
Update to 1.9.4
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries
|
Fri, 4 Oct 2013
|
[ 20:04 bapt ]
Stagify
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Mon, 2 Sep 2013
|
[ 16:20 tijl ]
Remove USE_GCC=any since the port builds with clang now.
Also remove the no longer needed post-patch target.
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] (Only the first 10 of 111 ports in this commit are shown above. )
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
Tue, 9 Oct 2012
|
[ 22:12 linimon ] (Only the first 10 of 95 ports in this commit are shown above. )
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
|
Mon, 29 Aug 2011
|
[ 17:20 sylvio ]
- Update to 1.9.3
|
Sat, 17 Apr 2010
|
[ 20:30 sylvio ]
- Update to 1.9.2
Approved by: itetcu (mentor, implicit)
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Sun, 12 Apr 2009
|
[ 20:23 pav ]
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com>
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Tue, 24 Jun 2008
|
[ 19:11 itetcu ]
- restore the way it was before I started to "fix" things that didn't need
fixing (it was failing on my tindys because of a very particular environment
poisoning)
- no bump of PORTREVISION this time since I didn't actually changed anything
Pointyhat to: itetcu@ (raises and waves "It's me!")
|
[ 07:03 itetcu ]
- Really fix plist this time
- bump PORTREVISION again
|
[ 01:18 itetcu ]
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run
|
Wed, 18 Jun 2008
|
[ 08:48 edwin ]
[PATCH] audio/nas: update to 1.9.1
* Update to 1.9.1 which is claimed to fix many race conditions
and nasd segfaults (I experience those quite often with
1.8) (I haven't yet used new nasd for enough time to prove
that)
* Use SF macro, USE_XORG (so this port should be ready to
ports/122340) and make this port respect CC/CXX
* Adapt all old patches to the new code
PR: ports/123684
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 26 Mar 2007
|
[ 21:35 mezz ]
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
|
Fri, 9 Jun 2006
|
[ 18:59 ahze ]
- Give a few homeless ports a home with multimedia@
|
Sun, 4 Jun 2006
|
[ 21:48 erwin ]
Update to 1.8
PR: 98493
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
[ 20:25 erwin ]
Remove -Werror from CFLAGS. Although I cannot reproduce the warning on
an amd64 machine, there are several reports that there is one, so don't
let it break the build.
PR: 97580
Submitted by: "O. Hartmann" <hartmann@quark-park.dyndns.org>,
pointyhat via kris
Fix suggested by: anray
|
Fri, 19 May 2006
|
[ 10:19 erwin ]
Update to 1.7c
PR: 97483
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Sat, 1 Apr 2006
|
[ 12:18 edwin ]
Use SUB_FILES to replace %%PREFIX%%
|
Fri, 14 Oct 2005
|
[ 19:44 lofi ]
Back out last commit, the template got fixed in the meantime.
|
Tue, 11 Oct 2005
|
[ 18:25 lofi ]
Fix build on 4.x
|
Mon, 10 Oct 2005
|
[ 21:38 mi ]
Remove a bogus variable from the Makefile.
|
[ 21:34 mi ]
Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port.
|
[ 19:49 mi ]
Update from 1.7 to 1.7b. Add the following improvements:
1) Use proper CFLAGS to compiled libaudio's unshared/*.o --
previously only the shared objects were thus compiled.
2) Use -fPIC for shared objects only on sparc64 -- on other
platforms use -fpic.
3) Use the unshared/*.o to create the static libaudio.a --
previously the shared objects were used for both libraries.
4) Link with -lXt and -lXau -- the vendor's Imakefile does that
only on Linux, for some reason...
The first three of these points should really be handled by imake et al...
|
Mon, 15 Nov 2004
|
[ 23:46 pav ]
- Update to 1.7
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
|
Wed, 14 Apr 2004
|
[ 18:41 krion ]
- Fix MASTER_SITES
PR: ports/65531
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 16:49 knu ] (Only the first 10 of 170 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 26 Oct 2002
|
[ 07:58 obraun ]
Upgrade to 1.6.
PR: 44482
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 29 Sep 2002
|
[ 08:07 ijliao ] (Only the first 10 of 29 ports in this commit are shown above. )
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
Mon, 8 Jul 2002
|
[ 10:22 ijliao ] (Only the first 10 of 17 ports in this commit are shown above. )
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Sun, 30 Dec 2001
|
[ 18:15 petef ]
- update to 1.5 - update MASTER_SITES - split manpages out into Makefile.man
- print out PKGMESSAGE better
|
Thu, 21 Sep 2000
|
[ 00:48 asami ]
Remove html man pages and tricks that deal with it -- these are now handled in
bsd.port.mk.
|
Thu, 7 Sep 2000
|
[ 13:16 sobomax ]
Update to 1.4.1. + Hack PLIST to delete HTML version of manpages on XFree4.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:48 sobomax ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 46 |