summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-06 17:03:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-06 17:03:40 +0000
commit6f0cb0ff51ae668870ed6c6f8ffb24d465d76d62 (patch)
tree4dc41e1180ff94f08b463f0f691684fdeace24a1 /devel
parentupgrade to 1.3.3 (diff)
upgrade to 0.3.3
PR: 44967 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=69600
Diffstat (limited to 'devel')
-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 4c3399dd611d..ac32c9fe07b2 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 0370537925ec..87e59dc2bdb2 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 000000000000..826dfbbee27d
--- /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 88603eca92b1..000000000000
--- 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 231c5c488054..262595e35439 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