diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-11 06:51:12 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-11 06:51:12 +0800 |
commit | 137909abfb8f014a000c87de6a9fb3267545b2df (patch) | |
tree | 62301fd2d9d13bf05297af9e6c5556a94894e0e7 /graphics/ogle-gui | |
parent | 6b9d29f80d82dd5ee5021ab54b6d877d5df32186 (diff) | |
download | freebsd-ports-gnome-137909abfb8f014a000c87de6a9fb3267545b2df.tar.gz freebsd-ports-gnome-137909abfb8f014a000c87de6a9fb3267545b2df.tar.zst freebsd-ports-gnome-137909abfb8f014a000c87de6a9fb3267545b2df.zip |
o Update to 0.8.3
o Drop USE_LIBTOOL as dependency
o Remove patches merged back into distribution
Diffstat (limited to 'graphics/ogle-gui')
-rw-r--r-- | graphics/ogle-gui/Makefile | 13 | ||||
-rw-r--r-- | graphics/ogle-gui/distinfo | 2 | ||||
-rw-r--r-- | graphics/ogle-gui/files/patch-configure | 8 | ||||
-rw-r--r-- | graphics/ogle-gui/files/patch-src::xsniffer.c | 40 | ||||
-rw-r--r-- | graphics/ogle-gui/pkg-plist | 6 |
5 files changed, 15 insertions, 54 deletions
diff --git a/graphics/ogle-gui/Makefile b/graphics/ogle-gui/Makefile index a250e11edd5d..124e5eb44baf 100644 --- a/graphics/ogle-gui/Makefile +++ b/graphics/ogle-gui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ogle -PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTVERSION= 0.8.3 CATEGORIES= graphics gnome MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ PKGNAMESUFFIX= -gui @@ -15,7 +14,7 @@ DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.5:${PORTSDIR}/graphics/ogle +BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.6:${PORTSDIR}/graphics/ogle LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 @@ -26,13 +25,13 @@ USE_GTK= yes USE_XPM= yes WANT_GNOME= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \ --with-dvdcontrol=${LOCALBASE} \ --without-included-gettext \ --with-gtk-prefix=${X11BASE} \ --with-libiconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} \ --with-libglade-config=${X11BASE}/bin/libglade-config \ --with-xml-prefix=${LOCALBASE} @@ -53,11 +52,7 @@ post-patch: s!(CONFIG_FILE(\s|=)\")[^/]+?/!\1${LOCALBASE}/!; \ s|(CONFIG_FILE_DTD=\")[^/]+?/|\1${LOCALBASE}/|g; \ s|(PACKAGE_PIXMAPS_DIR=\").+\"|\1${PREFIX}/${SHARE_DATADIR}/ogle_gui/\"|; \ - s|%%LOCALBASE%%|${LOCALBASE}|; \ - s|(xmlversion.h>)|libxml/\1|" \ + s|%%LOCALBASE%%|${LOCALBASE}|" \ ${CONFIGURE_WRKSRC}/configure -post-configure: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} - .include <bsd.port.post.mk> diff --git a/graphics/ogle-gui/distinfo b/graphics/ogle-gui/distinfo index 96519dab80ea..892fe09e917a 100644 --- a/graphics/ogle-gui/distinfo +++ b/graphics/ogle-gui/distinfo @@ -1 +1 @@ -MD5 (ogle_gui-0.8.2.tar.gz) = 2475844fc862d4e280a4d07e83177199 +MD5 (ogle_gui-0.8.3.tar.gz) = 6e0581059278088bad8d6fe0ae7d5a65 diff --git a/graphics/ogle-gui/files/patch-configure b/graphics/ogle-gui/files/patch-configure index a40c438664f9..ee5bc6b30fb7 100644 --- a/graphics/ogle-gui/files/patch-configure +++ b/graphics/ogle-gui/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Wed Dec 5 19:43:10 2001 -+++ configure Fri Dec 21 01:20:00 2001 -@@ -1506,6 +1506,8 @@ +--- configure.orig Mon Jun 10 17:42:29 2002 ++++ configure Mon Jun 10 17:42:43 2002 +@@ -1648,6 +1648,8 @@ ogle_pkglibdir=${exec_prefix}/lib/ogle fi +ogle_pkglibdir=%%LOCALBASE%%/lib/ogle + - echo "$as_me:1509: checking for ogle helper dir" >&5 + echo "$as_me:$LINENO: checking for ogle helper dir" >&5 echo $ECHO_N "checking for ogle helper dir... $ECHO_C" >&6 if test ! -x ${ogle_pkglibdir}/ogle_ctrl; then diff --git a/graphics/ogle-gui/files/patch-src::xsniffer.c b/graphics/ogle-gui/files/patch-src::xsniffer.c deleted file mode 100644 index dd5748208378..000000000000 --- a/graphics/ogle-gui/files/patch-src::xsniffer.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/xsniffer.c.orig Sat Dec 8 14:28:37 2001 -+++ src/xsniffer.c Sat Dec 8 15:33:28 2001 -@@ -16,6 +16,11 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+#define HAVE_SYS_PARAM_H -+ - #include <stdio.h> - #include <stdlib.h> - #include <unistd.h> -@@ -35,6 +40,10 @@ - #include "callbacks.h" - #include "bindings.h" - -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif -+ - extern int msgqid; - - -@@ -64,7 +73,13 @@ - init_actions(nav2); - - while(1) { -- DVDNextEvent(nav2, &mev); -+ -+#if (defined(BSD) && (BSD >= 199306)) -+ if (DVDNextEventNonBlocking(nav2, &mev) != DVD_E_Ok) -+#else -+ if (DVDNextEvent(nav2, &mev) != DVD_E_Ok) -+#endif -+ pthread_exit(NULL); - - switch(mev.type) { - diff --git a/graphics/ogle-gui/pkg-plist b/graphics/ogle-gui/pkg-plist index 90f9e739f7e2..9debf2b39471 100644 --- a/graphics/ogle-gui/pkg-plist +++ b/graphics/ogle-gui/pkg-plist @@ -1,5 +1,7 @@ lib/ogle/ogle_gui %%SHARE_DATADIR%%/locale/de/LC_MESSAGES/ogle_gui.mo +%%SHARE_DATADIR%%/locale/fr/LC_MESSAGES/ogle_gui.mo +%%SHARE_DATADIR%%/locale/nl/LC_MESSAGES/ogle_gui.mo %%SHARE_DATADIR%%/locale/sv/LC_MESSAGES/ogle_gui.mo %%SHARE_DATADIR%%/ogle_gui/angle.xpm %%SHARE_DATADIR%%/ogle_gui/enter.xpm @@ -26,6 +28,10 @@ lib/ogle/ogle_gui @dirrm %%SHARE_DATADIR%%/ogle_gui @unexec rmdir %D/%%SHARE_DATADIR%%/locale/sv/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/%%SHARE_DATADIR%%/locale/sv 2>/dev/null || true +@unexec rmdir %D/%%SHARE_DATADIR%%/locale/fr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/%%SHARE_DATADIR%%/locale/fr 2>/dev/null || true +@unexec rmdir %D/%%SHARE_DATADIR%%/locale/nl/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/%%SHARE_DATADIR%%/locale/nl 2>/dev/null || true @unexec rmdir %D/%%SHARE_DATADIR%%/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/%%SHARE_DATADIR%%/locale/de 2>/dev/null || true @unexec rmdir %D/%%SHARE_DATADIR%%/locale 2>/dev/null || true |