aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rosegarden
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* Update audio/rosegarden to 18.12 (latest release).adridg2018-12-303-28/+19
| | | | | | | | | | | | | | | | | | Release Notes since 17.04 (previous version in ports): https://rosegardenmusic.com/wiki/dev:17.12 https://rosegardenmusic.com/wiki/dev:18.06 https://rosegardenmusic.com/wiki/dev:18.12 Notable is removing Qt4 support, which aligns well with our intentions to remove Qt4 from ports. Since Qt5 was the default toolkit already, this should have little impact on Rosegarden users. Each of the releases had a bunch of bugfixes as well. This update supercedes the update in the PR, which bumped to version 17.12. PR: 227384 Reported by: yuri
* Change cmake default behaviour to outsource.tcberner2018-12-261-1/+1
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-021-2/+9
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-6/+7
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Take maintainership of unowned ports audio/{rosegarden,musescore}.adridg2018-02-061-1/+1
| | | | | | | Both are Qt5 applications related to sheet music. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14206
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Update ot 17.04tcberner2017-05-203-35/+4
| | | | | | | | * drop files/patch-src_gui_application_main.cpp -- it built fine with gcc5 gcc6 and clang without it Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10829
* - Switch to USES=localbaseamdmi32017-04-121-5/+2
|
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Four audio ports: USES+= alias (for DF)marino2016-12-181-2/+2
|
* Update to 16.06jhale2016-10-222-3/+4
| | | | | PR: 213663 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-11/+11
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 16.02mat2016-03-154-18/+18
| | | | | | PR: 207983 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to upstream version 15.12.1riggs2016-02-293-19/+54
| | | | | PR: 205889 Submitted by: tkato432@yahoo.com
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* Update to version 15.10.2pawel2015-11-073-19/+21
| | | | | PR: 204193 Submitted by: tkato432@yahoo.com
* - Update to version 15.08pawel2015-10-024-23/+19
| | | | | | | | | | - Simplify MASTER_SITES - Add LICENSE_FILE - Use CPPFLAGS for preprocessor flags - Remove INSTALLS_ICONS, it's for Gtk+ applications PR: 202841 Submitted by: tkato432@yahoo.com
* - Switch to linguisttools_buildamdmi32015-02-261-1/+1
|
* - Update to 14.12amdmi32015-01-272-4/+3
| | | | | PR: 197068 Submitted by: antont@inbox.lv
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Drop @dirrm* from plistamdmi32014-09-241-12/+2
| | | | - Fix plist
* math/fftw3:tijl2014-09-011-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* comms/lirc:tijl2014-08-111-0/+1
| | | | | | | | | - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1]
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)ohauer2014-06-011-2/+1
|
* - Update to version 14.02pawel2014-03-083-8/+8
| | | | | | - Convert to USES desktop-file-utils shared-mime-info - Strip program binary - Drop maintainership
* Update to version 13.10pawel2013-10-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | ===== New Features ===== * Selection event filter can select rests * Selection event filter can select either performance or notation duration * LilyPond export converts a ''(c)'' or a ''(C)'' in the copyright header to a proper symbol automatically * New interpretation toolbar for the notation editor streamlines the ''**Adjust -> Interpret**'' process * New option to allow LilyPond to export fingerings inside the staff (can improve collision resolution) * New option to instruct Rosegarden not to start JACK automatically at startup, allowing you to control this behavior without having to put garbage in your ~/.jackdrc file * Support LilyPond 2.14
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Enable stagingpawel2013-10-141-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-5/+5
| | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
* - Update to version 13.06pawel2013-07-232-6/+4
| | | | | | | | | | | | | | - Remove MAKE_JOBS_SAFE, now it's default - Set compiler not preprocessor flags The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage by almost 50% when recording MIDI. Rosegarden has been plagued with MIDI recording problems for most of its history, and this improvement is huge. While Ted worked on stabilization, Tom Breton made significant improvements in a variety of areas. (See new features enumerated below.) This release should be significantly more stable than recent versions, and we encourage all users to give this improved version a try.
* Bump PORTREVISION after upgrade to audio/liblo.deischen2013-07-141-1/+1
| | | | After discussion with: pawel and MAINTAINER.
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Convert my ports to current standardspawel2013-07-111-2/+1
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categorybapt2013-04-231-1/+1
|
* Update to version 13.04pawel2013-04-172-28/+5
| | | | Feature safe: yes
* Update to version 13.02pawel2013-02-192-4/+4
| | | | | | | | | | | | | | | | | | | | | This is a stabilization release that includes some important fixes. Users should feel encouraged to upgrade to 13.02 immediately, and stop using previous versions of Rosegarden. ===== Bug Fixes ===== * Use 64 for "dumb" NoteOff velocities, not 127 * Made InternalSegmentMapper handle RealTime segment delays consistently * SortingInserter now sorts stably, fixing a noteoff race in MIDI export * Fixed old code that never worked, making Rosegarden export LilyPond staff names that include transposition information * Fixed crash when changing the number of audio submasters (Tim Munro) ===== New Features ===== * LilyPond export now inserts \RemoveEmptyStaves to suppress the printing of empty staves by default * Tracks have a secondary "short label" property. The primary label is exported to LilyPond as the long staff name, eg., "Trumpet in Bb," and the secodary label is the short staff name, eg., "Tpt."
* Update to 12.12.25pawel2012-12-292-6/+5
| | | | | | | Changelog: * Update Japanese translation * Fix problem with conflicting keyboard shortcuts that were introduced in 12.12 accidentally
* Chase icu, graphite2 and libexttextcat bumpbapt2012-12-191-0/+1
|
* - Update to version 12.12pawel2012-12-123-28/+45
| | | | | - Sort USE_ flags, port needs pkg-config during build - Add missing deps
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to version 12.04pawel2012-05-102-4/+4
| | | | Changelog: http://www.rosegardenmusic.com/wiki/dev:12.04
* Update to version 11.11.42pawel2011-12-162-3/+3
| | | | | | This release includes a fix for a major LilyPond export bug, so if you do anything with notation, it's worth upgrading immediately. It also includes the CPU usage reduction work and updated translations.
* Update to version 11.11.11pawel2011-11-162-3/+3
| | | | | | | | Rosegarden 11.11.11 is a minor point release that includes additional translations, and one notable change by Ted Felix that might offer a tangible reduction in CPU usage without any noticeable side effects. Feature safe: yes
* Update to version 11.11.1pawel2011-11-092-5/+4
|
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-2/+3
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - 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
* - update to version 11.06pawel2011-07-062-7/+6
| | | | | | | - fix portlint error - use CPPFLAGS instead of CONFIGURE_ENV for compiler flags Approved by: miwi (mentor)
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-0/+1
|
* - Update my email to FreeBSDpawel2011-03-241-1/+1
| | | | Approved by: miwi, wen (mentors)
* - Update to 11.02miwi2011-02-072-4/+4
| | | | | | PR: 154522 Submitted by: maintainer Feature safe: yes
* - Fix plistpav2010-11-261-0/+1
| | | | Reported by: pointyhat
* - Update to 10.10miwi2010-11-154-19/+26
| | | | | | | | | - Add LICENSE info - Mark MAKE_JOBS_SAFE - Pass maintainership to submitter PR: 152245 Submitted by: "Pawel Pekala" <c0rn@o2.pl>
* Update to 10.04.2makc2010-06-2816-320/+63
| | | | | | PR: ports/147755 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes
* - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1
| | | | Reported by: pointyhat
* - extend support for tcl8.2dinoex2009-04-131-3/+0
| | | | Requested by: Chris Rees
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-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).
* - Deprecate due to planned removal of tcl82 / tk82mm2009-01-221-0/+3
| | | | - Set expiration date to 2009-04-22
* - 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)
* - 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}.
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix location of true(1) in configure.in. This problem is masked iflesi2004-12-022-3/+13
| | | | | | | | makedepend (a part of imake) is installed as configure looks for it first. If it cannot find it it just uses true(1) instead. Since upgrade of X.Org ports to 6.8.1, makedepend is no longer necessary there at build time. Tell it that true actually lives in /usr/bin as putting this in CONFIGURE_ENV doesn't work.
* Point WWW to new projectsitemarkus2004-04-121-2/+1
| | | | Approved by: arved (mentor)
* SIZEify.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Assign maintainership to ports@krion2004-02-191-1/+1
| | | | | PR: ports/63057 Submitted by: maintainer
* USE_REINPLACEarved2003-10-241-1/+2
| | | | | PR: 47651 Submitted by: Simon Schubert
* De-pkg-comment.knu2003-02-212-1/+1
|
* update WWWijliao2002-06-081-1/+1
|
* - Update MASTER_SITESsobomax2000-12-196-69/+67
| | | | | | | | | - Support PREFIX properly - Fix configure error under XFree86 4.x PR: 23621 Submitted by: Ports Furry No response from: maintainer
* "${MV} -i" is not a good idea for port.sobomax2000-06-081-1/+1
| | | | | PR: 19054 Submitted by: Alexander Langer <alex@big.endian.de>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+3
|
* Update to use Tcl/Tk version 8.2.steve1999-11-2910-12/+12
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* - Update to 2.1pl2.cpiazza1999-10-118-26/+40
| | | | | | | | | | | - Move Petal.so back into ${PREFIX}/lib/rosegarden/petal - Install a wrapper script that adds the dir to TCLLIBPATH so you don't have to edit your .profile because of this... - Fixes for the FreeBSD sound system, midi playback while recording works now. PR: 14234 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Should USE_X_PREFIX so the program can find it's app-defaultscpiazza1999-10-031-1/+1
| | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build onsteve1999-09-202-4/+18
| | | | FreeBSD/Alpha.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Create a directory before installing data to it in case it wasn'tcpiazza1999-07-241-1/+2
| | | | | | there in the first place. Noticed by: bento.freebsd.org
* Remove some whitespace that I introduced.cpiazza1999-07-121-2/+2
|
* Update to rosegarden 2.1cpiazza1999-07-1213-82/+274
| | | | | PR: 11712 Submitted by: maintainer
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-031-3/+2
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Update MASTER_SITES.billf1998-12-101-2/+6
| | | | Thanks To: Fenner's portsurvey and ftpsearch.lycos.com
* Fix build for ELF.steve1998-09-281-22/+30
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Upgrade to 2.0.1.tg1997-09-086-41/+58
| | | | | PR: 4421 Submitted by: Andreas Kohout <shanee@augusta.de>
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Stamp on another malloc library definition. This time, it's dead!chuckr1996-08-181-2/+2
|
* Take out -lmalloc (an artifact of the old 1.0 days, oops!)chuckr1996-08-081-2/+2
|
* New audio port, Rosegarden, a midi musical sequencer and notation editor.chuckr1996-08-077-0/+81
Submitted by: Andreas Kohout