Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.4_4 04 Feb 2024 19:13:55 |
Gleb Popov (arrowd) |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
1.9.4_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.4_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.9.4_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
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 ) |
1.9.4_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.4_3 22 Aug 2020 22:31:12 |
zeising |
audio/nas: fix build with -fno-common
Pull in a patch from upstream to fix the build of audio/nas with
-fno-common, which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
1.9.4_3 27 Sep 2019 07:28:53 |
bapt |
Drop uneeded dependency on deprecated libXP
Add xorg to USES
PR: 240836
Submitted by: zeising |
1.9.4_2 29 May 2019 14:05:26 |
danfe |
Annotate example configuration file as @sample and thus get rid of
pkg-message which merely suggested that "it should work fine as is". |
1.9.4_1 05 May 2018 17:13:42 |
danfe |
Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list. |
1.9.4_1 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
1.9.4_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.9.4_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.9.4_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.9.4_1 22 Sep 2014 10:02:28 |
bapt |
Cleanup plist |
1.9.4_1 28 Jul 2014 14:12:36 |
adamw |
Rename audio/ patch-xy patches to reflect the files they modify. |
1.9.4_1 16 Apr 2014 18:28:50 |
zeising |
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 ) |
1.9.4 19 Oct 2013 00:01:11 |
bapt |
Update to 1.9.4
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries |
1.9.3_1 04 Oct 2013 20:04:08 |
bapt |
Stagify |
1.9.3_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.9.3_1 02 Sep 2013 16:20:27 |
tijl |
Remove USE_GCC=any since the port builds with clang now.
Also remove the no longer needed post-patch target. |
1.9.3 28 Jun 2013 11:51:06 |
bapt |
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 |
1.9.3 09 Oct 2012 22:12:14 |
linimon |
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. |
1.9.3 29 Aug 2011 17:20:33 |
sylvio |
- Update to 1.9.3 |
1.9.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.9.2 17 Apr 2010 20:30:21 |
sylvio |
- Update to 1.9.2
Approved by: itetcu (mentor, implicit) |
1.9.1_3 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
1.9.1_3 12 Apr 2009 20:23:21 |
pav |
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com> |
1.9.1_3 23 Jan 2009 16:28:36 |
flz |
- 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). |
1.9.1_2 24 Jun 2008 19:11:56 |
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!") |
1.9.1_2 24 Jun 2008 07:03:37 |
itetcu |
- Really fix plist this time
- bump PORTREVISION again |
1.9.1_1 24 Jun 2008 01:18:59 |
itetcu |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run |
1.9.1 18 Jun 2008 08:48:58 |
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 |
1.8_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.8 26 Mar 2007 21:35:04 |
mezz |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
1.8 09 Jun 2006 18:59:20 |
ahze |
- Give a few homeless ports a home with multimedia@ |
1.8 04 Jun 2006 21:48:02 |
erwin |
Update to 1.8
PR: 98493
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
1.7c 04 Jun 2006 20:25:15 |
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 |
1.7c 20 May 2006 08:07:51 |
vd |
Fix build on 64 bit platforms |
1.7c 20 May 2006 07:56:48 |
vd |
Split patch-warnings into
patch-clients_audio_audemo_audemo.c
patch-clients_audio_auedit_Graph.c
patch-clients_audio_auedit_auedit.c
patch-clients_audio_aupanel_aupanel.c
patch-clients_audio_auphone_auphone.c
patch-clients_audio_autool_audiotool.c
patch-clients_audio_auwave_auwave.c
patch-server_dda_voxware_config.c
patch-server_dia_gram.y
patch-server_dia_lex.l
to ease with maintaining. |
1.7c 19 May 2006 10:19:12 |
erwin |
Update to 1.7c
PR: 97483
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
1.7b 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.7b 01 Apr 2006 12:18:06 |
edwin |
Use SUB_FILES to replace %%PREFIX%% |
1.7b 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
1.7b 14 Oct 2005 19:44:55 |
lofi |
Back out last commit, the template got fixed in the meantime. |
1.7b 14 Oct 2005 13:36:20 |
mi |
Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later does
not exist on FreeBSD-4.x
Notified by: Paulo Fragoso |
1.7b 11 Oct 2005 18:25:56 |
lofi |
Fix build on 4.x |
1.7b 10 Oct 2005 21:38:56 |
mi |
Remove a bogus variable from the Makefile. |
1.7b 10 Oct 2005 21:34:25 |
mi |
Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port. |
1.7b 10 Oct 2005 21:23:45 |
mi |
Add the missing patch, which provides for nas executables linking
dynamically with -laudio. |
1.7b 10 Oct 2005 19:49:34 |
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... |
1.7 18 Nov 2004 08:11:46 |
pav |
- Fix build on !i386
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> |
1.7 15 Nov 2004 23:46:29 |
pav |
- Update to 1.7
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> |
1.6 14 Apr 2004 18:41:44 |
krion |
- Fix MASTER_SITES
PR: ports/65531
Submitted by: Ports Fury |
1.6 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
1.6 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
1.6 26 Oct 2002 07:58:47 |
obraun |
Upgrade to 1.6.
PR: 44482
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.5 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
1.5 08 Sep 2002 01:20:05 |
kris |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and
avoid duplicate bogus declaration of sys_nerr) |
1.5 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
1.5 25 May 2002 17:37:32 |
trevor |
Attempt to fix compilation error under -CURRENT, logged by bento.
The error did not appear for me under -STABLE. |
30 Dec 2001 18:15:33 |
petef |
- update to 1.5 - update MASTER_SITES - split manpages out into Makefile.man
- print out PKGMESSAGE better |
17 Dec 2000 01:53:30 |
trevor |
Fix alpha build failure by including <machine/pcaudioio.h> only for i386. |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
03 Oct 2000 12:04:24 |
alex |
Remove 0-sized, unused file. |
21 Sep 2000 00:48:07 |
asami |
Remove html man pages and tricks that deal with it -- these are now handled in
bsd.port.mk. |
07 Sep 2000 13:16:59 |
sobomax |
Update to 1.4.1. + Hack PLIST to delete HTML version of manpages on XFree4.
|
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |