aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-27 17:32:09 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-27 17:32:09 +0000
commit93673fc72097e2ce453eddc1fd7840e1ecf1f6db (patch)
tree4f09ab395812922ed130fca5942ecf5bc0aca6d4 /astro
parent8c039a25beb703841ca374721083d89262ebb4e8 (diff)
downloadports-93673fc72097e2ce453eddc1fd7840e1ecf1f6db.tar.gz
ports-93673fc72097e2ce453eddc1fd7840e1ecf1f6db.zip
astro/xephem: Stop linking against libXp
Stop linking astro/xephem against libXp, it's not needed. Remove deprecation. OKd by: bapt (just fix it)
Notes
Notes: svn path=/head/; revision=513048
Diffstat (limited to 'astro')
-rw-r--r--astro/xephem/Makefile4
-rw-r--r--astro/xephem/files/patch-Makefile2
2 files changed, 2 insertions, 4 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index 23d8ba9d54e6..e1b7dd6de696 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -3,15 +3,13 @@
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
diff --git a/astro/xephem/files/patch-Makefile b/astro/xephem/files/patch-Makefile
index 4ed3421fa34f..c6fdbc9b4e40 100644
--- a/astro/xephem/files/patch-Makefile
+++ b/astro/xephem/files/patch-Makefile
@@ -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