Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 17:32:09 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513048 - in head/astro/xephem: . files
Message-ID:  <201909271732.x8RHW99K083124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Sep 27 17:32:09 2019
New Revision: 513048
URL: https://svnweb.freebsd.org/changeset/ports/513048

Log:
  astro/xephem: Stop linking against libXp
  
  Stop linking astro/xephem against libXp, it's not needed.  Remove
  deprecation.
  
  OKd by:		bapt (just fix it)

Modified:
  head/astro/xephem/Makefile
  head/astro/xephem/files/patch-Makefile

Modified: head/astro/xephem/Makefile
==============================================================================
--- head/astro/xephem/Makefile	Fri Sep 27 17:25:50 2019	(r513047)
+++ head/astro/xephem/Makefile	Fri Sep 27 17:32:09 2019	(r513048)
@@ -3,14 +3,12 @@
 
 PORTNAME=	xephem
 PORTVERSION=	3.7.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	astro
 MASTER_SITES=	http://www.clearskyinstitute.com/xephem/
 
 MAINTAINER=	jpaetzel@FreeBSD.org
 COMMENT=	Interactive astronomical ephemeris program
-
-DEPRECATED=	Depends on deprecated libXp
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig

Modified: head/astro/xephem/files/patch-Makefile
==============================================================================
--- head/astro/xephem/files/patch-Makefile	Fri Sep 27 17:25:50 2019	(r513047)
+++ head/astro/xephem/files/patch-Makefile	Fri Sep 27 17:32:09 2019	(r513048)
@@ -23,7 +23,7 @@
 +CLDFLAGS+= -g
 +CFLAGS+= $(LIBINC) $(CLDFLAGS) -Wall -I$(MOTIFI) -I/usr/local/include
 +LDFLAGS+= $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/local/lib
-+XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11 -lXft
++XLIBS = -lXm -lXt -lXext -lXmu -lX11 -lXft
 +LIBS = $(XLIBS) $(LIBLIB) -lm -lssl
  
  # static linking on Apple using X11 libs from ports



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271732.x8RHW99K083124>