aboutsummaryrefslogtreecommitdiffstats
path: root/audio/spiralsynthmodular
Commit message (Collapse)AuthorAgeFilesLines
* audio/spiralsynthmodular: Fix build with Clang 6tobik2018-08-015-1/+76
| | | | | | | | SpiralSynthModular.C:1016:14: error: comparison between pointer and integer ('char *' and 'int') if (fn && fn!='\0') ~~^ ~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/spiralsynthmodular-0.2.2a_9.log
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-251-2/+0
| | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
* Cleanup patches, a* categories.mat2016-07-275-22/+22
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Strip librariesamdmi32015-06-051-2/+5
|
* audio category: Remove $PTHREAD_LIBSmarino2015-03-261-3/+3
| | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
* - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}amdmi32014-10-172-2/+1
| | | | | - Drop @dirrm* from plists - Other minor fixes
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Add staging supportpawel2014-05-111-36/+15
| | | | | | - Use options helpers - Break lines around 80 characters, remove excessive blank ones
* - Fix build with clangamdmi32014-03-014-1/+12
| | | | - Fix patch filenames
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Trim the Makefile header per new guidelinesdanfe2013-02-262-19/+11
| | | | | | | - Remove hardcoded shlib ABI versions from LIB_DEPENDS - Drop leading indefinite article and fix a typo in COMMENT - Synchronize port description with COMMENT line - Convert to the new generation OPTIONS framework
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Unbreak build with lang/gcc46miwi2011-12-272-3/+35
| | | | | PR: 163346 Submitted by: Jan Beich <jbeich@tormail.net>
* - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-151-2/+4
| | | | Feature safe: yes
* - Mark BROKEN: does not compile with new fltkpav2011-11-051-0/+2
| | | | Reported by: pointyhat
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Reset dyeske@gmail.com at his request.linimon2009-02-032-4/+1
| | | | Hat: portmgr
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - 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)
* - Fix build with gcc 4.2miwi2007-11-301-3/+2
| | | | | Submitted by: David Yeske <dyeske@gmail.com> (maintainer) Approved by: portmgr (pav)
* Mark as broken: fails to find jack plugin.linimon2007-11-231-0/+2
| | | | Approved by: portmgr (self)
* - Fix build with gcc42beech2007-09-112-3/+17
| | | | | Approved by: David Yeske <dyeske@gmail.com> (maintainer), sat (mentor)
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-062-3/+3
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Now appears to build on amd64kris2007-03-041-2/+2
|
* portlintitetcu2006-07-041-1/+1
| | | | | | PR: ports/99151 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to version 0.2.2akrion2004-05-175-28/+19
| | | | | PR: ports/66730 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* BROKEN on amd64 and ia64: Does not compilekris2004-03-131-1/+7
|
* Update to 0.2.1arved2003-04-184-13/+23
| | | | Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* New port spiralsynthmodular version 0.2.0: An object orientatedlioux2003-01-3110-0/+177
modular softsynth / sequencer / sampler Submitted by: David Yeske <dyeske@yahoo.com>