pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/pptp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 28 09:18:08 UTC 2026

Modified Files:
        pkgsrc/net/pptp: Makefile distinfo
        pkgsrc/net/pptp/patches: patch-ah

Log Message:
pptp: honor CFLAGS and LDFLAGS

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/pptp/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/pptp/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/pptp/patches/patch-ah

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

Modified files:

Index: pkgsrc/net/pptp/Makefile
diff -u pkgsrc/net/pptp/Makefile:1.23 pkgsrc/net/pptp/Makefile:1.24
--- pkgsrc/net/pptp/Makefile:1.23       Mon Nov 17 11:01:16 2025
+++ pkgsrc/net/pptp/Makefile    Fri Aug 28 09:18:08 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/11/17 11:01:16 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/08/28 09:18:08 wiz Exp $
 
 DISTNAME=      pptp-1.7.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pptpclient/}
 

Index: pkgsrc/net/pptp/distinfo
diff -u pkgsrc/net/pptp/distinfo:1.12 pkgsrc/net/pptp/distinfo:1.13
--- pkgsrc/net/pptp/distinfo:1.12       Tue Oct 26 11:06:31 2021
+++ pkgsrc/net/pptp/distinfo    Fri Aug 28 09:18:08 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:06:31 nia Exp $
+$NetBSD: distinfo,v 1.13 2026/08/28 09:18:08 wiz Exp $
 
 BLAKE2s (pptp-1.7.1.tar.gz) = f1881ae0fe2bbef5cc72960a1ba802d8e48a800c84de4d3c6374425f4c45f15e
 SHA512 (pptp-1.7.1.tar.gz) = cb22cb33d2e422e7ca1976ae431b8bf7f231e561a02f6cf1274e68cc7e510781879b034f11ae2d5d3e5cee940239970f3ff16ab6cab3ab3c4f2623dc5bfe8bf3
@@ -6,4 +6,4 @@ Size (pptp-1.7.1.tar.gz) = 229024 bytes
 SHA1 (patch-ab) = 01d8346064bee226adb11035d98c2f06523b8e4a
 SHA1 (patch-ac) = 8a0dd645ed0a766375a803fecda80d716c441d52
 SHA1 (patch-ad) = a037ba927c181f812ecd5c1ea2d344483d8ad4bf
-SHA1 (patch-ah) = 51dd733794ed8c3c30aeb908487767cb6fef3e9a
+SHA1 (patch-ah) = 5f9296d2d5c6c9eb7c4c3f1e2d2b0c9441c1c685

Index: pkgsrc/net/pptp/patches/patch-ah
diff -u pkgsrc/net/pptp/patches/patch-ah:1.3 pkgsrc/net/pptp/patches/patch-ah:1.4
--- pkgsrc/net/pptp/patches/patch-ah:1.3        Sun Oct 24 16:55:03 2010
+++ pkgsrc/net/pptp/patches/patch-ah    Fri Aug 28 09:18:08 2026
@@ -1,17 +1,28 @@
-$NetBSD: patch-ah,v 1.3 2010/10/24 16:55:03 pettai Exp $
+$NetBSD: patch-ah,v 1.4 2026/08/28 09:18:08 wiz Exp $
 
---- Makefile.orig      2005-07-28 01:15:10.000000000 +0000
+--- Makefile.orig      2006-02-13 03:07:42.000000000 +0000
 +++ Makefile
-@@ -4,7 +4,7 @@
-
+@@ -4,7 +4,7 @@ RELEASE=
+ 
  #################################################################
  # CHANGE THIS LINE to point to the location of your pppd binary.
 -PPPD = /usr/sbin/pppd
 +#PPPD = /usr/sbin/pppd
  #################################################################
-
+ 
  BINDIR=$(DESTDIR)/usr/sbin
-@@ -54,12 +54,12 @@ distclean: clobber
+@@ -16,9 +16,8 @@ INCLUDE =
+ OPTIMIZE= -O0
+ DEBUG = -g
+ INCLUDE =
+-CFLAGS  = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
++CFLAGS  += -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
+ LIBS  = -lutil
+-LDFLAGS       =
+ 
+ PPTP_BIN = pptp
+ 
+@@ -54,12 +53,12 @@ install:
  test: vector_test
  
  install:



Home | Main Index | Thread Index | Old Index