summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino>2012-12-15 12:27:45 +0000
committermarino <marino>2012-12-15 12:27:45 +0000
commit3a8a3c1d24c9e76bc5b5788b0724ff73e61431c8 (patch)
treeb884b2aa9d26684dfe9ae3fea39830434e38da83
parente47ec908040729ae2d57bf343473e12d14b42ad5 (diff)
downloadpkgsrc-3a8a3c1d24c9e76bc5b5788b0724ff73e61431c8.tar.gz
editors/emacs24: Fix breakage caused by previous commit
The previous commit used openpty on all platforms, yet failed to ensure it was made available for them. Add DragonFly to the string of *BSD that require libutil for openpty. Fixes regression caused by previous commit.
-rw-r--r--editors/emacs24/distinfo6
-rw-r--r--editors/emacs24/patches/patch-aa4
-rw-r--r--editors/emacs24/patches/patch-ab4
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/emacs24/distinfo b/editors/emacs24/distinfo
index bb90d575123..b7de5355b00 100644
--- a/editors/emacs24/distinfo
+++ b/editors/emacs24/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2012/11/26 16:56:15 martin Exp $
+$NetBSD: distinfo,v 1.8 2012/12/15 12:27:45 marino Exp $
SHA1 (emacs-24.2.tar.gz) = 5fc4fe7797f821f2021ac415a81f5f190c52c0b2
RMD160 (emacs-24.2.tar.gz) = 26f6c2b671ed7f160875d62e47c89afec085110f
Size (emacs-24.2.tar.gz) = 51471017 bytes
-SHA1 (patch-aa) = ea9f7acf0142c7ae169da9674fa16e6492b30479
-SHA1 (patch-ab) = 8687278fcc8f8ae072c72681ae05ce1f12481cba
+SHA1 (patch-aa) = 114549ab6988d5473f2358b17f3229811f7fbba4
+SHA1 (patch-ab) = 44b5a84b440b4e207ae805b075491d7fed7b804b
SHA1 (patch-ad) = 2dcb0f4b43c599d0c4af83b5f7e1f2797f96bdac
SHA1 (patch-ag) = 3e6ee4774189185af10eada9c935120491318313
SHA1 (patch-lib-careadlinkat.h) = f236d182e609bf7111c70e83e10806a75a220c29
diff --git a/editors/emacs24/patches/patch-aa b/editors/emacs24/patches/patch-aa
index c3fd99bf4b8..d36e9604fd1 100644
--- a/editors/emacs24/patches/patch-aa
+++ b/editors/emacs24/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2012/11/26 16:56:16 martin Exp $
+$NetBSD: patch-aa,v 1.5 2012/12/15 12:27:45 marino Exp $
Add DragonFly
@@ -24,7 +24,7 @@ Add DragonFly
aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
- freebsd) LIBS_SYSTEM="-lutil" ;;
-+ freebsd|netbsd|openbsd) LIBS_SYSTEM="-lutil" ;;
++ freebsd|netbsd|openbsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
diff --git a/editors/emacs24/patches/patch-ab b/editors/emacs24/patches/patch-ab
index 990fb7db2b6..967038af4d9 100644
--- a/editors/emacs24/patches/patch-ab
+++ b/editors/emacs24/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2012/11/26 16:56:16 martin Exp $
+$NetBSD: patch-ab,v 1.5 2012/12/15 12:27:45 marino Exp $
Add DragonFly
@@ -25,7 +25,7 @@ Add DragonFly
aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
- freebsd) LIBS_SYSTEM="-lutil" ;;
-+ freebsd|netbsd|openbsd) LIBS_SYSTEM="-lutil" ;;
++ freebsd|netbsd|openbsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;