pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform a.out has never existed on DragonFly; that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88e8283c34f4
branches:  trunk
changeset: 501746:88e8283c34f4
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 27 22:39:58 2005 +0000

description:
a.out has never existed on DragonFly; that OS was created long after its
parent (FreeBSD) went ELF-only.

diffstat:

 mk/platform/DragonFly.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cc3a421bfc4c -r 88e8283c34f4 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Thu Oct 27 22:39:08 2005 +0000
+++ b/mk/platform/DragonFly.mk  Thu Oct 27 22:39:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.19 2005/09/21 20:37:01 tv Exp $
+# $NetBSD: DragonFly.mk,v 1.20 2005/10/27 22:39:58 tv Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -54,7 +54,7 @@
 _OPSYS_HAS_OSSAUDIO=   yes     # libossaudio is available
 _OPSYS_PERL_REQD=              # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE=     ELF/a.out       # shared lib type
+_OPSYS_SHLIB_TYPE=     ELF     # shared lib type
 _PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups
 _PATCH_BACKUP_ARG?=    -V simple -z    # switch to patch(1) for backup suffix
 _PREFORMATTED_MAN_DIR= cat     # directory where catman pages are



Home | Main Index | Thread Index | Old Index