1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

1. Update to 1.0.0

2. Change to autoconfig

3. release maintainership
This commit is contained in:
Nick Sayer 2001-08-07 19:22:28 +00:00
parent 66976d0239
commit 13bd957b0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45932
3 changed files with 15 additions and 25 deletions

View File

@ -6,18 +6,15 @@
#
PORTNAME= kmamerun
PORTVERSION= 0.3.0.1
PORTVERSION= 1.0.0
CATEGORIES= emulators kde
MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
DISTNAME= kmamerun-0.3.0pre1
MAINTAINER= nsayer@freebsd.org
MAINTAINER= ports@freebsd.org
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_AUTOCONF= yes
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (kmamerun-0.3.0pre1.tar.gz) = 086dd36e5df0d4cf5a041c7faeb6698a
MD5 (kmamerun-1.0.0.tar.gz) = cf777172a4b00ba58561e33b610bb3cc

View File

@ -1,18 +1,11 @@
--- configure.orig Tue Aug 17 23:39:05 1999
+++ configure Tue Feb 15 01:38:49 2000
@@ -4164,6 +4164,7 @@
echo "$ac_t""no" 1>&6
fi
+if false; then
echo $ac_n "checking for giflib""... $ac_c" 1>&6
echo "configure:4169: checking for giflib" >&5
if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then
@@ -4210,6 +4211,7 @@
else
{ echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; }
+fi
fi
echo $ac_n "checking for jpeglib""... $ac_c" 1>&6
echo "configure:4216: checking for jpeglib" >&5
--- aclocal.m4.orig Tue Aug 7 12:18:22 2001
+++ aclocal.m4 Tue Aug 7 12:19:12 2001
@@ -1069,7 +1069,7 @@
[AC_MSG_CHECKING([for jpeglib])
AC_CACHE_VAL(ac_cv_lib_jpeg,
[ac_save_LIBS="$LIBS"
-LIBS="$all_libraries -ljpeg -lm"
+LIBS="$all_libraries -L/usr/local/lib -ljpeg -lm"
AC_TRY_LINK(
[/* Override any gcc2 internal prototype to avoid an error. */
struct jpeg_decompress_struct;