Date: Sun, 17 Oct 1999 16:11:27 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/14375: update port: misc/bidwatcher; from 0.9.11 -> 1.0.0b Message-ID: <199910172011.QAA27311@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 14375 >Category: ports >Synopsis: update port: misc/bidwatcher; from 0.9.11 -> 1.0.0b >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: Sun Oct 17 13:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Oct 12 19:33:01 EDT 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: (yes, this is my first PR using 4.0-CURRENT. ;-) (and yes, i'm waiting in line to kick marcel's butt.. fix signal.h!! ..maybe that's already been done, i havent cvsup'd and tried buildworld since last night.. ;) this is the bidwatcher update, bidwatcher 0.9.11 -> 1.0.0b. probably the last update that adds features in awhile, or so the author says. :) funny, this is the only port i have that actually updates faster than i can keep up the port.. please note that since the patch to the Makefile is no longer needed, it and the patches/ dir are to be removed from the cvs repository. thanks to the author who included a FreeBSD Makefile (i should have done this for Makefile,v 1.3.) >How-To-Repeat: use the diff below to patch the current port. >Fix: diff -urN bidwatcher/Makefile bidwatcher-1.0/Makefile --- bidwatcher/Makefile Fri Oct 15 14:12:34 1999 +++ bidwatcher-1.0/Makefile Sat Oct 16 19:42:48 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: bidwatcher -# Version required: 0.9.11 +# Version required: 1.0.0b # Date created: 24 Aug 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD: ports/misc/bidwatcher/Makefile,v 1.3 1999/09/27 17:12:06 cpiazza Exp $ # -DISTNAME= bidwatcher-0.9.11 +DISTNAME= bidwatcher-1.0.0b CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.low-fi.com/bw/download/ @@ -27,6 +27,5 @@ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher - @${INSTALL_DATA} ${WRKSRC}/LICENSE.LINUX ${PREFIX}/share/bidwatcher/LICENSE .include <bsd.port.mk> diff -urN bidwatcher/files/md5 bidwatcher-1.0/files/md5 --- bidwatcher/files/md5 Fri Oct 15 14:12:34 1999 +++ bidwatcher-1.0/files/md5 Sat Oct 16 18:44:54 1999 @@ -1 +1 @@ -MD5 (bidwatcher-0.9.11.tar.gz) = 687a520c52a8face2b142bfd3e194130 +MD5 (bidwatcher-1.0.0b.tar.gz) = 16b13333373a0d219424743dfab6139e diff -urN bidwatcher/patches/patch-aa bidwatcher-1.0/patches/patch-aa --- bidwatcher/patches/patch-aa Fri Aug 27 00:00:54 1999 +++ bidwatcher-1.0/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,84 +0,0 @@ ---- Makefile.orig Tue Aug 24 22:35:35 1999 -+++ Makefile Tue Aug 24 22:38:17 1999 -@@ -2,29 +2,29 @@ - # - # CHANGE WHAT YOU NEED TO, THE MOST LIKELY CANDIDATES FOR CHANGE ARE: - # QTDIR, SYSCONF_CFLAGS_X11, SYSCONF_LFLAGS_X11, SYSCONF_MOC --SYSCONF_CC = g++ -+SYSCONF_CC = ${CXX} - --QTDIR = /usr/include/qt --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+QTDIR ?= /usr/include/qt -+SYSCONF_CFLAGS_X11 = -I${X11BASE}/include - SYSCONF_CFLAGS_QT = -I$(QTDIR) --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I${X11BASE}/include - - # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses - - # X11 --SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib -+SYSCONF_LFLAGS_X11 = -L${X11BASE}/lib - SYSCONF_LIBS_X11 = -lX11 -lXext - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt - SYSCONF_LIBS_QT_OPENGL = -lqgl - # OpenGL --SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -+SYSCONF_LFLAGS_OPENGL = -L${X11BASE}/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm - - # Linking applications --SYSCONF_LINK = g++ -+SYSCONF_LINK = ${CXX} - SYSCONF_LFLAGS = - SYSCONF_LIBS = - -@@ -32,14 +32,14 @@ - SYSCONF_LFLAGS_SHOBJ = -shared - - # Meta-object compiler --SYSCONF_MOC = /usr/bin/moc -+SYSCONF_MOC = ${X11BASE}/bin/moc - - # Linking shared libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).so.0.0 - # - Place target in $(DESTDIR) - which has a trailing / - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) - # --SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = ${CXX} - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -@@ -59,11 +59,11 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC); \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CFLAGS = -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = ${CXXFLAGS} -fno-strength-reduce - # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = ${CXXFLAGS} -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = ${CXXFLAGS} -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) -@@ -74,9 +74,9 @@ - ####### Compiler, tools and options - - CC = $(SYSCONF_CC) --CFLAGS = $(SYSCONF_CFLAGS_QT) $(SYSCONF_CFLAGS) --LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS) --LIBS = $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS_X11) $(SYSCONF_LIBS) -+CFLAGS += $(SYSCONF_CFLAGS_QT) $(SYSCONF_CFLAGS) -+LFLAGS += $(SYSCONF_LFLAGS_QT) $(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS) -+LIBS += $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS_X11) $(SYSCONF_LIBS) - MOC = $(SYSCONF_MOC) - - ####### Target diff -urN bidwatcher/pkg/PLIST bidwatcher-1.0/pkg/PLIST --- bidwatcher/pkg/PLIST Tue Aug 31 12:16:09 1999 +++ bidwatcher-1.0/pkg/PLIST Sat Oct 16 19:42:37 1999 @@ -1,6 +1,5 @@ bin/bidwatcher share/bidwatcher/CHANGES -share/bidwatcher/LICENSE share/bidwatcher/INSTALL share/bidwatcher/README @dirrm share/bidwatcher >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?199910172011.QAA27311>