| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Oct 2012 22:12:14
1.9.3
|
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. |
29 Aug 2011 17:20:33
1.9.3
|
sylvio  |
- Update to 1.9.3 |
19 Mar 2011 12:38:54
1.9.2
|
miwi  |
- Get Rid MD5 support |
17 Apr 2010 20:30:21
1.9.2
|
sylvio  |
- Update to 1.9.2
Approved by: itetcu (mentor, implicit) |
22 Aug 2009 00:13:27
1.9.1_3  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
12 Apr 2009 20:23:21
1.9.1_3
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com> |
23 Jan 2009 16:28:36
1.9.1_3
|
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). |
24 Jun 2008 19:11:56
1.9.1_2
|
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!") |
24 Jun 2008 07:03:37
1.9.1_2
|
itetcu  |
- Really fix plist this time
- bump PORTREVISION again |
24 Jun 2008 01:18:59
1.9.1_1
|
itetcu  |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run |
18 Jun 2008 08:48:58
1.9.1
|
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 |
19 May 2007 20:32:57
1.8_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
26 Mar 2007 21:35:04
1.8
|
mezz  |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
09 Jun 2006 18:59:20
1.8
|
ahze  |
- Give a few homeless ports a home with multimedia@ |
04 Jun 2006 21:48:02
1.8
|
erwin  |
Update to 1.8
PR: 98493
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
04 Jun 2006 20:25:15
1.7c
|
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 |
20 May 2006 08:07:51
1.7c
|
vd  |
Fix build on 64 bit platforms |
20 May 2006 07:56:48
1.7c
|
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. |
19 May 2006 10:19:12
1.7c
|
erwin  |
Update to 1.7c
PR: 97483
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
03 May 2006 05:14:35
1.7b
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
01 Apr 2006 12:18:06
1.7b
|
edwin  |
Use SUB_FILES to replace %%PREFIX%% |
23 Nov 2005 23:29:54
1.7b
|
pav  |
- Add some SHA256 checksums |
14 Oct 2005 19:44:55
1.7b
|
lofi  |
Back out last commit, the template got fixed in the meantime. |
14 Oct 2005 13:36:20
1.7b
|
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 |
11 Oct 2005 18:25:56
1.7b
|
lofi  |
Fix build on 4.x |
10 Oct 2005 21:38:56
1.7b
|
mi  |
Remove a bogus variable from the Makefile. |
10 Oct 2005 21:34:25
1.7b
|
mi  |
Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port. |
10 Oct 2005 21:23:45
1.7b
|
mi  |
Add the missing patch, which provides for nas executables linking
dynamically with -laudio. |
10 Oct 2005 19:49:34
1.7b
|
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... |
18 Nov 2004 08:11:46
1.7
|
pav  |
- Fix build on !i386
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> |
15 Nov 2004 23:46:29
1.7
|
pav  |
- Update to 1.7
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> |
14 Apr 2004 18:41:44
1.6
|
krion  |
- Fix MASTER_SITES
PR: ports/65531
Submitted by: Ports Fury |
27 Jan 2004 20:51:07
1.6
|
trevor  |
Add SIZE. |
20 Feb 2003 16:49:55
1.6
|
knu  |
De-pkg-comment. |
26 Oct 2002 07:58:47
1.6
|
obraun  |
Upgrade to 1.6.
PR: 44482
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
29 Sep 2002 08:07:47
1.5
|
ijliao  |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
08 Sep 2002 01:20:05
1.5
|
kris  |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and
avoid duplicate bogus declaration of sys_nerr) |
08 Jul 2002 10:22:14
1.5
|
ijliao  |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
25 May 2002 17:37:32
1.5
|
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. |