summaryrefslogtreecommitdiffstats
path: root/devel/eboxy
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-06 17:03:40 +0000
committerijliao <ijliao@FreeBSD.org>2002-11-06 17:03:40 +0000
commiteb2e3c0b0c8e83844642f89fa1a7c31a8e749e62 (patch)
tree88b927865e3eb199371819a5640ba8a0632bf21a /devel/eboxy
parente6536857828987b9685690c7c1a7a89eae69a10a (diff)
downloadFreeBSD-ports-eb2e3c0b0c8e83844642f89fa1a7c31a8e749e62.zip
FreeBSD-ports-eb2e3c0b0c8e83844642f89fa1a7c31a8e749e62.tar.gz
upgrade to 0.3.3
PR: 44967 Submitted by: Ports Fury
Diffstat (limited to 'devel/eboxy')
-rw-r--r--devel/eboxy/Makefile10
-rw-r--r--devel/eboxy/distinfo2
-rw-r--r--devel/eboxy/files/patch-admin::ltmain.sh15
-rw-r--r--devel/eboxy/pkg-comment1
-rw-r--r--devel/eboxy/pkg-plist7
5 files changed, 30 insertions, 5 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index 4c3399d..ac32c9f 100644
--- a/devel/eboxy/Makefile
+++ b/devel/eboxy/Makefile
@@ -7,7 +7,8 @@
#
PORTNAME= eboxy
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.3
+PORTCOMMENT= Create simple GUI interfaces for entertainment PC
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.bluelightning.org/ebox/files/eboxy/
@@ -16,7 +17,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
+LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
xml2.5:${PORTSDIR}/textproc/libxml2
@@ -26,7 +28,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
SDL_CONFIG="${SDL_CONFIG}"
CONFIGURE_ARGS= --disable-lirc
@@ -37,5 +39,7 @@ LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
post-patch:
@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc.h|stdlib.h|g"
+ @${REINPLACE_CMD} -e 's|sdl-config |\$$\{SDL_CONFIG\} |g' \
+ ${WRKSRC}/plugins/simplemusic/Makefile.in
.include <bsd.port.mk>
diff --git a/devel/eboxy/distinfo b/devel/eboxy/distinfo
index 0370537..87e59dc 100644
--- a/devel/eboxy/distinfo
+++ b/devel/eboxy/distinfo
@@ -1 +1 @@
-MD5 (eboxy-0.3.1.tar.gz) = e7d11cdf13f70ddacd1e31d510af5dc0
+MD5 (eboxy-0.3.3.tar.gz) = 4c3aca27f6bcf0015c7f08e9fb17511b
diff --git a/devel/eboxy/files/patch-admin::ltmain.sh b/devel/eboxy/files/patch-admin::ltmain.sh
new file mode 100644
index 0000000..826dfbb
--- /dev/null
+++ b/devel/eboxy/files/patch-admin::ltmain.sh
@@ -0,0 +1,15 @@
+--- admin/ltmain.sh.orig Tue Oct 1 17:43:57 2002
++++ admin/ltmain.sh Sat Nov 2 17:38:55 2002
+@@ -4746,10 +4746,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/eboxy/pkg-comment b/devel/eboxy/pkg-comment
deleted file mode 100644
index 88603ec..0000000
--- a/devel/eboxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Create simple GUI interfaces for entertainment PC
diff --git a/devel/eboxy/pkg-plist b/devel/eboxy/pkg-plist
index 231c5c4..262595e 100644
--- a/devel/eboxy/pkg-plist
+++ b/devel/eboxy/pkg-plist
@@ -1,3 +1,10 @@
bin/eboxy
+include/eboxy/eboxyplugin.h
+include/eboxy/pluginconstants.h
+include/eboxy/plugintypes.h
+lib/eboxy/simplemusic.so
+lib/libeboxyplugin.a
share/eboxy/eboxy.dtd
@dirrm share/eboxy
+@dirrm lib/eboxy
+@dirrm include/eboxy
OpenPOWER on IntegriCloud