mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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:
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
|
@ -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}
|
||||
|
|
8
misc/bidwatcher/files/patch-Makefile.in
Normal file
8
misc/bidwatcher/files/patch-Makefile.in
Normal 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
|
1767
misc/bidwatcher/files/patch-STABLE_1_3
Normal file
1767
misc/bidwatcher/files/patch-STABLE_1_3
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue