aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-11-14 08:21:22 +0800
committerjmz <jmz@FreeBSD.org>2000-11-14 08:21:22 +0800
commit8badc24c51a80ba25b8ce5c45a8e48b0f1fd04ec (patch)
treebc571ee44cd6b38a3f3d21dc458249d1b186f082 /x11
parent1af7ac113b4f5f608ec2e22bbe144d4392ae124d (diff)
downloadfreebsd-ports-gnome-8badc24c51a80ba25b8ce5c45a8e48b0f1fd04ec.tar.gz
freebsd-ports-gnome-8badc24c51a80ba25b8ce5c45a8e48b0f1fd04ec.tar.zst
freebsd-ports-gnome-8badc24c51a80ba25b8ce5c45a8e48b0f1fd04ec.zip
Enable PAM in xdm if it was requested in the configure phase. PAM support
was broken in previous revisions.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile2
-rw-r--r--x11/XFree86-4/files/patch-o16
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 5a7e3f0788c9..4ab3a5926f04 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= XFree86
PORTVERSION= 4.0.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XFREE}
MASTER_SITE_SUBDIR= ${PORTVERSION}
diff --git a/x11/XFree86-4/files/patch-o b/x11/XFree86-4/files/patch-o
new file mode 100644
index 000000000000..a70291fa1862
--- /dev/null
+++ b/x11/XFree86-4/files/patch-o
@@ -0,0 +1,16 @@
+--- programs/xdm/Imakefile~ Sat Jun 17 20:48:22 2000
++++ programs/xdm/Imakefile Tue Nov 14 00:14:56 2000
+@@ -68,6 +68,13 @@
+
+ XPM_DEFINES = -DXPM
+
++#if defined(FreeBSDArchitecture)
++#if HasPam
++PAM_LIBRARIES = -lpam DlLibrary
++PAM_DEFINES = -DUSE_PAM
++#endif
++#endif
++
+ #if SystemV4 || HasShadowPasswd
+ #if !LinuxShadowSuite
+ PWD_DEFINES = -DUSESHADOW