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
This commit is contained in:
Alexander Langer 2000-06-11 19:26:01 +00:00
parent 0377ef7e1f
commit 024da06459
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29530
3 changed files with 14 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,4 @@
bin/xtide
bin/tide
sbin/xttpd
share/xtide/harmonics
@dirrm share/xtide