Pull in large chunks of the unreleased changes on the STABLE_1_3 branch.

This stops the segfaulting on any auction add that started in July.
This commit is contained in:
David E. O'Brien 2004-08-03 17:12:30 +00:00
parent 9134a80260
commit f97f56e86c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115350
3 changed files with 1776 additions and 1 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= bidwatcher
PORTVERSION= 1.3.15
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,8 @@
--- Makefile.in.orig Fri Apr 23 13:30:42 2004
+++ Makefile.in Tue Aug 3 08:57:03 2004
@@ -83 +83 @@
-bidwatcher_SOURCES = bidwatcher.cpp helpers.cpp netstuff.cpp bidwatcher.h
+bidwatcher_SOURCES = bidwatcher.cpp helpers.cpp netstuff.cpp bidwatcher.h bidgui.cpp bidgroup.cpp
@@ -99 +99 @@
-bidwatcher_OBJECTS = bidwatcher.o helpers.o netstuff.o
+bidwatcher_OBJECTS = bidwatcher.o helpers.o netstuff.o bidgui.o bidgroup.o

File diff suppressed because it is too large Load diff