summaryrefslogtreecommitdiff
path: root/audio/xwave (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-041-1/+1
| | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
|
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2615-63/+63
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
|
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2816-0/+0
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Support stageBaptiste Daroussin2014-02-051-10/+6
|
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | Holdout shame list: ruby, perl, python
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | audio)
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* audio/xwave: Fix typoChris Rees2013-05-041-1/+1
| | | | | | PR: ports/175986 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: maintainer
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | Submitted by: trevor With hat: portmgr
* Move distfile from trevors to my public_distfiles.Tilman Keskinoz2011-08-082-3/+5
| | | | | | | Update maintainer emailadress and pkg-descr PR: 155356 Submitted by: maintainer
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | Reported by: pointyhat
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | - 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).
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-221-1/+1
| | | | Approved by: portmgr (self)
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-131-1/+1
| | | | I have contributed, in hopes of attracting less spam.
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-5/+5
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-081-4/+6
|
* Use MASTER_SITE_LOCAL.Trevor Johnson2002-06-092-4/+2
| | | | | PR: 39056 Submitted by: Martin Kraft (maintainer)
* PORTDOCS policeDavid W. Chapman Jr.2001-07-081-5/+5
| | | | | PR: 28600 Submitted by: Patrick Li <pat@databits.net>
* fixes for two libfwf-related compilation problems (see comments inTrevor Johnson2001-03-052-7/+68
| | | | | | | | patches) Submitted by: maintainer PR: 20705 reported by: Vivek Khera <khera@kciLink.com>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* - Update to version 2v2Maxim Sobolev2000-07-1319-95/+272
| | | | | PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change MAINTAINER.Maxim Sobolev2000-06-301-2/+2
| | | | | PR: 19595 Submitted by: MAINTAINER
* New port xwave - a wave record/play/edit utility.Maxim Sobolev2000-06-2910-0/+303
PR: 19200 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD