diff options
author | Tor Egge <tegge@FreeBSD.org> | 2001-07-01 17:36:25 +0000 |
---|---|---|
committer | Tor Egge <tegge@FreeBSD.org> | 2001-07-01 17:36:25 +0000 |
commit | b55a292b5336fa5eba8d4ce27fa3ed943076d94b (patch) | |
tree | 97975540742f40b5ec25a8adee58e1486911fc21 /devel/linuxthreads | |
parent | upgrade to 1.0.0 (diff) |
Backout library major number bump. It wasn't needed. Additionally,
ldconfig -r didn't list the library, making it impossible for other
ports to depend on the linuxthreads port.
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r-- | devel/linuxthreads/Makefile | 4 | ||||
-rw-r--r-- | devel/linuxthreads/files/patch-aa | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 08616fd35571..d46d45acab50 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -7,14 +7,12 @@ PORTNAME= linuxthreads PORTVERSION= 2.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glibc DISTNAME= glibc-linuxthreads-${PORTVERSION} -NO_FILTER_SHLIBS = true - MAINTAINER= tegge@freebsd.org .include <bsd.port.pre.mk> diff --git a/devel/linuxthreads/files/patch-aa b/devel/linuxthreads/files/patch-aa index 9dd4ac1ad0af..54a6f6a848c2 100644 --- a/devel/linuxthreads/files/patch-aa +++ b/devel/linuxthreads/files/patch-aa @@ -17,8 +17,8 @@ diff -ru ../../work/linuxthreads-2.2.3/Makefile ./Makefile -# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. -# This file is part of the GNU C Library. +LIB=lthread -+SHLIB_MAJOR= 2.2 -+SHLIB_MINOR= 3 ++SHLIB_MAJOR= 2 ++SHLIB_MINOR= 2 + +.if !defined(MACHINE_ARCH) +MACHINE_ARCH != /usr/bin/uname -m |