pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

trustedQSL: Drop, older than ham/trustedQSL



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 01:41:46 2016 +0200
Changeset:	4ea0f45fc20f984dde0815809ef3a0ae0e89f7aa

Removed Files:
	trustedQSL/DESCR
	trustedQSL/MESSAGE
	trustedQSL/Makefile
	trustedQSL/PLIST
	trustedQSL/TODO
	trustedQSL/arrl-license
	trustedQSL/distinfo
	trustedQSL/patches/patch-apps_CMakeLists.txt
	trustedQSL/patches/patch-apps_tqsl_cpp
	trustedQSL/patches/patch-openssl__cert.cpp
	trustedQSL/patches/patch-src_tqslconvert_cpp

Log Message:
trustedQSL: Drop, older than ham/trustedQSL

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ea0f45fc20f984dde0815809ef3a0ae0e89f7aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 trustedQSL/DESCR                             |  11 ---
 trustedQSL/MESSAGE                           |  18 ----
 trustedQSL/Makefile                          |  52 -----------
 trustedQSL/PLIST                             | 130 ---------------------------
 trustedQSL/TODO                              |  20 -----
 trustedQSL/arrl-license                      |  60 -------------
 trustedQSL/distinfo                          |  10 ---
 trustedQSL/patches/patch-apps_CMakeLists.txt |  17 ----
 trustedQSL/patches/patch-apps_tqsl_cpp       |  33 -------
 trustedQSL/patches/patch-openssl__cert.cpp   |  16 ----
 trustedQSL/patches/patch-src_tqslconvert_cpp |  15 ----
 11 files changed, 382 deletions(-)

diffs:
diff --git a/trustedQSL/DESCR b/trustedQSL/DESCR
deleted file mode 100644
index 9239988..0000000
--- a/trustedQSL/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-TrustedQSL is a LoTW (Logbook of The World) application to upload
-QSO's (contacts) information onto Logbook servers maintained by the
-ARRL (American Radio Relay League).
-
-Logbook of The World - LoTW  - is an exciting way for Radio Amateurs
-to confirm two-way contacts they have made and use the confirmations
-as credit toward various awards.
-
-Because Logbook of The World uses double blind comparison, users
-cannot see what other users have uploaded unless there is a matched
-QSO.
diff --git a/trustedQSL/MESSAGE b/trustedQSL/MESSAGE
deleted file mode 100644
index dbf9c41..0000000
--- a/trustedQSL/MESSAGE
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2014/06/13 11:38:54 mef Exp $
-To start the application, just type tqsl in shell. You will see
-the icons for operations (with Window facility).
-
-For help, man tqsl or see the following HTML file.
-  ${PREFIX}/share/TrustedQSL/help/tqslapp/main.htm
-
-Starting with 2.0, tqslcert function is included in tqsl,
-the command tqslcert by itself is no longer provided.
-
-Starting with 1.14, command line processing is available.
-  tqsl -h or tqsl --help   will show the help message.
-
-The license is arrl-license (and almost modified-bsd), its copy is also
-installed at:
-  ${PREFIX}/share/TrustedQSL/LICENSE.txt
-===========================================================================
diff --git a/trustedQSL/Makefile b/trustedQSL/Makefile
deleted file mode 100644
index c9b5589..0000000
--- a/trustedQSL/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2015/10/11 02:59:07 mef Exp $
-
-DISTNAME=		tqsl-2.2
-PKGNAME=		${DISTNAME}rc4
-CATEGORIES=		ham
-MASTER_SITES=		http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.1.2/
-MASTER_SITES=		http://www.rickmurphy.net/lotw/
-DIST_SUBDIR=		${PKGNAME_NOREV}
-
-MAINTAINER=		makoto%ki.nu@localhost
-HOMEPAGE=		http://sourceforge.net/projects/trustedqsl/
-COMMENT=		TrustedQSL, uploading QSL Data to LoTW of ARRL
-LICENSE=		arrl-license
-
-# A macro _S in /usr/include/ctype.h conflicts with one in apps/tqsltrace.h
-# NOT_FOR_PLATFORM+=   NetBSD-5.*
-
-USE_TOOLS+=		perl gmake cmake
-USE_LANGUAGES+=		c c++
-USE_LIBTOOL=		yes
-USE_CMAKE=		yes
-
-# There is an unresolved build failure, where -R for /usr/pkg/lib does
-# not precede /usr/X11R7/lib, and on a netbsd-5 system with base xorg,
-# an old version of pixman is found by the pkgsrc cairo.  The root
-# cause (aside from having two pixman versions installed) is ad hoc -L
-# usage in Makefile.am, without matching -R.
-
-do-configure:
-	(cd $(WRKSRC) ; \
-	cmake \
-	-DBDB_PREFIX=${PREFIX} \
-	-DBDB_INCLUDE_DIR=${PREFIX}/include \
-	-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE \
-	-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-	-DCMAKE_INSTALL_RPATH=${PREFIX}/lib \
-	-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
-	.)
-
-post-install:
-	(cd ${WRKSRC} ;\
-	${INSTALL_DATA} LICENSE.txt ${DESTDIR}${PREFIX}/share/TrustedQSL/ \
-	)
-	# Conflicting PLIST with wxGTK28-2.8.12nb8:
-	${RM} ${DESTDIR}${PREFIX}/share/locale/*/LC_MESSAGES/wxstd.mo
-
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../databases/db5/buildlink3.mk"
-.include "../../mk/wxGTK.mk"
-.include "../../www/curl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/trustedQSL/PLIST b/trustedQSL/PLIST
deleted file mode 100644
index 5187092..0000000
--- a/trustedQSL/PLIST
+++ /dev/null
@@ -1,130 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2015/10/11 02:59:07 mef Exp $
-bin/tqsl
-include/adif.h
-include/cabrillo.h
-include/tqslconvert.h
-include/tqslerrno.h
-include/tqsllib.h
-lib/libtqsllib.so
-man/man5/tqsl.5
-share/TrustedQSL/LICENSE.txt
-share/TrustedQSL/config.xml
-share/TrustedQSL/help/tqslapp/CertProp.bmp
-share/TrustedQSL/help/tqslapp/EnterPassword.bmp
-share/TrustedQSL/help/tqslapp/LoTWCerts.bmp
-share/TrustedQSL/help/tqslapp/P12.bmp
-share/TrustedQSL/help/tqslapp/Pending.bmp
-share/TrustedQSL/help/tqslapp/RenewUpload.bmp
-share/TrustedQSL/help/tqslapp/TQ5.bmp
-share/TrustedQSL/help/tqslapp/TQ6.bmp
-share/TrustedQSL/help/tqslapp/TQ8.bmp
-share/TrustedQSL/help/tqslapp/TQSLCert.bmp
-share/TrustedQSL/help/tqslapp/about.bmp
-share/TrustedQSL/help/tqslapp/addcert1.bmp
-share/TrustedQSL/help/tqslapp/addcertaccept.htm
-share/TrustedQSL/help/tqslapp/addcertreq.htm
-share/TrustedQSL/help/tqslapp/additional-info.htm
-share/TrustedQSL/help/tqslapp/addstnl0.bmp
-share/TrustedQSL/help/tqslapp/backuprestore.htm
-share/TrustedQSL/help/tqslapp/cabrillo.htm
-share/TrustedQSL/help/tqslapp/certaccept.htm
-share/TrustedQSL/help/tqslapp/certaccept1.bmp
-share/TrustedQSL/help/tqslapp/certaccept2.bmp
-share/TrustedQSL/help/tqslapp/certificateproperties.htm
-share/TrustedQSL/help/tqslapp/certificatesecurity.htm
-share/TrustedQSL/help/tqslapp/certificatevalidity.htm
-share/TrustedQSL/help/tqslapp/certreplace.htm
-share/TrustedQSL/help/tqslapp/certreq.htm
-share/TrustedQSL/help/tqslapp/certreq1.bmp
-share/TrustedQSL/help/tqslapp/certs-icons.htm
-share/TrustedQSL/help/tqslapp/cmdline.htm
-share/TrustedQSL/help/tqslapp/configops.htm
-share/TrustedQSL/help/tqslapp/configxml.htm
-share/TrustedQSL/help/tqslapp/contents.hhc
-share/TrustedQSL/help/tqslapp/crq0.htm
-share/TrustedQSL/help/tqslapp/crq1.htm
-share/TrustedQSL/help/tqslapp/crq2.htm
-share/TrustedQSL/help/tqslapp/crq3.htm
-share/TrustedQSL/help/tqslapp/crq4.htm
-share/TrustedQSL/help/tqslapp/daterng.bmp
-share/TrustedQSL/help/tqslapp/daterng.htm
-share/TrustedQSL/help/tqslapp/deletecert.htm
-share/TrustedQSL/help/tqslapp/diagmode.htm
-share/TrustedQSL/help/tqslapp/duplicate.bmp
-share/TrustedQSL/help/tqslapp/example1.htm
-share/TrustedQSL/help/tqslapp/expiration.bmp
-share/TrustedQSL/help/tqslapp/expiration.htm
-share/TrustedQSL/help/tqslapp/expired.bmp
-share/TrustedQSL/help/tqslapp/fileops.htm
-share/TrustedQSL/help/tqslapp/files-icons.htm
-share/TrustedQSL/help/tqslapp/glossary.htm
-share/TrustedQSL/help/tqslapp/index.htm
-share/TrustedQSL/help/tqslapp/installation.htm
-share/TrustedQSL/help/tqslapp/key-concepts.htm
-share/TrustedQSL/help/tqslapp/load-certificate.htm
-share/TrustedQSL/help/tqslapp/localization.htm
-share/TrustedQSL/help/tqslapp/login.htm
-share/TrustedQSL/help/tqslapp/logopstab.bmp
-share/TrustedQSL/help/tqslapp/lotw.htm
-share/TrustedQSL/help/tqslapp/main.htm
-share/TrustedQSL/help/tqslapp/moving.htm
-share/TrustedQSL/help/tqslapp/netproxy.htm
-share/TrustedQSL/help/tqslapp/newp12pw.bmp
-share/TrustedQSL/help/tqslapp/newpw.bmp
-share/TrustedQSL/help/tqslapp/pref-adi.htm
-share/TrustedQSL/help/tqslapp/pref-adi1.bmp
-share/TrustedQSL/help/tqslapp/pref-adi2.bmp
-share/TrustedQSL/help/tqslapp/pref-adi3.bmp
-share/TrustedQSL/help/tqslapp/pref-cab.htm
-share/TrustedQSL/help/tqslapp/pref-cab1.bmp
-share/TrustedQSL/help/tqslapp/pref-cab2.bmp
-share/TrustedQSL/help/tqslapp/pref-cab3.bmp
-share/TrustedQSL/help/tqslapp/pref-opt.bmp
-share/TrustedQSL/help/tqslapp/pref-opt.htm
-share/TrustedQSL/help/tqslapp/primary.htm
-share/TrustedQSL/help/tqslapp/promptforcall.bmp
-share/TrustedQSL/help/tqslapp/qsodata.bmp
-share/TrustedQSL/help/tqslapp/qsodata.htm
-share/TrustedQSL/help/tqslapp/renewing.htm
-share/TrustedQSL/help/tqslapp/renewing1.bmp
-share/TrustedQSL/help/tqslapp/renewing2.bmp
-share/TrustedQSL/help/tqslapp/replaced.bmp
-share/TrustedQSL/help/tqslapp/restoredeletedcert.htm
-share/TrustedQSL/help/tqslapp/restoredeletedstnloc.htm
-share/TrustedQSL/help/tqslapp/save-certificate.htm
-share/TrustedQSL/help/tqslapp/savestnl.bmp
-share/TrustedQSL/help/tqslapp/secondarycertops.htm
-share/TrustedQSL/help/tqslapp/secondarystnlocops.htm
-share/TrustedQSL/help/tqslapp/selectlanguage.htm
-share/TrustedQSL/help/tqslapp/sign1.bmp
-share/TrustedQSL/help/tqslapp/signconf.bmp
-share/TrustedQSL/help/tqslapp/signdone.bmp
-share/TrustedQSL/help/tqslapp/signing.htm
-share/TrustedQSL/help/tqslapp/signupload.htm
-share/TrustedQSL/help/tqslapp/signupload1.bmp
-share/TrustedQSL/help/tqslapp/stnloc.bmp
-share/TrustedQSL/help/tqslapp/stnloc.htm
-share/TrustedQSL/help/tqslapp/stnloc0.bmp
-share/TrustedQSL/help/tqslapp/stnloc1.bmp
-share/TrustedQSL/help/tqslapp/stnloc1.htm
-share/TrustedQSL/help/tqslapp/stnloc2.bmp
-share/TrustedQSL/help/tqslapp/stnloc2.htm
-share/TrustedQSL/help/tqslapp/stnloc2park.bmp
-share/TrustedQSL/help/tqslapp/stnloc3.bmp
-share/TrustedQSL/help/tqslapp/stnloc4.bmp
-share/TrustedQSL/help/tqslapp/stnloc5.bmp
-share/TrustedQSL/help/tqslapp/tqslapp.chm
-share/TrustedQSL/help/tqslapp/tqslapp.hhp
-share/TrustedQSL/help/tqslapp/tqslstyle.css
-share/TrustedQSL/help/tqslapp/unlock.bmp
-share/TrustedQSL/help/tqslapp/unlock.htm
-share/TrustedQSL/help/tqslapp/update.htm
-share/TrustedQSL/help/tqslapp/update1.bmp
-share/TrustedQSL/help/tqslapp/update2.bmp
-share/locale/de/LC_MESSAGES/tqslapp.mo
-share/locale/es/LC_MESSAGES/tqslapp.mo
-share/locale/fr/LC_MESSAGES/tqslapp.mo
-share/locale/it/LC_MESSAGES/tqslapp.mo
-share/locale/ja/LC_MESSAGES/tqslapp.mo
-share/locale/pt/LC_MESSAGES/tqslapp.mo
-share/pixmaps/TrustedQSL.png
diff --git a/trustedQSL/TODO b/trustedQSL/TODO
deleted file mode 100644
index 0b4f863..0000000
--- a/trustedQSL/TODO
+++ /dev/null
@@ -1,20 +0,0 @@
-- Naming issue, are these confusing ?
-
-(ARRL)
-command name   		tqsl
-tar archive		tqsl
-MASTER_SITE directory	TrustedQSL
-In LICENSE.txt		TrustedQSL developers
-help directory		share/TrustedQSL/help
-
-(pkgsrc)
-pkgname			tqsl
-pkgsrc directory 	ham/trustedQSL
-LICENSE.txt is installd share/TrustedQSL
-
-- Fix build by clang (NetBSD/6.99.47 and probably on FreeBSD)
-For example:
-http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20140716.1202/tqsl-2.0.2RC4/build.log
- 
-FYI, FreeBSD has fix (with naturally clang)
-http://svnweb.freebsd.org/ports?view=revision&revision=362230
diff --git a/trustedQSL/arrl-license b/trustedQSL/arrl-license
deleted file mode 100644
index f794913..0000000
--- a/trustedQSL/arrl-license
+++ /dev/null
@@ -1,60 +0,0 @@
-License Terms and Conditions
-
-Copyright (C) 2001-2013 American Radio Relay League, Inc. All rights
-reserved.
-
-Portions (C) 2003-2013 The TrustedQSL Developers. Please see the AUTHORS.txt
-file for contributors.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Any redistribution of source code must retain the above copyright
-notice, this list of conditions and the disclaimer shown in
-Paragraph 5 (below).
-
-2. Redistribution in binary form must reproduce the above copyright
-notice, this list of conditions and the disclaimer shown in
-Paragraph 5 (below) in the documentation and/or other materials
-provided with the distribution.
-
-3. Products derived from or including this software may not use
-"Logbook of the World" or "LoTW" or any other American Radio Relay
-League, Incorporated trademarks or servicemarks in their names
-without prior written permission of the ARRL. See Paragraph 6
-(below) for contact information.
-
-4. Use of this software does not imply endorsement by ARRL of
-products derived from or including this software and vendors may not
-claim such endorsement. 
-
-5. Disclaimer: This software is provided "as-is" without
-representation, guarantee or warranty of any kind, either express or
-implied, including but not limited to the implied warranties of
-merchantability or of fitness for a particular purpose. The entire
-risk as to the quality and performance of the software is solely
-with you. Should the software prove defective, you (and not the
-American Radio Relay League, its officers, directors, employees or
-agents) assume the entire cost of all necessary servicing, repair or
-correction. In no event will ARRL be liable to you or to any third
-party for any damages, whether direct or indirect, including lost
-profits, lost savings, or other incidental or consequential damages
-arising out of the use or inability to use such software, regardless
-of whether ARRL has been advised of the possibility of such damages.
-
-6. Contact information:
-
-American Radio Relay League, Inc.
-Attn: Logbook of the World Manager
-225 Main St
-Newington, CT 06111
-voice: 860-594-0200
-fax: 860-594-0259
-email: logbook%arrl.org@localhost
-Worldwide Web: www.arrl.org
-
-This software consists of voluntary contributions made by many
-individuals on behalf of the ARRL. More information on the "Logbook
-of The World" project and the ARRL is available from the ARRL Web
-site at www.arrl.org.
diff --git a/trustedQSL/distinfo b/trustedQSL/distinfo
deleted file mode 100644
index 95a7f1c..0000000
--- a/trustedQSL/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.10 2015/10/11 02:59:07 mef Exp $
-
-SHA1 (tqsl-2.2rc4/tqsl-2.2.tar.gz) = 9bb867363019a2f0bae6b98f562fa43fb3b96066
-RMD160 (tqsl-2.2rc4/tqsl-2.2.tar.gz) = f460c9c46fa17fc6d14ad0d90ce7895f295f0fab
-SHA512 (tqsl-2.2rc4/tqsl-2.2.tar.gz) = 57b5634c88e1a4bfcd6b6a751fce0d345493176a9125d06b98fd110c94d4eebcd940848bb7ac4d5c0be44746a794ffbec396ec894607f9b63a1c102776e885e4
-Size (tqsl-2.2rc4/tqsl-2.2.tar.gz) = 3452601 bytes
-SHA1 (patch-apps_CMakeLists.txt) = 0d602828e1f52782bbe8a6d53d0167f7b46c3fb5
-SHA1 (patch-apps_tqsl_cpp) = 7f96b6ea6a227266c3c237af0665ca47a678b058
-SHA1 (patch-openssl__cert.cpp) = 158c7086014f9cef05835beb1fb9aa52f091343f
-SHA1 (patch-src_tqslconvert_cpp) = 212530497270d7354d2081f2a985e266e8569896
diff --git a/trustedQSL/patches/patch-apps_CMakeLists.txt b/trustedQSL/patches/patch-apps_CMakeLists.txt
deleted file mode 100644
index e32f20e..0000000
--- a/trustedQSL/patches/patch-apps_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-apps_CMakeLists.txt,v 1.4 2015/10/11 02:59:07 mef Exp $
-
-(1) Avoid ${WRKSRC} included in RPATH.
-
---- apps/CMakeLists.txt.orig	2015-09-20 09:15:24.000000000 +0900
-+++ apps/CMakeLists.txt	2015-10-11 00:57:52.000000000 +0900
-@@ -120,8 +120,8 @@ if(APPLE)
- endif()
- 
- if(NOT WIN32) #rpath setup
--	SET(CMAKE_SKIP_BUILD_RPATH  FALSE)
--	SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) 
-+	SET(CMAKE_SKIP_BUILD_RPATH TRUE)
-+	SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) 
- 	SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
- 	SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
- endif()
diff --git a/trustedQSL/patches/patch-apps_tqsl_cpp b/trustedQSL/patches/patch-apps_tqsl_cpp
deleted file mode 100644
index c1d6238..0000000
--- a/trustedQSL/patches/patch-apps_tqsl_cpp
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-apps_tqsl_cpp,v 1.3 2015/10/11 02:59:07 mef Exp $
-
-(1)
-Avoid following error (interim, only valid with db5)
-/usr/pkgsrc/wip/trustedQSL/work/tqsl-2.0/apps/tqsl.cpp:1133:36: error: 'DB_VERSION_STRING' was not declared in this scope
-gmake[2]: *** [apps/CMakeFiles/tqsl.dir/tqsl.cpp.o] Error 1
-gmake[1]: *** [apps/CMakeFiles/tqsl.dir/all] Error 2
-
-(2)
-tqsl-2.0.1/apps/tqsl.cpp:2963:10: error: #pragma GCC diagnostic not allowed inside functions
-tqsl-2.0.1/apps/tqsl.cpp:2967:10: error: #pragma GCC diagnostic not allowed inside functions
-
---- apps/tqsl.cpp.orig	2015-12-24 11:24:19.000000000 +0900
-+++ apps/tqsl.cpp	2015-12-31 00:58:28.000000000 +0900
-@@ -64,7 +64,7 @@
- #endif
- #include <zlib.h>
- #include <openssl/opensslv.h> // only for version info!
--#include <db.h> //only for version info!
-+#include <db5/db.h> //only for version info!
- 
- #include <iostream>
- #include <fstream>
-@@ -1725,7 +1725,8 @@ MyFrame::EditQSOData(wxCommandEvent& WXU
- 	tqslTrace("MyFrame::EditQSOData");
- 	QSORecordList recs;
- 	wxString file = wxFileSelector(_("Open File"), wxConfig::Get()->Read(wxT("QSODataPath"), wxT("")), wxT(""), wxT("adi"),
--#if !defined(__APPLE__) && !defined(_WIN32)
-+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
-+
- 			_("ADIF files (*.adi;*.adif;*.ADI;*.ADIF)|*.adi;*.adif;*.ADI;*.ADIF|All files (*.*)|*.*"),
- #else
- 			_("ADIF files (*.adi;*.adif)|*.adi;*.adif|All files (*.*)|*.*"),
diff --git a/trustedQSL/patches/patch-openssl__cert.cpp b/trustedQSL/patches/patch-openssl__cert.cpp
deleted file mode 100644
index 3d57e94..0000000
--- a/trustedQSL/patches/patch-openssl__cert.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-openssl__cert.cpp,v 1.1 2015/10/11 02:59:07 mef Exp $
-
-error: 'PATH_MAX' was not declared in this scope
-
---- src/openssl_cert.cpp.orig	2015-09-20 09:15:24.000000000 +0900
-+++ src/openssl_cert.cpp	2015-10-11 01:10:26.000000000 +0900
-@@ -131,6 +131,9 @@
- 
- #define TQSLLIB_DEF
- 
-+#ifdef __NetBSD__
-+# include "sys/syslimits.h"
-+#endif
- 
- #include <sys/stat.h>
- #include <sys/types.h>
diff --git a/trustedQSL/patches/patch-src_tqslconvert_cpp b/trustedQSL/patches/patch-src_tqslconvert_cpp
deleted file mode 100644
index 2cce15b..0000000
--- a/trustedQSL/patches/patch-src_tqslconvert_cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_tqslconvert_cpp,v 1.2 2014/06/13 11:38:03 mef Exp $
-
-Convert db.h name to pkgsrc current name
-
---- src/tqslconvert.cpp.orig	2014-01-12 23:39:24.000000000 +0900
-+++ src/tqslconvert.cpp	2014-01-14 00:46:23.000000000 +0900
-@@ -22,7 +22,7 @@
- #include <string>
- #include <ctype.h>
- #include <set>
--#include <db.h>
-+#include <db5/db.h>
- 
- #include <locale.h>
- //#include <iostream>


Home | Main Index | Thread Index | Old Index