git: c28fcd029574 - main - comms/gnokii: Remove redundant reference to libroken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Jul 2025 13:32:59 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c28fcd029574092dee75bf6d80ceb7004a853f93
commit c28fcd029574092dee75bf6d80ceb7004a853f93
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-07-03 15:34:04 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-07-20 13:31:27 +0000
comms/gnokii: Remove redundant reference to libroken
Referencing libroken without referencing other Kerberos libraries
is meaningless. This commit fixes this port with MIT KRB5 in base.
PR: 287597
exp-run by: antoine
---
comms/gnokii/Makefile | 2 +-
comms/gnokii/files/patch-configure | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index a4da40e93f1f..8b8dd01114b1 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnokii
PORTVERSION= 0.6.31
-PORTREVISION= 15
+PORTREVISION= 16
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure
index 27e7c58a7df6..2154b5a3a921 100644
--- a/comms/gnokii/files/patch-configure
+++ b/comms/gnokii/files/patch-configure
@@ -93,15 +93,6 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -17521,7 +17507,7 @@ fi
- $as_echo "$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&6; }
- if test "x$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" = xyes; then :
- XPM_CFLAGS="$XINCL"
-- XPM_LIBS="$XLIBS -lXpm -lX11"
-+ XPM_LIBS="$XLIBS -lXpm -lX11 -lroken -lcrypt"
-
- $as_echo "#define XPM 1" >>confdefs.h
-
@@ -17556,7 +17542,7 @@ $as_echo "$as_me: WARNING: Disabling xgn
fi
fi