mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove www/winhelpcgi, does not compile with GCC 4.2
Submitted by: portsmon
This commit is contained in:
parent
94ecf288b5
commit
39604c3a7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235700
1
MOVED
1
MOVED
@ -4004,3 +4004,4 @@ graphics/libimg-tk83||2009-06-13|Has expired: tcl8.3 support is going to be drop
|
||||
multimedia/manencode||2009-06-13|Has expired
|
||||
www/mnogosearch31||2009-06-13|Has expired: Use www/mnogosearch instead, this version is ancient
|
||||
www/php4-mnogosearch||2009-06-13|Removed
|
||||
www/winhelpcgi||2009-06-13|Has expired
|
||||
|
@ -1604,7 +1604,6 @@
|
||||
SUBDIR += wikicalc
|
||||
SUBDIR += wikindx
|
||||
SUBDIR += wiliki
|
||||
SUBDIR += winhelpcgi
|
||||
SUBDIR += wml
|
||||
SUBDIR += wnews
|
||||
SUBDIR += woadaptor
|
||||
|
@ -1,47 +0,0 @@
|
||||
# New ports collection makefile for: winhelpcgi
|
||||
# Date created: 3 May 2004
|
||||
# Whom: Robin Schoonover (endx7@users.sf.net)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= winhelpcgi
|
||||
PORTVERSION= 1.0r3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= http://www.herdsoft.com/ftp/
|
||||
DISTNAME= ${PORTNAME}_1.0rc3-1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A winhelp converter cgi program
|
||||
|
||||
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf
|
||||
|
||||
EXPIRATION_DATE= 2009-06-01
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.0rc3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= automake:14
|
||||
USE_GETTEXT= yes
|
||||
USE_APACHE= 1.3
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
post-build:
|
||||
@${CAT} ${PKGDIR}/pkg-message | ${SED} -e 's:%%PREFIX%%:${PREFIX}:' > ${PKGMESSAGE}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/www/winhelpcgi
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/winhelpcgi/winhelpcgi.cgi ${PREFIX}/www/winhelpcgi
|
||||
|
||||
post-install:
|
||||
.if !defined(BATCH)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (winhelpcgi_1.0rc3-1.tar.gz) = ffea4a34898b3746184d50f5d2ea38c7
|
||||
SHA256 (winhelpcgi_1.0rc3-1.tar.gz) = e48fbadfd6242f145abaf5aa92d0cebc804da2853b8478b79074ea3b2c01d2a3
|
||||
SIZE (winhelpcgi_1.0rc3-1.tar.gz) = 338589
|
@ -1,10 +0,0 @@
|
||||
--- winhelpcgi/Makefile.am.orig Fri Jun 11 22:31:21 2004
|
||||
+++ winhelpcgi/Makefile.am Fri Jun 11 22:31:30 2004
|
||||
@@ -10,7 +10,7 @@
|
||||
../libhlpaccess/libhlpaccess.a \
|
||||
-lpng -lz \
|
||||
@LIBWMF_LIBS@ \
|
||||
- @INTLLIBS@
|
||||
+ @INTLLIBS@ -lintl
|
||||
|
||||
noinst_HEADERS = dib2png.h winhelpcgi.h wmf2png.h
|
@ -1,17 +0,0 @@
|
||||
--- libhlpaccess/bigend.h.orig Sun May 16 13:35:18 2004
|
||||
+++ libhlpaccess/bigend.h Wed Jan 5 17:00:48 2005
|
||||
@@ -4,9 +4,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
-#if defined(__powerpc__) || defined(__ppc__) || defined(__sparc__) || defined(_AIX)
|
||||
+#include <sys/endian.h>
|
||||
+
|
||||
+#if BYTE_ORDER == BIG_ENDIAN
|
||||
# define BIGENDIAN /* This is a big-endian machine MSB is the first Byte */
|
||||
-#elif defined(__i386__) || defined(__alpha__) || defined(__amd64__)
|
||||
+#elif BYTE_ORDER == LITTLE_ENDIAN
|
||||
# define LITTLEENDIAN /* This is a little-endian machine MSB is the last Byte */
|
||||
#else
|
||||
# error Endianness undefined
|
||||
|
@ -1,4 +0,0 @@
|
||||
winhelpcgi is a cgi program that can display winhelp files on the web.
|
||||
It supports .HLP, .M14, .M13, and .MVP files.
|
||||
|
||||
WWW: http://www.herdsoft.com/linux/produkte/winhelpcgi.html
|
@ -1,18 +0,0 @@
|
||||
-----------------------------------------------------------------
|
||||
winhelpcgi.cgi has been installed into %%PREFIX%%/www/winhelpcgi/
|
||||
|
||||
You now need to copy winhelp files into %%PREFIX%%/www/winhelpcgi/
|
||||
|
||||
You also need to somehow make your webserver aware of winhelpcgi.
|
||||
For example, the following config fragment would make apache aware
|
||||
of winhelpcgi:
|
||||
|
||||
Alias /winhelpcgi %%PREFIX%%/www/winhelpcgi
|
||||
<Directory /usr/local/www/winhelpcgi>
|
||||
AddHandler cgi-script .cgi
|
||||
AllowOverride All
|
||||
Options ExecCGI
|
||||
</Directory>
|
||||
|
||||
-----------------------------------------------------------------
|
||||
|
@ -1,2 +0,0 @@
|
||||
www/winhelpcgi/winhelpcgi.cgi
|
||||
@dirrmtry www/winhelpcgi
|
Loading…
Reference in New Issue
Block a user