aboutsummaryrefslogtreecommitdiff
path: root/audio/libsidplay2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libsidplay2: several fixes and improvementsRene Ladan2021-01-032-5/+18
| | | | | | | | | | | | - fix build on architectures using GCC 6 - drop unused gmake dependency - use DIST* instead of PORT* PR: 252368 Submitted by: Daniel Engberg Notes: svn path=/head/; revision=560012
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-6/+6
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Compile libresidc.a with -fPIC. The library isn't installed but is linkedTijl Coosemans2015-01-183-3/+12
| | | | | | | | | | | | into libresid-builder.a which some ports (e.g. xmms2) want to link into shared libraries so it must be compiled with -fPIC. Silence a check-plist error while here. Reported by: amdmi3 Notes: svn path=/head/; revision=377343
* Enable -fPIC only for libresid-builder.aTijl Coosemans2014-12-272-3/+11
| | | | Notes: svn path=/head/; revision=375689
* - Fix build break of ports expecting -fPIC for libsidplay2 on amd64Thomas Zander2014-12-261-1/+3
| | | | | | | | | | | - Bump PORTREVISION of libsidplay2 and sidplay2 (package change) PR: 195343 Submitted by: crest@sahiro.org MFH: 2014Q4 Notes: svn path=/head/; revision=375650
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371234
* pkg(8) already pack empty directories, no need to recreate themBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367108
* Patch *.pc files to replace ${libdir}/libfoo.la with "-L${libdir} -lfoo".Tijl Coosemans2014-09-011-1/+4
| | | | | | | | | This fixes audio/sidplay2 after r366789. Reported by: antoine Notes: svn path=/head/; revision=366927
* Convert to USES=libtool and add INSTALL_TARGET=install-stripTijl Coosemans2014-08-312-14/+7
| | | | Notes: svn path=/head/; revision=366789
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* ldconfig should find all the libs installedChris Rees2014-02-161-3/+3
| | | | | | | PR: ports/186543 Notes: svn path=/head/; revision=344628
* Stage supportAntoine Brodin2013-12-281-1/+0
| | | | Notes: svn path=/head/; revision=337912
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-7/+2
| | | | Notes: svn path=/head/; revision=316287
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+3
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - 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
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonseMark Linimon2009-08-021-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=238758
* - 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) Notes: svn path=/head/; revision=211584
* - Unbreak on gcc 4.1Alexander Botero-Lowry2006-10-011-0/+11
| | | | | | | | Approved by: novel (mentor, implicit) Obtained from: Gentoo CVS repository Notes: svn path=/head/; revision=174215
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* Don't be verbose when mkdir (forgotted from testing in previous commit).Ion-Mihai Tetcu2006-06-101-1/+1
| | | | | | | Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=165061
* - Fix plist (create empty dir in pkg-plist).Ion-Mihai Tetcu2006-06-102-2/+3
| | | | | | | | | | - Pass maintainership to Alexander Botero-Lowry - Bump PORTREVISION Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=165058
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Add missing directoryKris Kennaway2004-11-241-0/+1
| | | | Notes: svn path=/head/; revision=122348
* Fix build with gcc-3.4Kirill Ponomarev2004-08-182-7/+27
| | | | | | | | PR: ports/70627 Submitted by: Ports Fury Notes: svn path=/head/; revision=116615
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-1/+7
| | | | Notes: svn path=/head/; revision=116342
* Update to version 2.1.1Kirill Ponomarev2004-07-177-173/+11
| | | | | | | | PR: ports/69184 Submitted by: Ports Fury Notes: svn path=/head/; revision=113846
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* * Rearrange USE_GNOMEKirill Ponomarev2003-07-301-7/+1
| | | | | | | | | PR: 55051 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85928
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* correct *_DEPENDS.Norikatsu Shigemura2003-02-021-1/+1
| | | | | | | | | | PR: ports/47316 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Reviewed by: Ports Fury Pointy hat to: myself Notes: svn path=/head/; revision=74470
* Update to 2.1.0.Norikatsu Shigemura2003-02-029-98/+204
| | | | | | | | PR: ports/47316 Submitted by: Ports Fury Notes: svn path=/head/; revision=74469
* - Do not install useless .la fileYing-Chieh Liao2002-12-224-14/+19
| | | | | | | | PR: 45919 Submitted by: Ports Fury Notes: svn path=/head/; revision=71793
* Update to version 2.0.7 after repo-copy from ports/audio/libsidplay.Anders Nordby2002-11-187-52/+113
| | | | Notes: svn path=/head/; revision=70374
* Update to 1.36.57.Christian Weisgerber2002-09-152-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=66333
* - Update to 1.36.55Patrick Li2002-08-053-9/+9
| | | | | | | | | | - Sort plist and silent some portlint warnings PR: ports/41316 Submitted by: maintainer Notes: svn path=/head/; revision=64063
* Update to 1.36.54Patrick Li2002-07-162-2/+7
| | | | | | | | PR: ports/40667 Submitted by: maintainer Notes: svn path=/head/; revision=63100