Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2000 07:08:59 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17463: Update port: graphics/cqcam
Message-ID:  <200003181508.HAA55053@freefall.freebsd.org>

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

>Number:         17463
>Category:       ports
>Synopsis:       Update port: graphics/cqcam
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 18 07:10:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support LOCALBASE properly
- Support install macros
- Add WWW: line into pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/cqcam/Makefile graphics/cqcam/Makefile
--- /usr/ports/graphics/cqcam/Makefile	Sat Dec 25 20:13:55 1999
+++ graphics/cqcam/Makefile	Thu Mar 16 22:57:57 2000
@@ -8,7 +8,7 @@
 
 DISTNAME=	cqcam-0.45a
 CATEGORIES=	graphics tk82
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/unixfreeware/graphics/
+MASTER_SITES=	http://www.cs.duke.edu/~reynolds/cqcam/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
diff -urN /usr/ports/graphics/cqcam/patches/patch-aa graphics/cqcam/patches/patch-aa
--- /usr/ports/graphics/cqcam/patches/patch-aa	Mon Nov 29 20:14:14 1999
+++ graphics/cqcam/patches/patch-aa	Thu Mar 16 22:57:13 2000
@@ -20,8 +20,8 @@
 -#CFLAGS = -O2 -I/usr/X11R6/include -I/usr/local/include
 -#LDFLAGS = -L/usr/local/lib -L/usr/X11R6/lib
 -#DEFS += -DFREEBSD
-+CFLAGS = -O2 -I${X11BASE}/include -I${PREFIX}/include
-+LDFLAGS = -L${PREFIX}/lib -L${X11BASE}/lib
++CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
++LDFLAGS = -L${LOCALBASE}/lib -L${X11BASE}/lib
 +DEFS += -DFREEBSD
  
  # BSDI 3.0
@@ -58,9 +58,9 @@
 -#REMOTE_CFLAGS =
 +REMOTE_OBJS = xqcctl-tk.o            # code module for the remote
 +REMOTE_DEFS = -DREMOTE
-+REMOTE_LIBS = -lm -L${PREFIX}/lib -ltk82 -ltcl82    # libraries necessary for the remote
++REMOTE_LIBS = -lm -L${LOCALBASE}/lib -ltk82 -ltcl82    # libraries necessary for the remote
 +REMOTE_LDFLAGS =
-+REMOTE_CFLAGS = -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2
++REMOTE_CFLAGS = -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2
  ######################################################################
  
  ######################################################################
@@ -80,14 +80,14 @@
  bininstall: all
  	@echo -n Installing binaries...
 -	@install -o $(BINUSER) -g $(BINGROUP) -m $(BINMODE) $(PROGRAMS) $(BINDIR)
-+	@install -c -s -o $(BINUSER) -g $(BINGROUP) -m $(BINMODE) $(PROGRAMS) $(BINDIR)
++	${BSD_INSTALL_PROGRAM} $(PROGRAMS) $(BINDIR)
  	@echo " done"
  
  maninstall: cqcam.1
  	@echo -n Installing man pages...
 -	@install -o root -g root -m 644 cqcam.1 $(MANDIR)
 -	@ln -sf cqcam.1 $(MANDIR)/xcqcam.1
-+	@install -c -o root -g wheel -m 644 cqcam.1 $(MANDIR)
++	${BSD_INSTALL_MAN} cqcam.1 $(MANDIR)
  	@echo " done"
  
  clean:
diff -urN /usr/ports/graphics/cqcam/pkg/DESCR graphics/cqcam/pkg/DESCR
--- /usr/ports/graphics/cqcam/pkg/DESCR	Mon Feb  9 17:09:35 1998
+++ graphics/cqcam/pkg/DESCR	Thu Mar 16 23:00:10 2000
@@ -1 +1,3 @@
 Color QUICK CAM frame grabber
+
+WWW: http://www.cs.duke.edu/~reynolds/cqcam/


>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?200003181508.HAA55053>