Skip site navigation (1)Skip section navigation (2)
Date:      30 Jun 2002 22:25:57 -0000
From:      "Øyvind" Kolbu <oyvind@kebab.gaffel.nu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/40049: Upgrade Ogle to 0.8.4
Message-ID:  <20020630222557.31323.qmail@kebab.gaffel.nu>

next in thread | raw e-mail | index | archive | help

>Number:         40049
>Category:       ports
>Synopsis:       Upgrade Ogle to 0.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 15:30:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Øyvind Kolbu
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD kebab.gaffel.nu 4.6-RC FreeBSD 4.6-RC #0: Sat May 25 23:43:30 CEST 2002 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386


	Ogle 0.8.4
>Description:
	Upgrade Ogle to 0.8.4. Clean up the Makefile and add REINPLACE_CMD
>How-To-Repeat:
	N/A
>Fix:

Apply the patch.	

--- ogle-diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/ogle/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	2002/06/10 22:51:12	1.14
+++ Makefile	2002/06/30 22:21:17
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ogle
-PORTVERSION=	0.8.3
+PORTVERSION=	0.8.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.dtek.chalmers.se/groups/dvd/dist/
 
@@ -21,28 +21,23 @@
 USE_XLIB=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--with-libjpeg=${LOCALBASE} \
 		--with-dvdread=${LOCALBASE} \
 		--with-liba52=${LOCALBASE}
-MAKE_ENV=	SDL_CONFIG=${SDL_CONFIG}
 INSTALLS_SHLIB=	yes
 
-CUT?=	/usr/bin/cut
-
 MAN1=	ogle.1
 MAN5=	oglerc.5
 
-SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
-
 post-patch:
 .ifdef(WITH_DVD_DEVICE)
-	@${PERL} -pi.orig -e \
-		"s|(DEFAULT_DVD_DEVICE=\")/dev/acd0c(\")|\1${WITH_DVD_DEVICE}\2|" \
+	@${REINPLACE_CMD} -e "s|(DEFAULT_DVD_DEVICE=\")/dev/acd0c(\")|\1${WITH_DVD_DEVICE}\2|" \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 .endif
-	@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in
-	@${PERL} -pi -e 's|(-la52)|\1 ${LIBA52_DEP_LIBS}|' \
+	@${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in
+	@${REINPLACE_CMD} -E 's|(-la52)|\1 ${LIBA52_DEP_LIBS}|' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 
 pre-configure:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/ogle/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2002/06/13 02:50:44	1.4
+++ distinfo	2002/06/30 22:21:17
@@ -1 +1 @@
-MD5 (ogle-0.8.3.tar.gz) = b2ada7bc14c2ed6ccc154493e186694f
+MD5 (ogle-0.8.4.tar.gz) = 996e787ecf5cfed0411a563a5c48c1a7
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/ogle/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2002/06/10 22:51:12	1.3
+++ pkg-plist	2002/06/30 22:21:17
@@ -7,7 +7,7 @@
 lib/ogle/libdvdcontrol.a
 lib/ogle/libdvdcontrol.la
 lib/ogle/libdvdcontrol.so
-lib/ogle/libdvdcontrol.so.6
+lib/ogle/libdvdcontrol.so.7
 lib/ogle/libmsgevents.a
 lib/ogle/libmsgevents.la
 lib/ogle/libmsgevents.so
--- ogle-diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020630222557.31323.qmail>