mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] nsis patch


From: freeman
Subject: Re: [Mingw-cross-env-list] nsis patch
Date: Wed, 1 Aug 2012 01:52:11 +0200

 Hello again,

Here is an another bug report
Pdflib_lite couldn't be downloaded (error 404), I have to patch
pdflib_lite.mk in order to get it from distfiles.macports.org

[download] pdflib_lite

Wrong checksum of package pdflib_lite!
------------------------------------------------------------
--2012-08-01 01:36:58--
http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5.tar.gz
Resolving www.pdflib.com (www.pdflib.com)... 87.106.23.64
Connecting to www.pdflib.com (www.pdflib.com)|87.106.23.64|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-08-01 01:36:58 ERROR 404: Not Found.



Here is the patch

--- pdflib_lite.mk.old  2012-08-01 01:40:53.183528083 +0200
+++ pdflib_lite.mk      2012-08-01 01:43:59.371524797 +0200
@@ -6,7 +6,7 @@
 $(PKG)_CHECKSUM := 5b2bf5edc49dba3da0997ade0e191511a37fae01
 $(PKG)_SUBDIR   := PDFlib-Lite-$($(PKG)_VERSION)
 $(PKG)_FILE     := PDFlib-Lite-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := http://www.pdflib.com/binaries/PDFlib/$(subst
.,,$(word 1,$(subst p, ,$($(PKG)_VERSION))))/$($(PKG)_FILE)
+$(PKG)_URL      := https://distfiles.macports.org/pdflib/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc

 define $(PKG)_UPDATE


regards,
freeman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]