pkgsrc-WIP-changes archive

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

suse131_fpc - the Free Pascal fpc 2.x binary package has disappeared from the opensuse package repository. The packman repository provides a fpc v3 package; unfortunately, the suse*linux Makefile magic doesn'te help much.



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Mon Mar 6 13:02:02 2017 +0100
Changeset:	bf0a5c286eb2eafd93f859b2417cc89da0338afc

Modified Files:
	suse131_fpc/Makefile

Log Message:
suse131_fpc - the Free Pascal fpc 2.x binary package has disappeared
from the opensuse package repository. The packman repository provides
a fpc v3 package; unfortunately, the suse*linux Makefile magic
doesn'te help much.

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

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

diffstat:
 suse131_fpc/Makefile | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diffs:
diff --git a/suse131_fpc/Makefile b/suse131_fpc/Makefile
index 6ca32f68e2..5519b7aacf 100644
--- a/suse131_fpc/Makefile
+++ b/suse131_fpc/Makefile
@@ -1,13 +1,22 @@
 # $NetBSD$
 
-PKGNAME=	suse_fpc-${SUSE_VERSION}
+PKGVER=		3.0.0-4.4
+PKGNAME=	suse_fpc-${PKGVER}-${SUSE_VERSION}
+DISTNAME=	fpc-${PKGVER}.${SUSE_ARCH}.rpm
 CATEGORIES=	emulators
-RPMEDUPKGS+=	fpc-2.6.4-2.1.${SUSE_ARCH}
+
+EXTRACT_SUFX=	# none
+
+MASTER_SITES=	http://packman.jacobs-university.de/suse/${SUSE_VERSION}/Multimedia/${SUSE_ARCH}/ \
+		http://packman.inode.at/suse/${SUSE_VERSION}/Multimedia/${SUSE_ARCH}/ \
+		ftp://packman.inode.at/suse/${SUSE_VERSION}/Multimedia/${SUSE_ARCH}/ \
+		http://ftp.halifax.rwth-aachen.de/packman/suse/${SUSE_VERSION}/Multimedia/${SUSE_ARCH}/ \
+		http://ftp.yzu.edu.tw/Linux/packman/suse/${SUSE_VERSION}/Multimedia/${SUSE_ARCH}/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 COMMENT=	Linux compatibility package for Free Pascal Compiler
 
-EMUL_MODULES.linux=	base
+EMUL_MODULES.linux=	base binutils
 
 .include "../../emulators/suse131_linux/Makefile.common"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index