pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rdp



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 15:09:01 UTC 2023

Modified Files:
        pkgsrc/devel/rdp: Makefile distinfo
        pkgsrc/devel/rdp/patches: patch-aa

Log Message:
rdp: Honour CFLAGS/LDFLAGS. Should help the build on various platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/rdp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/rdp/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/rdp/patches/patch-aa

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

Modified files:

Index: pkgsrc/devel/rdp/Makefile
diff -u pkgsrc/devel/rdp/Makefile:1.30 pkgsrc/devel/rdp/Makefile:1.31
--- pkgsrc/devel/rdp/Makefile:1.30      Sun Jan 26 17:31:04 2020
+++ pkgsrc/devel/rdp/Makefile   Sun Jul  9 15:09:01 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/01/26 17:31:04 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2023/07/09 15:09:01 nia Exp $
 
 DISTNAME=              rdp1_5
 PKGNAME=               rdp-1.5
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ftp://ftp.cs.rhul.ac.uk/pub/rdp/
 MASTER_SITES+=         ftp://ftp.cs.rhul.ac.uk/pub/rdp/old_versions/

Index: pkgsrc/devel/rdp/distinfo
diff -u pkgsrc/devel/rdp/distinfo:1.9 pkgsrc/devel/rdp/distinfo:1.10
--- pkgsrc/devel/rdp/distinfo:1.9       Tue Oct 26 10:19:20 2021
+++ pkgsrc/devel/rdp/distinfo   Sun Jul  9 15:09:01 2023
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:19:20 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/07/09 15:09:01 nia Exp $
 
 BLAKE2s (rdp1_5.zip) = 8b65e6c83971ea91ac32a8bd4deeb251853c2da47010d3d0360b67130cfa1055
 SHA512 (rdp1_5.zip) = 549365ea62fb1ffae2c144f7c62929ff66f3991f0828ce12c1e6bd8ec02cd8e19e27303def25a19f009b40ea29b8f88f39916650c50e14bc00af8ba9a0665b46
 Size (rdp1_5.zip) = 1234919 bytes
-SHA1 (patch-aa) = 63ae9329472522a1e609dd01c4bb9275277753b3
+SHA1 (patch-aa) = 2e0afaafefac4dc1bf27c7f94b5afe1e771d3442
 SHA1 (patch-ab) = e4a44c122221196147b9dd16d59fac6da09f2e67
 SHA1 (patch-ac) = 0c9ee2458e999086ef29c1fedb294df31a2e6961
 SHA1 (patch-ad) = 0364b33207f0207876a549fd129e00417eed7769

Index: pkgsrc/devel/rdp/patches/patch-aa
diff -u pkgsrc/devel/rdp/patches/patch-aa:1.3 pkgsrc/devel/rdp/patches/patch-aa:1.4
--- pkgsrc/devel/rdp/patches/patch-aa:1.3       Thu Dec 27 15:57:28 2018
+++ pkgsrc/devel/rdp/patches/patch-aa   Sun Jul  9 15:09:01 2023
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2018/12/27 15:57:28 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2023/07/09 15:09:01 nia Exp $
 
---- makefile.orig      1997-12-20 00:00:00.000000000 +0000
+--- makefile.orig      1997-12-19 23:00:00.000000000 +0000
 +++ makefile
 @@ -10,18 +10,18 @@
  ###############################################################################
@@ -25,8 +25,8 @@ $NetBSD: patch-aa,v 1.3 2018/12/27 15:57
 +RM      = rm
 +CP      = cp
 +SUPP_DIR = ./rdp_supp/
-+CFLAGS = -I$(SUPP_DIR) -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -g
-+LINK    = $(CC) -o ./
++CFLAGS += -I$(SUPP_DIR) -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic
++LINK    = $(CC) $(LDFLAGS) -o ./
 +MATHS   = -lm
 +HERE    = ./
 +OBJ_ONLY = -c



Home | Main Index | Thread Index | Old Index