aboutsummaryrefslogtreecommitdiffstats
path: root/games/kpuzzle
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /games/kpuzzle
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'games/kpuzzle')
-rw-r--r--games/kpuzzle/Makefile32
-rw-r--r--games/kpuzzle/distinfo2
-rw-r--r--games/kpuzzle/files/patch-configure366
-rw-r--r--games/kpuzzle/pkg-descr3
-rw-r--r--games/kpuzzle/pkg-plist56
5 files changed, 0 insertions, 459 deletions
diff --git a/games/kpuzzle/Makefile b/games/kpuzzle/Makefile
deleted file mode 100644
index dcd39e242e9a..000000000000
--- a/games/kpuzzle/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection Makefile for: kpuzzle
-# Date created: 2004-09-02
-# Whom: arved
-#
-# $FreeBSD$
-
-PORTNAME= kpuzzle
-PORTVERSION= 0.4
-PORTREVISION= 9
-CATEGORIES= games kde
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}-${PORTVERSION}-final
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Jigsaw puzzle game for KDE
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_BZIP2= yes
-USE_KDELIBS_VER= 3
-USE_AUTOTOOLS= libtool
-
-post-patch:
- ${REINPLACE_CMD} -e "s,malloc.h,stdlib.h," \
- ${WRKSRC}/src/highscore.cpp ${WRKSRC}/src/kpuzzlegame.cpp
-
-post-install:
- ${RM} ${PREFIX}/share/doc/HTML/de/kpuzzle
-
-.include <bsd.port.mk>
diff --git a/games/kpuzzle/distinfo b/games/kpuzzle/distinfo
deleted file mode 100644
index 9695b2b6623f..000000000000
--- a/games/kpuzzle/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kpuzzle-0.4-final.tar.bz2) = 347f074b769b66670e4ad9c305ccc05007d9f0b0e29c3dc484908708ed6b1ec1
-SIZE (kpuzzle-0.4-final.tar.bz2) = 2578060
diff --git a/games/kpuzzle/files/patch-configure b/games/kpuzzle/files/patch-configure
deleted file mode 100644
index d491d03f476b..000000000000
--- a/games/kpuzzle/files/patch-configure
+++ /dev/null
@@ -1,366 +0,0 @@
---- configure.orig Mon Jul 19 15:17:38 2004
-+++ configure Thu Nov 11 21:17:05 2004
-@@ -22107,13 +22107,33 @@
- fi
-
-
--echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
--echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
--if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
-+ LIBPTHREAD=""
-+
-+ if test -n "$PTHREAD_LIBS"; then
-+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then
-+ LIBPTHREAD="PTHREAD"
-+ else
-+ PTHREAD_LIBS_save="$PTHREAD_LIBS"
-+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
-+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
-+
-+ kde_save_LDFLAGS="$LDFLAGS"
-+ kde_save_LIBS="$LIBS"
-+ LDFLAGS="$LDFLAGS $all_libraries"
-+ case $host_os in
-+ aix*) LDFLAGS="-brtl $LDFLAGS"
-+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
-+ ;;
-+ esac
-+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
-+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Lib+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpthread $LIBS"
-+LIBS="-l$PTHREAD_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -22158,67 +22178,63 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_cv_lib_pthread_pthread_create=yes
-+ eval "$as_ac_Lib=yes"
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
--ac_cv_lib_pthread_pthread_create=no
-+eval "$as_ac_Lib=no"
- fi
- rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
--echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
--if test $ac_cv_lib_pthread_pthread_create = yes; then
-- LIBPTHREAD="-lpthread"
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
-+if test `eval echo '${'$as_ac_Lib'}'` = yes; then
-+ LIBPTHREAD="$PTHREAD_LIBS_save"
- fi
-
-+ LDFLAGS="$kde_save_LDFLAGS"
-+ LIBS="$kde_save_LIBS"
-
-+ PTHREAD_LIBS="$PTHREAD_LIBS_save"
-+ fi
-+ fi
-
--
-- # Check whether --enable-kernel-threads or --disable-kernel-threads was given.
--if test "${enable_kernel_threads+set}" = set; then
-- enableval="$enable_kernel_threads"
-- kde_use_kernthreads=$enableval
--else
-- kde_use_kernthreads=no
--fi;
--
-- if test "$kde_use_kernthreads" = "yes"; then
-- ac_save_CXXFLAGS="$CXXFLAGS"
-- ac_save_CFLAGS="$CFLAGS"
-- CXXFLAGS="-I/usr/local/include/pthread/linuxthreads $CXXFLAGS"
-- CFLAGS="-I/usr/local/include/pthread/linuxthreads $CFLAGS"
--
--for ac_header in pthread/linuxthreads/pthread.h
--do
--as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-- echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+ if test -z "$LIBPTHREAD"; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
--fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
- else
-- # Is the header compilable?
--echo "$as_me:$LINENO: checking $ac_header usability" >&5
--echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lpthread $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--$ac_includes_default
--#include <$ac_header>
-+
-+/* Override any gcc2 internal prototype to avoid an error. */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+ builtin and then its argument prototype would still apply. */
-+char pthread_create ();
-+int
-+main ()
-+{
-+pthread_create ();
-+ ;
-+ return 0;
-+}
- _ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-- (eval $ac_compile) 2>conftest.er1
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
-@@ -22232,145 +22248,47 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
-- { ac_try='test -s conftest.$ac_objext'
-+ { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_header_compiler=yes
--else
-- echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--ac_header_compiler=no
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
--
--# Is the header present?
--echo "$as_me:$LINENO: checking $ac_header presence" >&5
--echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
--cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h. */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h. */
--#include <$ac_header>
--_ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-- ac_status=$?
-- grep -v '^ *+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } >/dev/null; then
-- if test -s conftest.err; then
-- ac_cpp_err=$ac_c_preproc_warn_flag
-- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-- else
-- ac_cpp_err=
-- fi
--else
-- ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-- ac_header_preproc=yes
-+ ac_cv_lib_pthread_pthread_create=yes
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
-- ac_header_preproc=no
--fi
--rm -f conftest.err conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
--echo "${ECHO_T}$ac_header_preproc" >&6
--
--# So? What about this header?
--case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-- yes:no: )
-- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
--echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
--echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-- ac_header_preproc=yes
-- ;;
-- no:yes:* )
-- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
--echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
--echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
--echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
--echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
--echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-- (
-- cat <<\_ASBOX
--## ------------------------------------------ ##
--## Report this to the AC_PACKAGE_NAME lists. ##
--## ------------------------------------------ ##
--_ASBOX
-- ) |
-- sed "s/^/$as_me: WARNING: /" >&2
-- ;;
--esac
--echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- eval "$as_ac_Header=\$ac_header_preproc"
-+ac_cv_lib_pthread_pthread_create=no
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
- fi
--if test `eval echo '${'$as_ac_Header'}'` = yes; then
-- cat >>confdefs.h <<_ACEOF
--#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
--_ACEOF
--
-+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
-+if test $ac_cv_lib_pthread_pthread_create = yes; then
-+ LIBPTHREAD="-lpthread"
- fi
-
--done
-+ fi
-
-- CXXFLAGS="$ac_save_CXXFLAGS"
-- CFLAGS="$ac_save_CFLAGS"
-- if test "$ac_cv_header_pthread_linuxthreads_pthread_h" = "no"; then
-- kde_use_kernthreads=no
-- else
-- echo "$as_me:$LINENO: checking for pthread_join in -llthread" >&5
--echo $ECHO_N "checking for pthread_join in -llthread... $ECHO_C" >&6
--if test "${ac_cv_lib_lthread_pthread_join+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- ac_check_lib_save_LIBS=$LIBS
--LIBS="-llthread $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
-+ if test -z "$LIBPTHREAD" ; then
-+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+ kde_safe_libs=$LIBS
-+ LIBS="$LIBS -lpthread"
-+ cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--
--/* Override any gcc2 internal prototype to avoid an error. */
--#ifdef __cplusplus
--extern "C"
--#endif
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char pthread_join ();
-+#include <pthread.h>
- int
- main ()
- {
--pthread_join ();
-+(void)pthread_create(0,0,0,0);
- ;
- return 0;
- }
-@@ -22397,30 +22315,31 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
-- ac_cv_lib_lthread_pthread_join=yes
-+
-+ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+ LIBPTHREAD="-lpthread"
- else
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
--ac_cv_lib_lthread_pthread_join=no
-+
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
- fi
- rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_lthread_pthread_join" >&5
--echo "${ECHO_T}$ac_cv_lib_lthread_pthread_join" >&6
--if test $ac_cv_lib_lthread_pthread_join = yes; then
-- LIBPTHREAD="-llthread -llgcc_r"
--fi
-- if test "x$LIBPTHREAD" = "x"; then
-- kde_use_kernthreads=no
-- else
-- USE_THREADS="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads"
-- fi
-- fi
-- else
-- USE_THREADS=""
-+ LIBS=$kde_safe_libs
-+ fi
-+
-+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then
-+ LIBPTHREAD=""
-+ fi
-+
-+
-+
-+
-+ USE_THREADS=""
- if test -z "$LIBPTHREAD"; then
-
- echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
-@@ -22511,7 +22430,7 @@
- fi
-
- fi
-- fi
-+
-
-
-
diff --git a/games/kpuzzle/pkg-descr b/games/kpuzzle/pkg-descr
deleted file mode 100644
index a3986b19bae5..000000000000
--- a/games/kpuzzle/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-KPuzzle is a jigsaw puzzle game for the KDE environment.
-
-WWW: http://kpuzzle.sourceforge.net/
diff --git a/games/kpuzzle/pkg-plist b/games/kpuzzle/pkg-plist
deleted file mode 100644
index e1bc41fbb7c8..000000000000
--- a/games/kpuzzle/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-bin/kpuzzle
-share/applnk/Games/kpuzzle.desktop
-share/apps/kpuzzle/levels/stadt.jpg
-share/apps/kpuzzle/levels/stars.jpg
-share/apps/kpuzzle/levels/geometry.jpg
-share/apps/kpuzzle/levels/raum.jpg
-share/apps/kpuzzle/levels/foto1.jpg
-share/apps/kpuzzle/levels/foto2.jpg
-share/apps/kpuzzle/levels/foto3.jpg
-share/apps/kpuzzle/levels/foto4.jpg
-share/apps/kpuzzle/levels/foto5.jpg
-share/apps/kpuzzle/levels/electricity.jpg
-share/apps/kpuzzle/levels/plants.jpg
-share/apps/kpuzzle/data/large.xpm
-share/apps/kpuzzle/data/newgame.xpm
-share/apps/kpuzzle/data/pause.xpm
-share/apps/kpuzzle/data/stop.xpm
-share/apps/kpuzzle/data/biglogo.bmp
-share/apps/kpuzzle/data/lose.bmp
-share/apps/kpuzzle/data/pause.bmp
-share/apps/kpuzzle/data/piece1-b.bmp
-share/apps/kpuzzle/data/piece1-l-b.bmp
-share/apps/kpuzzle/data/piece1-l-t.bmp
-share/apps/kpuzzle/data/piece1-l.bmp
-share/apps/kpuzzle/data/piece1-r-b.bmp
-share/apps/kpuzzle/data/piece1-r-t.bmp
-share/apps/kpuzzle/data/piece1-r.bmp
-share/apps/kpuzzle/data/piece1-t.bmp
-share/apps/kpuzzle/data/piece1.bmp
-share/apps/kpuzzle/data/piece2-b.bmp
-share/apps/kpuzzle/data/piece2-l-b.bmp
-share/apps/kpuzzle/data/piece2-l.bmp
-share/apps/kpuzzle/data/piece2-r-b.bmp
-share/apps/kpuzzle/data/piece2-r-t.bmp
-share/apps/kpuzzle/data/win.bmp
-share/apps/kpuzzle/data/piece2-r.bmp
-share/apps/kpuzzle/data/piece2-t.bmp
-share/apps/kpuzzle/data/piece2.bmp
-share/apps/kpuzzle/data/large-main.xpm
-share/apps/kpuzzle/data/background.bmp
-share/doc/HTML/en/kpuzzle/index.html
-share/doc/HTML/en/kpuzzle/cont-1.html
-share/doc/HTML/en/kpuzzle/cont-2.html
-share/doc/HTML/en/kpuzzle/cont-3.html
-share/doc/HTML/en/kpuzzle/cont-4.html
-share/doc/HTML/en/kpuzzle/cont-5.html
-share/doc/HTML/en/kpuzzle/scr_1.png
-share/doc/HTML/en/kpuzzle/ulcorner.png
-share/doc/HTML/en/kpuzzle/common
-share/icons/locolor/16x16/apps/kpuzzle.png
-share/icons/locolor/32x32/apps/kpuzzle.png
-share/locale/de/LC_MESSAGES/kpuzzle.mo
-@dirrm share/apps/kpuzzle/levels
-@dirrm share/apps/kpuzzle/data
-@dirrm share/apps/kpuzzle
-@dirrm share/doc/HTML/en/kpuzzle