aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular
Commit message (Collapse)AuthorAgeFilesLines
* audio/spiralsynthmodular: Fix build with Clang 6Tobias Kortkamp2018-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 Notes: svn path=/head/; revision=476156
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-2/+0
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* Cleanup patches, a* categories.Mathieu Arnold2016-07-265-22/+22
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Strip librariesDmitry Marakasov2015-06-041-2/+5
| | | | Notes: svn path=/head/; revision=388553
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+3
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}Dmitry Marakasov2014-10-172-2/+1
| | | | | | | | - Drop @dirrm* from plists - Other minor fixes Notes: svn path=/head/; revision=371065
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Support LIBS like LDFLAGS.Tijl Coosemans2014-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) Notes: svn path=/head/; revision=357486
* - Add staging supportPawel Pekala2014-05-101-36/+15
| | | | | | | | | - Use options helpers - Break lines around 80 characters, remove excessive blank ones Notes: svn path=/head/; revision=353578
* - Fix build with clangDmitry Marakasov2014-03-014-1/+12
| | | | | | | - Fix patch filenames Notes: svn path=/head/; revision=346587
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Trim the Makefile header per new guidelinesAlexey Dokuchaev2013-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 Notes: svn path=/head/; revision=312973
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Unbreak build with lang/gcc46Martin Wilke2011-12-262-3/+35
| | | | | | | | PR: 163346 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=288086
* - Unbreak - fix build with latest x11-toolkits/fltkPietro Cerutti2011-11-151-2/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285851
* - Mark BROKEN: does not compile with new fltkPav Lucistnik2011-11-041-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=285056
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-1/+1
| | | | Notes: svn path=/head/; revision=251412
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Reset dyeske@gmail.com at his request.Mark Linimon2009-02-022-4/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=227472
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Fix build with gcc 4.2Martin Wilke2007-11-301-3/+2
| | | | | | | | Submitted by: David Yeske <dyeske@gmail.com> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=202863
* Mark as broken: fails to find jack plugin.Mark Linimon2007-11-231-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202802
* - Fix build with gcc42Beech Rintoul2007-09-102-3/+17
| | | | | | | | Approved by: David Yeske <dyeske@gmail.com> (maintainer), sat (mentor) Notes: svn path=/head/; revision=199299
* dyeske at yahoo dot com -> dyeske at gmail dot comEdwin Groothuis2007-07-052-3/+3
| | | | Notes: svn path=/head/; revision=195037
* - 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}. Notes: svn path=/head/; revision=191544
* Now appears to build on amd64Kris Kennaway2007-03-031-2/+2
| | | | Notes: svn path=/head/; revision=186446
* portlintIon-Mihai Tetcu2006-07-031-1/+1
| | | | | | | | | PR: ports/99151 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=166859
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* - Update to version 0.2.2aKirill Ponomarev2004-05-175-28/+19
| | | | | | | | PR: ports/66730 Submitted by: maintainer Notes: svn path=/head/; revision=109320
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* BROKEN on amd64 and ia64: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103863
* Update to 0.2.1Tilman Keskinoz2003-04-184-13/+23
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=79223
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* New port spiralsynthmodular version 0.2.0: An object orientatedMario Sergio Fujikawa Ferreira2003-01-3010-0/+177
modular softsynth / sequencer / sampler Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=74306