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 /graphics/apvlv/files/patch-src_CMakeLists.txt | |
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 'graphics/apvlv/files/patch-src_CMakeLists.txt')
-rw-r--r-- | graphics/apvlv/files/patch-src_CMakeLists.txt | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/graphics/apvlv/files/patch-src_CMakeLists.txt b/graphics/apvlv/files/patch-src_CMakeLists.txt deleted file mode 100644 index 078d338883ba..000000000000 --- a/graphics/apvlv/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,43 +0,0 @@ ---- src/CMakeLists.txt.orig 2012-06-13 07:44:28.000000000 +0400 -+++ src/CMakeLists.txt 2012-10-05 01:07:49.000000000 +0400 -@@ -17,17 +17,14 @@ - PKG_CHECK_MODULES (GTK2 gtk+-2.0 REQUIRED) - PKG_CHECK_MODULES (GLIB2 glib-2.0 REQUIRED) - PKG_CHECK_MODULES (GTHREAD2 gthread-2.0 REQUIRED) --PKG_CHECK_MODULES (WEBKIT1 webkit-1.0 QUIET) - INCLUDE_DIRECTORIES (${FREETYPE2_INCLUDE_DIRS} - ${GTK2_INCLUDE_DIRS} - ${GLIB2_INCLUDE_DIRS} -- ${GTHREAD2_INCLUDE_DIRS} -- ${WEBKIT1_INCLUDE_DIRS}) -+ ${GTHREAD2_INCLUDE_DIRS}) - LINK_DIRECTORIES (${FREETYPE2_LIBRARY_DIRS} - ${GTK2_LIBRARY_DIRS} - ${GLIB2_LIBRARY_DIRS} -- ${GTHREAD2_LIBRARY_DIRS} -- ${WEBKIT1_LIBRARY_DIRS}) -+ ${GTHREAD2_LIBRARY_DIRS}) - - IF (WIN32) - SET (POPPLER_DIR ${CMAKE_HOME_DIRECTORY}/win32/poppler-src) -@@ -128,6 +125,12 @@ - IF (APVLV_WITH_HTML) - ADD_DEFINITIONS (-DAPVLV_WITH_HTML) - -+ PKG_CHECK_MODULES (WEBKIT1 webkit-1.0 REQUIRED) -+ INCLUDE_DIRECTORIES (${WEBKIT1_INCLUDE_DIRS}) -+ LINK_DIRECTORIES (${WEBKIT1_LIBRARY_DIRS}) -+ SET (APVLV_REQ_LIBRARIES ${WEBKIT1_LIBRARIES} -+ ${APVLV_REQ_LIBRARIES}) -+ - SET (HEADERS ${HEADERS} ApvlvHtm.h) - SET (SOURCES ${SOURCES} ApvlvHtm.cc) - ENDIF (APVLV_WITH_HTML) -@@ -138,7 +141,6 @@ - ${GTK2_LIBRARIES} - ${GLIB2_LIBRARIES} - ${GTHREAD2_LIBRARIES} -- ${WEBKIT1_LIBRARIES} - ${APVLV_REQ_LIBRARIES}) - - IF (WIN32) |