aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-11-18 03:20:17 +0800
committerpav <pav@FreeBSD.org>2003-11-18 03:20:17 +0800
commitfbf356a73da56a80d6a3d190f34397e8d54d810f (patch)
tree8b77cb159f92be8c0ecdaffa4dcb78039b64df3d /audio
parent30f16ec583b379ae8901be8bfeb3d9f36ea08133 (diff)
downloadfreebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.tar.gz
freebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.tar.zst
freebsd-ports-gnome-fbf356a73da56a80d6a3d190f34397e8d54d810f.zip
- Let the build break on -CURRENT a little later.
This software needs ultrasound.h header which was axed from HEAD 3 years ago. It survived in RELENG_4 however. PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor)
Diffstat (limited to 'audio')
-rw-r--r--audio/playmidi/Makefile2
-rw-r--r--audio/playmidi/files/patch-ad12
2 files changed, 1 insertions, 13 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile
index 912d419311bc..9929f177fa18 100644
--- a/audio/playmidi/Makefile
+++ b/audio/playmidi/Makefile
@@ -15,7 +15,7 @@ COMMENT= MIDI player
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 501000
+.if ${OSVERSION} > 500014
BROKEN= "Does not compile"
.endif
diff --git a/audio/playmidi/files/patch-ad b/audio/playmidi/files/patch-ad
index 03a60f814d40..53ef556a7e4b 100644
--- a/audio/playmidi/files/patch-ad
+++ b/audio/playmidi/files/patch-ad
@@ -15,15 +15,3 @@
#define ISPERC(x) (perc & (1 << x))
#define ISGUS(x) (play_gus & (1 << x))
#define ISFM(x) (play_fm & (1 << x))
-@@ -50,7 +50,11 @@
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
-+#ifdef __FreeBSD__
-+#include <machine/soundcard.h>
-+#else
- #include <sys/soundcard.h>
-+#endif
- #include <sys/ioctl.h>
- #ifdef linux
- #include <linux/awe_voice.h>
2-12/+5 * - add PORTSCOUTdinoex2009-02-161-0/+1 * - Update to 4.8.2rafan2009-02-158-54/+57 * - remove option GVFS_OPENdinoex2009-02-151-9/+1 * - Fix plist after ruby update by generating it dynamically.stas2009-02-146-938/+4 * - Update to 0.4.0miwi2009-02-092-4/+7 * rubygem-prawn-layout is an extension to Prawn that providesmiwi2009-02-094-0/+35 * - Distfile re-rolled upstream:pgollucci2009-02-041-3/+3 * 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-0410-448/+0 * - add option WITH_GVFS_OPENdinoex2009-02-032-2/+13 * - Update to 0.0.3lwhsu2009-02-022-6/+11 * - Update portversion to 1.7beech2009-02-021-1/+1 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-026-12/+6 * Update to 1.0.13ahze2009-02-022-4/+4 * - Update download locationpav2009-02-011-1/+2 * - Update download locations, files that are no longer available mirror locallypav2009-01-315-5/+5 * - Update to 2.5.0gabor2009-01-313-6/+6 * - Now builds in presence of devel/p5-ExUtils-CBuilderpav2009-01-301-5/+1 * - Fix buildpav2009-01-302-1/+12 * - Unbreak after recent guile updatetabthorpe2009-01-282-2/+13 * - Update to 0.8cbeech2009-01-272-4/+4 * Update to 1.9.45ahze2009-01-262-4/+4 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-244-6/+7 * Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2 * - Mark BROKEN after lang/guile updatemiwi2009-01-231-1/+4 * Bump PORTREVISION after the recent libtasn1 shared lib update.itetcu2009-01-211-1/+1 * - Update to 2.2pav2009-01-213-25/+65 * - Update download locationspav2009-01-211-1/+2 * Add pkipplib which is a prerequisite of pykota.rafan2009-01-195-0/+40 * Bump USE_GCC=4.1+ to USE_GCC=4.2+.gerald2009-01-181-1/+1 * - add LICENSE:dinoex2009-01-172-0/+4 * - Update to 1.0.1miwi2009-01-143-7/+32 * - Fix insecure temporary filesmiwi2009-01-124-16/+121 * - Chase fop update in depobjpav2009-01-111-1/+1 * Presenting GNOME 2.24 for FreeBSD.marcus2009-01-105-28/+8 * - This port does not need libgnugetoptpav2009-01-091-2/+0 * - USE_GZIP does not need to be defined last few yearspav2009-01-091-1/+0 * - Fix fetchpav2009-01-071-9/+2 * - Maintainer address is bouncing:pav2009-01-071-1/+1 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-076-20/+4 * Bump PORTREVISION's after OpenLDAP update.delphij2009-01-063-3/+3 * - Correct expiration datepav2009-01-061-1/+1 * - Update to 4.8.1rafan2009-01-033-4/+9 * - Make it PREFIX-clean by using relative TEXMFDIR in plistrafan2009-01-034-2354/+2366 * Ignore return value of updmap-sys(1) when a mapfile is added.hrs2008-12-311-2/+2 * - Update to 5.9.3.araujo2008-12-302-4/+4 * CATEGORIES+= python for py- ports missing itpgollucci2008-12-282-2/+2 * - Update to 20081224miwi2008-12-274-21/+56 * Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portslinimon2008-12-252-4/+1 * - Update to 0.3.0miwi2008-12-252-4/+4 * - Update to 1.0.12.mezz2008-12-254-15/+5 * Update to 1.9.44.mezz2008-12-252-4/+4 * - Update to 2.72miwi2008-12-242-5/+5 * - Update to 1.12miwi2008-12-243-13/+16 * - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-201-0/+2 * - Set for expiration, this port depends on broken, expired port lang/pm3-basepav2008-12-201-0/+3 * Update to 4.1.0nox2008-12-202-5/+6 * Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2008-12-181-1/+1 * - Update to 1.9.19pav2008-12-187-1993/+42 * - Update to 3.38pav2008-12-183-5/+17 * Update distinfo. The version 0.3.4 has been rolled out but mosthrs2008-12-162-7/+11 * - Fonts needed to build and not provided with the sources have been packedgahr2008-12-122-12/+7 * Update to 0.3.4.hrs2008-12-072-5/+4 * Update to 0.2.2.marcus2008-12-062-4/+4 * - Update to 0.8amiwi2008-12-052-11/+17 * - Update to 2.11.65gahr2008-12-033-3967/+2628 * - Update to 1.3.6miwi2008-12-022-5/+4 * - Update to 4.3amdmi32008-12-012-4/+4 * Drop maintainership.lioux2008-11-301-1/+1 * ups add missing patchesmiwi2008-11-294-0/+568 * - Fix hpssd Denial of Servicemiwi2008-11-292-2/+2 * Take maintainership of the following important ports:gabor2008-11-293-3/+3 * Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,linimon2008-11-299-9/+9 * Reset bdluevel@heitec.net: email address bounces.linimon2008-11-291-1/+1 * - Fix integer overflow in PNG validationdinoex2008-11-282-1/+28 * - Fix NULL pointer dereference in MaxSubscriptiondinoex2008-11-282-0/+180 * The PDF Renderer is an open source, all Java library which rendersale2008-11-255-0/+71 * The PECL-haru extension provides bindings to themiwi2008-11-244-0/+39 * Fix typoahze2008-11-232-1/+2 * Update to 1.0.11ahze2008-11-235-15/+16 * Update to 1.9.43ahze2008-11-232-4/+4 * - fix plist for -DNOPORTDOCSitetcu2008-11-222-7/+7 * upgrade to 2.1.0ijliao2008-11-225-31/+43 * Update dependency due to addition of textproc/linux-scim-gtk.hrs2008-11-211-1/+2 * - Update to 2.11.64 (Documentation still broken upstream)gahr2008-11-193-7/+8 * - Fix CVE 2008-3863, 2008-4306rafan2008-11-182-1/+95 * The supertabular bundle defines the supertabular and supertabular*pav2008-11-145-0/+88 * - Update to 2.11.63gahr2008-11-123-142/+136 * rtf2latex2e is a program that translates RTF (rich text format) files intotabthorpe2008-11-117-0/+161 * Prawn is a new pure Ruby PDF generation library,miwi2008-11-104-0/+39 * Update to Adobe Reader 8.1.3.hrs2008-11-089-27/+26 * - Fix pkg-plist.hrs2008-11-082-8/+4 * Update to 8.63. Changes include (quoted from doc/News.htm):hrs2008-11-024-19/+13 * update xfce to 4.4.3oliver2008-10-313-5/+9 * - Update print/hs-hscolour to version 1.10.1amdmi32008-10-274-8/+8 * - Update to 0.8miwi2008-10-242-4/+4 * - Update to 1.3.9dinoex2008-10-151-1/+1 * - Security Update to 1.3.9dinoex2008-10-153-8/+6 * - Update to 5.9.1.araujo2008-10-142-4/+4 * - Update to 1.2.15nivit2008-10-112-6/+6 * Update to 7.0.3 release.ale2008-10-112-4/+4 * Add missing dependency.hrs2008-10-051-2/+2 * Fix WITH_SHLIB=yes case.hrs2008-10-051-0/+1 * Add a hyphen to ${TAR}'s option. It is useful when ${TAR} ishrs2008-10-051-2/+2 * Fix NOPORTDOCS=yes case.hrs2008-10-052-29/+24 * Fix dependency broken due to acroread7 removal.hrs2008-10-052-8/+3 * Fix NOPORTDOCS=yes case and style cleanups.hrs2008-10-0511-162/+78 * Fix an issue that print/ghostscript8 does not sethrs2008-10-051-26/+25 * - Update to 1.05lwhsu2008-10-022-4/+4 * - Update to 20080927miwi2008-09-303-7/+9 * Hook ifxetex up to the build to unbreak INDEX.erwin2008-09-281-0/+1 * - Properly call mktexslr when (un)installing by package.wxs2008-09-271-1/+11 * - Fix segfault on amd64miwi2008-09-262-1/+67 * This very simple package, for both Plain and LaTeX, defineswxs2008-09-253-0/+52 * Remove the redundant CFLAGS definition formarcus2008-09-251-4/+0 * - Update to 2.11.59gahr2008-09-253-281/+332 * - package cleanup, do not created obsolte dirsdinoex2008-09-072-9/+1 * - update to new distfiledinoex2008-09-072-9/+5 * - Fix fetchitetcu2008-09-071-4/+4 * Reset tg due to lack of commits for several months and no response to email.linimon2008-09-071-1/+1 * Reset lofi due to not commits in over 3 months, PR backlog, and no responselinimon2008-09-074-4/+4 * Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-072-2/+2 * - update MASTER_SITESdinoex2008-09-071-1/+6 * - upate to 1.3.8dinoex2008-09-071-2/+1 * Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS).mezz2008-09-072-4/+0 * - update to 1.3.8dinoex2008-09-064-95/+131 * Remove ports of Adobe Reader 7 and the localized versions because ofhrs2008-09-0626-1012/+8 * - Update to 3.36amdmi32008-09-064-84/+86 * * print/ghostscript-* and related ports have been renamed in thehrs2008-09-06108-9663/+7 * - Update to 1.11pav2008-09-052-4/+4 * A LaTeX package, which provides facilities for inline and display quotations.miwi2008-09-054-0/+74 * - Update to 1.9.lippe2008-09-036-53/+167 * Update to 1.0.7ahze2008-09-023-4/+7 * Update to 1.9.42ahze2008-09-022-4/+4 * - Update to 2.11.57gahr2008-08-283-307/+500 * - Update to 3.50rafan2008-08-263-5/+29 * - Update to 20080824rafan2008-08-253-7/+12 * - Fix type: NO_CCACHE -> NOCCACHEgahr2008-08-221-1/+1 * - Update to 2.11.56gahr2008-08-213-207/+363 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-2112-16/+4 * Assign to new volunteer.linimon2008-08-202-2/+2 * Reset conrads@cox.net due to lack of time to work on FreeBSD.linimon2008-08-201-1/+1 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-204-5/+5 * Reassign to general pool by maintainer request.linimon2008-08-191-1/+1 * Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1 * - Update to 2.71miwi2008-08-192-4/+4 * Update to 0.2.1.marcus2008-08-172-4/+4 * [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10edwin2008-08-153-71/+71 * [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10edwin2008-08-154-33/+37 * Update to 1.21.2perky2008-08-142-5/+4 * - Fix build when textproc/flex is installedgahr2008-08-142-4/+81 * - Update to version 0.7.3.brix2008-08-132-4/+4 * - Security fixdinoex2008-08-122-1/+73 * - Update to 2.70miwi2008-08-123-5/+6 * - Update to 1.5.6 (also change to qt4)miwi2008-08-123-105/+71 * - Update to 1.6miwi2008-08-122-4/+4 * - Update to 2.11.55gahr2008-08-083-1176/+1097 * - Fix build after qt 4.4.1 updatemiwi2008-08-051-4/+4 * Remove unneeded rundeps on qt4 buildtoolsarved2008-08-011-2/+2 * Mark as BROKEN if devel/p5-ExtUtils-CBuilder is installed: does not build due...vs2008-07-301-1/+5 * Try to remove xdg dirsahze2008-07-271-0/+2 * Update to 1.0.4ahze2008-07-276-37/+54 * - Update to 3.6.5.lippe2008-07-274-14/+23 * Update to 1.9.41ahze2008-07-262-4/+4 * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-257-8/+7 * - Minimal patch to prevent a buffer overflow.beech2008-07-221-0/+11 * GSView is covered by the AFPL license.ale2008-07-211-0/+2 * - Chase lang/guile share library version bump (.18 -> .19)rafan2008-07-211-1/+2 * - Update to 20080720miwi2008-07-213-10/+161 * Update to 8.1.2 Security Update 1. Quoted from the advisory:hrs2008-07-219-26/+27 * Update to 11.85. Changes include:hrs2008-07-194-8/+63 * - Update to 0.6.1miwi2008-07-193-13/+30 * GSview is a graphical interface for Ghostscript. (Ghostscript is anmiwi2008-07-197-0/+158 * Changed my MAINTAINER address toglarkin2008-07-191-1/+1 * Upgrade ghc to 6.8.3.obraun2008-07-191-1/+2 * - Update to 2.11.52gahr2008-07-153-13633/+14396 * - Update to 2.1lwhsu2008-07-153-11/+27 * andreas' commit bit has been taken in for safekeeping.linimon2008-07-141-1/+1 * Remove a workaround for PostScript files generated by oldhrs2008-07-114-22/+2 * - Remove useless scriptsgahr2008-07-092-34/+0 * - Update to 2.11.51gahr2008-07-092-12/+12 * - Update to 2.11.50gahr2008-07-092-12/+12 * - Update to 0.16.0.20080706, it's more than 0.17 RC1.mezz2008-07-07