diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 06:09:39 +0800 | 
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 06:09:39 +0800 | 
| commit | 60715533e7c2dcd62bd255f6d3829e8936a34338 (patch) | |
| tree | 4cd598b8e2fe9786d376d898cfeec264eb0da5ed | |
| parent | 5587638694e55b02949032d7d39df7eac3cbfcbb (diff) | |
| download | marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.gz marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.zst marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.zip | |
- Reomove forgotten patch
- Install locales
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6292 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | sysutils/bonfire/Makefile | 5 | ||||
| -rw-r--r-- | sysutils/bonfire/files/patch-src_burn-dialog.c | 11 | ||||
| -rw-r--r-- | sysutils/bonfire/pkg-plist | 3 | ||||
| -rw-r--r-- | sysutils/brasero/Makefile | 5 | ||||
| -rw-r--r-- | sysutils/brasero/files/patch-src_burn-dialog.c | 11 | ||||
| -rw-r--r-- | sysutils/brasero/pkg-plist | 3 | 
6 files changed, 14 insertions, 24 deletions
| diff --git a/sysutils/bonfire/Makefile b/sysutils/bonfire/Makefile index 9332fbc86..11273deef 100644 --- a/sysutils/bonfire/Makefile +++ b/sysutils/bonfire/Makefile @@ -3,7 +3,7 @@  # Whom:			Michael Johnson <ahze@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/sysutils/bonfire/Makefile,v 1.4 2006/05/13 01:24:39 ahze Exp $ +#    $MCom: ports/sysutils/bonfire/Makefile,v 1.5 2006/05/17 18:04:28 ahze Exp $  PORTNAME=	bonfire  PORTVERSION=	0.3.1 @@ -18,6 +18,7 @@ LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal \  		totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \  		gdl-1.0:${PORTSDIR}/x11-toolkits/gdl +USE_GETTEXT=	yes  USE_BZIP2=	yes  GNU_CONFIGURE=	yes  USE_GMAKE=	yes @@ -25,6 +26,8 @@ USE_X_PREFIX=	yes  USE_GNOME=	gnomeprefix nautiluscdburner  USE_GSTREAMER=	gconf core  CONFIGURE_ARGS=	--disable-inotify +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ +		LDFLAGS="-L${LOCALBASE}/lib"  post-patch:  	@${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \ diff --git a/sysutils/bonfire/files/patch-src_burn-dialog.c b/sysutils/bonfire/files/patch-src_burn-dialog.c deleted file mode 100644 index bf63e141a..000000000 --- a/sysutils/bonfire/files/patch-src_burn-dialog.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/burn-dialog.c.orig	Fri May 12 18:30:17 2006 -+++ src/burn-dialog.c	Fri May 12 18:30:35 2006 -@@ -45,7 +45,7 @@ - #include <gtk/gtklabel.h> -  - #ifdef HAVE_LIBNOTIFY --#include <libnotify/notifynotification.h> -+#include <libnotify/notification.h> - #endif -  - #include "utils.h" diff --git a/sysutils/bonfire/pkg-plist b/sysutils/bonfire/pkg-plist index b655d3155..265261c38 100644 --- a/sysutils/bonfire/pkg-plist +++ b/sysutils/bonfire/pkg-plist @@ -26,4 +26,7 @@ share/gnome/bonfire/icon-final-256x256.png  share/gnome/bonfire/icon-final-48x48.png  share/gnome/bonfire/logo.png  share/gnome/pixmaps/bonfire.png +share/gnome/locale/es/LC_MESSAGES/bonfire.mo +share/gnome/locale/fr/LC_MESSAGES/bonfire.mo +share/gnome/locale/ja/LC_MESSAGES/bonfire.mo  @dirrm share/gnome/bonfire diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 9332fbc86..11273deef 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,7 +3,7 @@  # Whom:			Michael Johnson <ahze@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/sysutils/bonfire/Makefile,v 1.4 2006/05/13 01:24:39 ahze Exp $ +#    $MCom: ports/sysutils/bonfire/Makefile,v 1.5 2006/05/17 18:04:28 ahze Exp $  PORTNAME=	bonfire  PORTVERSION=	0.3.1 @@ -18,6 +18,7 @@ LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal \  		totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \  		gdl-1.0:${PORTSDIR}/x11-toolkits/gdl +USE_GETTEXT=	yes  USE_BZIP2=	yes  GNU_CONFIGURE=	yes  USE_GMAKE=	yes @@ -25,6 +26,8 @@ USE_X_PREFIX=	yes  USE_GNOME=	gnomeprefix nautiluscdburner  USE_GSTREAMER=	gconf core  CONFIGURE_ARGS=	--disable-inotify +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ +		LDFLAGS="-L${LOCALBASE}/lib"  post-patch:  	@${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \ diff --git a/sysutils/brasero/files/patch-src_burn-dialog.c b/sysutils/brasero/files/patch-src_burn-dialog.c deleted file mode 100644 index bf63e141a..000000000 --- a/sysutils/brasero/files/patch-src_burn-dialog.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/burn-dialog.c.orig	Fri May 12 18:30:17 2006 -+++ src/burn-dialog.c	Fri May 12 18:30:35 2006 -@@ -45,7 +45,7 @@ - #include <gtk/gtklabel.h> -  - #ifdef HAVE_LIBNOTIFY --#include <libnotify/notifynotification.h> -+#include <libnotify/notification.h> - #endif -  - #include "utils.h" diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist index b655d3155..265261c38 100644 --- a/sysutils/brasero/pkg-plist +++ b/sysutils/brasero/pkg-plist @@ -26,4 +26,7 @@ share/gnome/bonfire/icon-final-256x256.png  share/gnome/bonfire/icon-final-48x48.png  share/gnome/bonfire/logo.png  share/gnome/pixmaps/bonfire.png +share/gnome/locale/es/LC_MESSAGES/bonfire.mo +share/gnome/locale/fr/LC_MESSAGES/bonfire.mo +share/gnome/locale/ja/LC_MESSAGES/bonfire.mo  @dirrm share/gnome/bonfire | 
