o) Update to version 3.10.18

This commit is contained in:
Lars Koeller 2005-10-02 11:23:56 +00:00
parent e555f8a17c
commit a81237c0bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143964
4 changed files with 4 additions and 42 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= apcupsd
PORTVERSION= 3.10.17a
PORTREVISION= 1
PORTVERSION= 3.10.18
#PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,2 +1,2 @@
MD5 (apcupsd-3.10.17a.tar.gz) = c39ac8d094fa5fd3916236c41a7d22fe
SIZE (apcupsd-3.10.17a.tar.gz) = 5648670
MD5 (apcupsd-3.10.18.tar.gz) = 64104a1fface0253e77318ca84948bac
SIZE (apcupsd-3.10.18.tar.gz) = 5698299

View File

@ -1,19 +0,0 @@
*** autoconf/variables.mak.in.orig Thu Apr 1 22:32:21 2004
--- autoconf/variables.mak.in Sun Jul 3 13:00:08 2005
***************
*** 90,96 ****
# Made INCFLAGS relative to the topdir and hardcoded into the Makefiles
# For GDINCLUDE see src/cgi/Makefile.in
! INCFLAGS = $(GDINCLUDE) -I$(topdir)/include
CFLAGS = @CFLAGS@ $(CPPFLAGS) @PTHREAD_CFLAGS@ $(INCFLAGS)
LDFLAGS = @LDFLAGS@
LIBS = $(DRVLIBS) $(APCLIBS) $(INTLLIBS) @PTHREAD_LFLAGS@ @LIBS@
--- 90,96 ----
# Made INCFLAGS relative to the topdir and hardcoded into the Makefiles
# For GDINCLUDE see src/cgi/Makefile.in
! INCFLAGS = $(GDINCLUDE) -I$(topdir)/include $(EXTRAINCS)
CFLAGS = @CFLAGS@ $(CPPFLAGS) @PTHREAD_CFLAGS@ $(INCFLAGS)
LDFLAGS = @LDFLAGS@
LIBS = $(DRVLIBS) $(APCLIBS) $(INTLLIBS) @PTHREAD_LFLAGS@ @LIBS@

View File

@ -1,19 +0,0 @@
*** src/drivers/usb/bsd/hidutils.c.orig Fri Apr 22 02:28:40 2005
--- src/drivers/usb/bsd/hidutils.c Sun Jul 3 13:02:26 2005
***************
*** 327,333 ****
req.ucr_actlen = 0;
req.ucr_addr = 0;
req.ucr_data = data;
! req.ucr_request.bmRequestType = UT_WRITE_CLASS_ENDPOINT;
req.ucr_request.bRequest = UR_SET_REPORT;
USETW(req.ucr_request.wValue, ((item->kind+1) << 8) | item->report_ID);
USETW(req.ucr_request.wIndex, 0);
--- 327,333 ----
req.ucr_actlen = 0;
req.ucr_addr = 0;
req.ucr_data = data;
! req.ucr_request.bmRequestType = UT_WRITE_CLASS_INTERFACE;
req.ucr_request.bRequest = UR_SET_REPORT;
USETW(req.ucr_request.wValue, ((item->kind+1) << 8) | item->report_ID);
USETW(req.ucr_request.wIndex, 0);