Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 14:50:26 +0100 (CET)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75355: [MAINTAINER] multimedia/camserv: [SUMMARIZE CHANGES]
Message-ID:  <200412211350.iBLDoQkV019639@roadrunner.q.local>
Resent-Message-ID: <200412211400.iBLE0n8A034856@freefall.freebsd.org>

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

>Number:         75355
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/camserv: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 21 14:00:49 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.3-STABLE FreeBSD 5.3-STABLE #9: Thu Dec 16 18:33:14 CET 2004
>Description:
- Fix plist, pointed out by kris
- Don't install .la. Install .a instead
- Silence sed invocation
- Bump autoconf dependancy
- Bump PORTREVISION
- Use DATADIR macro

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- camserv-0.5.1_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/camserv/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	4 Jun 2004 17:29:27 -0000	1.13
+++ Makefile	21 Dec 2004 13:49:49 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	camserv
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -22,22 +23,20 @@
 
 ONLY_FOR_ARCHS=	i386 alpha
 
-USE_LIBLTDL=	yes
 USE_X_LIB=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL_VER=15
 USE_REINPLACE=	yes
-USE_AUTOCONF_VER=253
+USE_AUTOCONF_VER=259
 
-#CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
 		-I${X11BASE}/include/gtk12 -I${X11BASE}/include/gdk-pixbuf-1.0 \
 		-I${LOCALBASE}/include/glib12" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=--enable-static=no
 
 .if exists(/usr/include/dev/bktr/ioctl_bt848.h)
 post-patch:
-	${REINPLACE_CMD} -e 's#machine/\(ioctl_bt848.h\)#dev/bktr/\1#' \
+	@${REINPLACE_CMD} -e 's#machine/\(ioctl_bt848.h\)#dev/bktr/\1#' \
 		${WRKSRC}/camserv/video_fbsd_bttv.c \
 		${WRKSRC}/configure.in
 .endif
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/multimedia/camserv/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	22 Mar 2004 21:00:51 -0000	1.5
+++ pkg-plist	21 Dec 2004 13:49:49 -0000
@@ -1,28 +1,30 @@
 bin/camserv
 bin/relay
-lib/camserv/libgdk_pixbuf_filter.la
+lib/camserv/libgdk_pixbuf_filter.a
 lib/camserv/libgdk_pixbuf_filter.so
 lib/camserv/libgdk_pixbuf_filter.so.0
-lib/camserv/libimlib2_filter.la
+lib/camserv/libimlib2_filter.a
 lib/camserv/libimlib2_filter.so
 lib/camserv/libimlib2_filter.so.0
-lib/camserv/libjpg_filter.la
+lib/camserv/libjpg_filter.a
 lib/camserv/libjpg_filter.so
 lib/camserv/libjpg_filter.so.0
-lib/camserv/librand_filter.la
+lib/camserv/librand_filter.a
 lib/camserv/librand_filter.so
 lib/camserv/librand_filter.so.0
-lib/camserv/libtext_filter.la
+lib/camserv/libtext_filter.a
 lib/camserv/libtext_filter.so
 lib/camserv/libtext_filter.so.0
-lib/camserv/libvideo_basic.la
+lib/camserv/libvideo_basic.a
 lib/camserv/libvideo_basic.so
 lib/camserv/libvideo_basic.so.0
-%%BKTR%%lib/camserv/libvideo_fbsd_bttv.la
+%%BKTR%%lib/camserv/libvideo_fbsd_bttv.a
 %%BKTR%%lib/camserv/libvideo_fbsd_bttv.so
 %%BKTR%%lib/camserv/libvideo_fbsd_bttv.so.0
-share/camserv/camserv.cfg.dist
-share/camserv/defpage.html
+%%DATADIR%%/camserv.cfg.dist
+%%DATADIR%%/defpage.html
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/javascript.txt
+@dirrm lib/camserv
+@dirrm share/camserv
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- camserv-0.5.1_1,1.patch ends here ---

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



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