diff options
author | mph <mph@FreeBSD.org> | 1998-05-18 06:40:56 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-18 06:40:56 +0800 |
commit | 4f0c1179aaac91cd39b016db742232ac3235ffd1 (patch) | |
tree | d7e10f4fd0b46a18522b7e055dada4f1751e56be /devel/libslang | |
parent | 561d386d5f78710712f0ac050fc1a084ffd2bb00 (diff) | |
download | freebsd-ports-gnome-4f0c1179aaac91cd39b016db742232ac3235ffd1.tar.gz freebsd-ports-gnome-4f0c1179aaac91cd39b016db742232ac3235ffd1.tar.zst freebsd-ports-gnome-4f0c1179aaac91cd39b016db742232ac3235ffd1.zip |
Upgrade to 1.2.2.
Submitted by: Mark Huizer <xaa@stack.nl>
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 20 | ||||
-rw-r--r-- | devel/libslang/distinfo | 2 | ||||
-rw-r--r-- | devel/libslang/files/patch-aa | 52 | ||||
-rw-r--r-- | devel/libslang/pkg-plist | 5 |
4 files changed, 13 insertions, 66 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index d392ea239eef..5a8022326cf7 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,23 +3,23 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.11 1998/02/26 03:41:40 steve Exp $ +# $Id: Makefile,v 1.12 1998/02/26 07:31:51 ache Exp $ # -DISTNAME= slang0.99-38 -PKGNAME= libslang-0.99.38 +DISTNAME= slang1.2.2 +PKGNAME= libslang-1.2.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.clara.net/pub/unix/Usenet/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xaa@xaa.iae.nl -GNU_CONFIGURE= yes -ALL_TARGET= all elf -INSTALL_TARGET= install install-elf -WRKSRC= ${WRKDIR}/slang +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/slang + +ALL_TARGET= all elf +INSTALL_TARGET= install install-elf post-install: - @rm -f ${PREFIX}/lib/libslang.so.99.3[348] ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/devel/libslang/distinfo b/devel/libslang/distinfo index 7e25b5bcdb02..96c3a56f3417 100644 --- a/devel/libslang/distinfo +++ b/devel/libslang/distinfo @@ -1 +1 @@ -MD5 (slang0.99-38.tar.gz) = d3419a30d2705b631b51deb9fe57aa65 +MD5 (slang1.2.2.tar.gz) = f0b71a8f9c6f2ccef07eaaa4068b3d1e diff --git a/devel/libslang/files/patch-aa b/devel/libslang/files/patch-aa deleted file mode 100644 index 39b1e6c48d5f..000000000000 --- a/devel/libslang/files/patch-aa +++ /dev/null @@ -1,52 +0,0 @@ ---- src/Makefile.in.orig Wed Jan 22 01:21:34 1997 -+++ src/Makefile.in Fri Dec 19 00:09:11 1997 -@@ -2,15 +2,15 @@ - #--------------------------------------------------------------------------- - # ANSI C compiler - #--------------------------------------------------------------------------- --CC = @CC@ --CFLAGS = @CFLAGS@ -+#CC = @CC@ -+#CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ - #--------------------------------------------------------------------------- - # ELF specific (Linux) - #--------------------------------------------------------------------------- --ELF_CC = gcc --ELF_CFLAGS = -O2 -fno-strength-reduce -fPIC --ELF_LINK = gcc -shared -Wl,-lm,-t,-soname# -+ELF_CC = $(CC) -+ELF_CFLAGS = $(CFLAGS) -DPIC -fpic -+ELF_LINK = ld -Bshareable - #--------------------------------------------------------------------------- - # Set these values to ABSOLUTE path names - #--------------------------------------------------------------------------- -@@ -93,11 +93,9 @@ - # cd $(ELFDIR); $(RM) $(ELFLIB_MAJOR); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB_MAJOR) - $(ELFDIR_ELF_LIB): $(ELFDIR) $(ELFOBJS) - -$(RM) $(ELFDIR_ELF_LIB) -- cd $(ELFDIR); $(ELF_LINK),$(ELFLIB_MAJOR) -o $(ELFLIB_MAJOR_MINOR) $(OFILES) -- cd $(ELFDIR); $(RM) $(ELFLIB); $(LN) $(ELFLIB_MAJOR) $(ELFLIB) -+ cd $(ELFDIR); $(ELF_LINK) -o $(ELFLIB_MAJOR_MINOR) $(OFILES) $(TCAPLIB) - @echo "" - @echo $(ELFLIB_MAJOR_MINOR) created in $(ELFDIR). -- @echo The link $(ELFLIB) to $(ELFLIB_MAJOR_MINOR) was also created. - @echo "" - $(OBJDIR) : - -$(MKDIR) $(OBJDIR) -@@ -124,15 +122,10 @@ - install-elf: install elf $(install_lib_dir) $(install_include_dir) $(ELFDIR_ELF_LIB) - $(INSTALL_DATA) $(SRCDIR)/slang.h $(install_include_dir) - $(INSTALL_DATA) $(SRCDIR)/slcurses.h $(install_include_dir) -- -$(RM) $(install_lib_dir)/$(ELFLIB) -- -$(RM) $(install_lib_dir)/$(ELFLIB_MAJOR) - @echo installing $(ELFLIB_MAJOR_MINOR) in $(install_lib_dir) - $(INSTALL_DATA) $(ELFDIR_ELF_LIB) $(install_lib_dir) -- @echo creating symbolic links to $(ELFLIB_MAJOR_MINOR) -- -cd $(install_lib_dir); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB) - @echo "" - @echo $(ELFLIB_MAJOR_MINOR) created in $(install_lib_dir). -- @echo The link $(ELFLIB) to $(ELFLIB_MAJOR_MINOR) was also created. - @echo "" - install-links: - -$(RM) $(install_lib_dir)/$(ELFLIB) diff --git a/devel/libslang/pkg-plist b/devel/libslang/pkg-plist index f066afbc10a5..46f4c7a62492 100644 --- a/devel/libslang/pkg-plist +++ b/devel/libslang/pkg-plist @@ -1,7 +1,6 @@ lib/libslang.a -@exec ranlib %D/%F -lib/libslang.so.0.9938 -@exec rm -f %D/libslang.so.99.3[348] +lib/libslang.so +lib/libslang.so.1.2.2 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R include/slcurses.h |