diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
commit | b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch) | |
tree | 67d5f350f6c92b847a528d27db9960acb190f10e /games/stepmania-devel/files/patch-StepmaniaCore.cmake | |
parent | Restore "hs-" package name prefix for Haskell packages. (diff) |
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
2019-05-08 games/paintown: Broken for more than 6 months
2019-05-08 games/pykawari: Broken for more than 6 months
2019-05-08 games/stepmania-devel: Broken for more than 6 months
2019-05-08 games/tinymux: Broken for more than 6 months
2019-05-08 games/voxelands: Broken for more than 6 months
2019-05-08 games/voxelands-server: Broken for more than 6 months
2019-05-08 games/warsow: Broken for more than 6 months
2019-05-08 graphics/appleseed: Broken for more than 6 months
2019-05-08 graphics/apvlv: Broken for more than 6 months
2019-05-08 graphics/qslim: Broken for more than 6 months
2019-05-08 graphics/rawstudio: Broken for more than 6 months
2019-05-08 graphics/tulip: Broken for more than 6 months
2019-05-08 lang/qore: Broken for more than 6 months
2019-05-08 mail/milter-manager: Broken for more than 6 months
2019-05-08 math/goblin: Broken for more than 6 months
2019-05-08 math/mosesdecoder: Broken for more than 6 months
2019-05-08 multimedia/asdcplib: Broken for more than 6 months
2019-05-08 net/crtmpserver: Broken for more than 6 months
2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead
2019-05-08 net/openafs: Broken for more than 6 months
2019-05-08 security/quantis: Broken for more than 6 months
2019-05-08 sysutils/boxbackup: Broken for more than 6 months
2019-05-08 sysutils/grub2-efi: Broken for more than 6 months
2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months
2019-05-08 sysutils/mdcp: Broken for more than 6 months
2019-05-08 sysutils/sbsigntool: Broken for more than 6 months
2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Diffstat (limited to 'games/stepmania-devel/files/patch-StepmaniaCore.cmake')
-rw-r--r-- | games/stepmania-devel/files/patch-StepmaniaCore.cmake | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games/stepmania-devel/files/patch-StepmaniaCore.cmake b/games/stepmania-devel/files/patch-StepmaniaCore.cmake deleted file mode 100644 index 0bb1df856580..000000000000 --- a/games/stepmania-devel/files/patch-StepmaniaCore.cmake +++ /dev/null @@ -1,44 +0,0 @@ ---- StepmaniaCore.cmake.orig 2016-03-30 16:08:58 UTC -+++ StepmaniaCore.cmake -@@ -308,7 +308,7 @@ elseif(MACOSX) - MAC_FRAME_OPENGL - MAC_FRAME_QUICKTIME - ) --elseif(LINUX) -+else() - if(WITH_GTK2) - find_package("GTK2" 2.0) - if (${GTK2_FOUND}) -@@ -350,26 +350,32 @@ elseif(LINUX) - set(HAX_XRANDR FALSE) - endif() - -+ if(WITH_PULSE) - find_package(PulseAudio) - if (PULSEAUDIO_FOUND) - set(HAS_PULSE TRUE) - else() - set(HAS_PULSE FALSE) - endif() -+ endif() - -+ if(WITH_ALSA) - find_package(ALSA) - if (ALSA_FOUND) - set(HAS_ALSA TRUE) - else() - set(HAS_ALSA FALSE) - endif() -+ endif() - -+ if(WITH_JACK) - find_package(JACK) - if (JACK_FOUND) - set(HAS_JACK TRUE) - else() - set(HAS_JACK FALSE) - endif() -+ endif() - - find_package(OSS) - if (OSS_FOUND) |