pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libsscript



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 17:11:18 UTC 2025

Modified Files:
        pkgsrc/net/libsscript: distinfo
        pkgsrc/net/libsscript/patches: patch-ab

Log Message:
libsscript: Include <fcntl.h> for fcntl

Fixes build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/libsscript/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libsscript/patches/patch-ab

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

Modified files:

Index: pkgsrc/net/libsscript/distinfo
diff -u pkgsrc/net/libsscript/distinfo:1.10 pkgsrc/net/libsscript/distinfo:1.11
--- pkgsrc/net/libsscript/distinfo:1.10 Mon Apr 21 21:07:22 2025
+++ pkgsrc/net/libsscript/distinfo      Wed Dec 17 17:11:18 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2025/04/21 21:07:22 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/12/17 17:11:18 nia Exp $
 
 BLAKE2s (sscript-lib2.0.tar) = b560b6b7bf5a7bb62b716d10da3bf1f78d4ae0e211f5c59e9a85946e33a6c2fc
 SHA512 (sscript-lib2.0.tar) = b4829b028891070e81f8a0bc9b490451b4f34cfd2a5340bab00937afacecd7ff9853bc5f184232f15f764d811ac5646d0b852868a1d2d41535bae532f22f0527
 Size (sscript-lib2.0.tar) = 30720 bytes
 SHA1 (patch-aa) = 5ecb9948d5bee82d4e2025a5a12c8318f0ef1f9e
-SHA1 (patch-ab) = 83221316b52c279e4201e7033d9b510792c5ae70
+SHA1 (patch-ab) = 3be68d7ac694f95e8bbdf1299e8d7ceef2500b86

Index: pkgsrc/net/libsscript/patches/patch-ab
diff -u pkgsrc/net/libsscript/patches/patch-ab:1.3 pkgsrc/net/libsscript/patches/patch-ab:1.4
--- pkgsrc/net/libsscript/patches/patch-ab:1.3  Mon Apr 21 21:07:22 2025
+++ pkgsrc/net/libsscript/patches/patch-ab      Wed Dec 17 17:11:18 2025
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.3 2025/04/21 21:07:22 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2025/12/17 17:11:18 nia Exp $
 
---- sscript.c.orig     2000-02-02 02:21:05.000000000 +0100
+--- sscript.c.orig     2000-02-02 01:21:05.000000000 +0000
 +++ sscript.c
-@@ -34,8 +34,8 @@ char *sscript_lindex(char *input_string,
+@@ -13,6 +13,7 @@
+ #include <net/if.h>
+ #include <strings.h>
+ #include <sys/file.h>
++#include <fcntl.h>
+ #include <signal.h>
+ #include <unistd.h>
+ #include <netdb.h>
+@@ -34,8 +35,8 @@ char *sscript_lindex(char *input_string, int word_numb
   static char tmpstring[1024];
   int i;
   strncpy(tmpstring,input_string,1024);
@@ -13,7 +21,7 @@ $NetBSD: patch-ab,v 1.3 2025/04/21 21:07
   tokens[i] = NULL;
   return(tokens[word_number]);
  }
-@@ -231,8 +231,8 @@ char *sscript_lrange(char *input_string,
+@@ -231,8 +232,8 @@ char *sscript_lrange(char *input_string, int starting_
    strcpy(global_var[1],out_string);
    return global_var[1]; }
   strcpy(tmpstring,input_string);



Home | Main Index | Thread Index | Old Index