diff options
author | alex <alex@FreeBSD.org> | 2000-06-12 03:26:01 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-12 03:26:01 +0800 |
commit | 99c9e8696f119bf4e44e31033e1b5585a07bdf04 (patch) | |
tree | 928ab4e6858151b1312e534afa4ada56b7885fb5 /astro/xtide | |
parent | f3a5d468822fe7f1a26ea63c8c345529fc8992a0 (diff) | |
download | freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.tar.gz freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.tar.zst freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.zip |
Don't install xttpd any more, which cleans up the port.
PR: 18362
Submitted by: maintainer
Reported by: steve
Don't use -O2.
PR: 18910
Submitted by: me
Reviewed by: cpiazza
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 5 | ||||
-rw-r--r-- | astro/xtide/files/patch-makefile | 13 | ||||
-rw-r--r-- | astro/xtide/pkg-plist | 1 |
3 files changed, 14 insertions, 5 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index c0b29dee0acc..a7324d28639e 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -17,10 +17,9 @@ MAINTAINER= patseal@hyperhost.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png -USE_XLIB= yes +USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xtide.1 tide.1 -MAN8= xttpd.8 MANCOMPRESSED= no post-extract: @@ -29,10 +28,8 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tide ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/xttpd ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/DOCUMENTATION/xtide.1 ${PREFIX}/man/man1/xtide.1 ${INSTALL_MAN} ${WRKSRC}/DOCUMENTATION/tide.1 ${PREFIX}/man/man1/tide.1 - ${INSTALL_MAN} ${WRKSRC}/DOCUMENTATION/xttpd.8 ${PREFIX}/man/man8/xttpd.8 @${MKDIR} ${PREFIX}/share/xtide ${INSTALL_DATA} ${WRKSRC}/harmonics ${PREFIX}/share/xtide diff --git a/astro/xtide/files/patch-makefile b/astro/xtide/files/patch-makefile new file mode 100644 index 000000000000..c4f1207de596 --- /dev/null +++ b/astro/xtide/files/patch-makefile @@ -0,0 +1,13 @@ +--- Makefile.in.old Tue May 30 16:26:52 2000 ++++ Makefile.in Tue May 30 16:27:01 2000 +@@ -14,7 +14,7 @@ + # Compiler and flags + # DEFS should include -Dacceptarg3_t=int (replace with the correct data type) + CXX = @CXX@ +-CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c ++CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c + LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o + + # Extra switches and libs determined by configure.in + + diff --git a/astro/xtide/pkg-plist b/astro/xtide/pkg-plist index d8ffa1004664..13b49d7ea3d5 100644 --- a/astro/xtide/pkg-plist +++ b/astro/xtide/pkg-plist @@ -1,5 +1,4 @@ bin/xtide bin/tide -sbin/xttpd share/xtide/harmonics @dirrm share/xtide |