Date: Mon, 14 Sep 2015 14:53:23 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396902 - in head/astro/xephem: . files Message-ID: <201509141453.t8EErND3016801@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Mon Sep 14 14:53:22 2015 New Revision: 396902 URL: https://svnweb.freebsd.org/changeset/ports/396902 Log: Update to 3.7.7 Sponsored by: iXsystems Modified: head/astro/xephem/Makefile head/astro/xephem/distinfo head/astro/xephem/files/patch-Makefile Modified: head/astro/xephem/Makefile ============================================================================== --- head/astro/xephem/Makefile Mon Sep 14 13:00:58 2015 (r396901) +++ head/astro/xephem/Makefile Mon Sep 14 14:53:22 2015 (r396902) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xephem -PORTVERSION= 3.7.6 -PORTREVISION= 2 +PORTVERSION= 3.7.7 CATEGORIES= astro MASTER_SITES= # http://www.clearskyinstitute.com/xephem/ Modified: head/astro/xephem/distinfo ============================================================================== --- head/astro/xephem/distinfo Mon Sep 14 13:00:58 2015 (r396901) +++ head/astro/xephem/distinfo Mon Sep 14 14:53:22 2015 (r396902) @@ -1,2 +1,2 @@ -SHA256 (xephem-3.7.6.tar.gz) = 2080b628d80d52d9ff7148787e3093eb56f21fef5fba404f123b6198b2d64d05 -SIZE (xephem-3.7.6.tar.gz) = 17975496 +SHA256 (xephem-3.7.7.tar.gz) = 8bee7ed8361e0e11a386ef4f05101e60bdb607e09a9823eec6ed20edbd230376 +SIZE (xephem-3.7.7.tar.gz) = 38010880 Modified: head/astro/xephem/files/patch-Makefile ============================================================================== --- head/astro/xephem/files/patch-Makefile Mon Sep 14 13:00:58 2015 (r396901) +++ head/astro/xephem/files/patch-Makefile Mon Sep 14 14:53:22 2015 (r396902) @@ -1,44 +1,30 @@ ---- Makefile.orig 2013-01-20 04:42:02.000000000 +0100 -+++ Makefile 2013-10-20 13:58:27.000000000 +0200 -@@ -10,9 +10,9 @@ - # one executable, xephem. - - # These -I and -L flags point to the supporting XEphem libraries --LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz --LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd -L../../libpng -L../../libz --LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz -+LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I%%LOCALBASE%%/include -+LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L%%LOCALBASE%%/lib -+LIBLIB = -lastro -lip -llilxml -ljpeg -lpng -lz - - # MOTIFI is the directory containing the Xm directory of include files. - # MOTIFL is the directory containing the libXm.a library. -@@ -24,19 +24,19 @@ +--- Makefile.orig 2015-09-14 09:37:09.737810488 -0500 ++++ Makefile 2015-09-14 09:45:54.470774555 -0500 +@@ -23,18 +23,18 @@ MOTIFL = $(MOTIF) endif ifndef MOTIFI --MOTIFI = /usr/X11R6/include +-MOTIFI = /usr/include +MOTIFI = %%LOCALBASE%%/include endif ifndef MOTIFL --MOTIFL = /usr/X11R6/lib -+MOTIFL = %%LOCALBASE%%/lib +-MOTIFL = /usr/lib ++MOTIFL = %%/LOCALBASE%%/lib endif # for linux and Apple OS X - # some systems now use just /usr/X11 (not /usr/X11R6) CC = gcc CLDFLAGS = -g --CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include --LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib +-CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/opt/X11/include +-LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/opt/X11/lib -XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11 +CFLAGS = $(LIBINC) $(CLDFLAGS) -Wall -I$(MOTIFI) -I%%LOCALBASE%%/include +LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L%%LOCALBASE%%/lib +XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11 -lXft LIBS = $(XLIBS) $(LIBLIB) -lm - # for ppc Apple OS X to make universal (i386 and ppc binary), requires -@@ -181,18 +181,15 @@ + # static linking on Apple using X11 libs from ports +@@ -189,18 +189,18 @@ all: libs xephem xephem.1 xephem: $(INCS) $(OBJS) @@ -57,7 +43,10 @@ - cd ../../libz; make + cd ../../libastro; $(MAKE) + cd ../../libip; $(MAKE) ++ cd ../../libjpegd; $(MAKE) + cd ../../liblilxml; $(MAKE) ++ cd ../../libpng; $(MAKE) ++ cd ../../libz; $(MAKE) clean: rm -fr *.o ../../lib*/*.[ao]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509141453.t8EErND3016801>