|
Lines 25-30
Link Here
|
| 25 |
# /usr/ports/net/citadel/files/patch-aj |
25 |
# /usr/ports/net/citadel/files/patch-aj |
| 26 |
# /usr/ports/net/citadel/files/patch-ak |
26 |
# /usr/ports/net/citadel/files/patch-ak |
| 27 |
# /usr/ports/net/citadel/files/patch-al |
27 |
# /usr/ports/net/citadel/files/patch-al |
|
|
28 |
# /usr/ports/net/citadel/files/patch-am |
| 29 |
# /usr/ports/net/citadel/README.html |
| 28 |
# |
30 |
# |
| 29 |
echo c - /usr/ports/net/citadel |
31 |
echo c - /usr/ports/net/citadel |
| 30 |
mkdir -p /usr/ports/net/citadel > /dev/null 2>&1 |
32 |
mkdir -p /usr/ports/net/citadel > /dev/null 2>&1 |
|
Lines 39-44
Link Here
|
| 39 |
X |
41 |
X |
| 40 |
XPORTNAME= citadel |
42 |
XPORTNAME= citadel |
| 41 |
XPORTVERSION= 5.80 |
43 |
XPORTVERSION= 5.80 |
|
|
44 |
XPORTREVISION= 1 |
| 42 |
XCATEGORIES= net |
45 |
XCATEGORIES= net |
| 43 |
XMASTER_SITES= http://uncensored.citadel.org/pub/citadel/ \ |
46 |
XMASTER_SITES= http://uncensored.citadel.org/pub/citadel/ \ |
| 44 |
X ftp://ftp.tux.org/pub/net/citadel/ \ |
47 |
X ftp://ftp.tux.org/pub/net/citadel/ \ |
|
Lines 48-56
Link Here
|
| 48 |
XMAINTAINER= brian@shadowcom.net |
51 |
XMAINTAINER= brian@shadowcom.net |
| 49 |
XCOMMENT= Citadel/UX Communications Server |
52 |
XCOMMENT= Citadel/UX Communications Server |
| 50 |
X |
53 |
X |
| 51 |
XBROKEN= "Does not install/package" |
|
|
| 52 |
XNO_PACKAGE= "Infinite loop" |
| 53 |
X |
| 54 |
XLIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm |
54 |
XLIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm |
| 55 |
X |
55 |
X |
| 56 |
XWRKSRC= ${WRKDIR}/citadel |
56 |
XWRKSRC= ${WRKDIR}/citadel |
|
Lines 560-583
Link Here
|
| 560 |
END-of-/usr/ports/net/citadel/files/patch-ag |
560 |
END-of-/usr/ports/net/citadel/files/patch-ag |
| 561 |
echo x - /usr/ports/net/citadel/files/patch-ah |
561 |
echo x - /usr/ports/net/citadel/files/patch-ah |
| 562 |
sed 's/^X//' >/usr/ports/net/citadel/files/patch-ah << 'END-of-/usr/ports/net/citadel/files/patch-ah' |
562 |
sed 's/^X//' >/usr/ports/net/citadel/files/patch-ah << 'END-of-/usr/ports/net/citadel/files/patch-ah' |
| 563 |
X*** sysdep.c.orig Tue Sep 5 14:35:25 2000 |
563 |
X--- sysdep.c.orig Mon Jul 2 23:07:09 2001 |
| 564 |
X--- sysdep.c Wed Jun 13 09:32:44 2001 |
564 |
X+++ sysdep.c Sun Mar 30 23:00:56 2003 |
| 565 |
X*************** |
565 |
X@@ -12,7 +12,7 @@ |
| 566 |
X*** 35,42 **** |
566 |
X * |
| 567 |
X--- 35,47 ---- |
567 |
X */ |
| 568 |
X #include <stdarg.h> |
568 |
X |
| 569 |
X #include <syslog.h> |
569 |
X- |
| 570 |
X #include <grp.h> |
570 |
X+#define __SYSDEP_C__ |
| 571 |
X+ #if (defined(__unix__) || defined(unix)) && !defined(USG) |
571 |
X #include "sysdep.h" |
| 572 |
X+ #include <sys/param.h> |
572 |
X #include <stdlib.h> |
| 573 |
X+ #endif |
573 |
X #include <unistd.h> |
| 574 |
X+ #if !defined(BSD) |
574 |
X@@ -46,8 +46,13 @@ |
| 575 |
X #ifdef __GNUC__ |
575 |
X #include <stdarg.h> |
| 576 |
X #include <malloc.h> |
576 |
X #include <syslog.h> |
| 577 |
X+ #endif |
577 |
X #include <grp.h> |
| 578 |
X #endif |
578 |
X+#if (defined(__unix__) || defined(unix)) && !defined(USG) |
| 579 |
X #ifdef HAVE_PTHREAD_H |
579 |
X+#include <sys/param.h> |
| 580 |
X #include <pthread.h> |
580 |
X+#endif |
|
|
581 |
X+#if !defined(BSD) |
| 582 |
X #ifdef __GNUC__ |
| 583 |
X #include <malloc.h> |
| 584 |
X+#endif |
| 585 |
X #endif |
| 586 |
X #ifdef HAVE_PTHREAD_H |
| 587 |
X #include <pthread.h> |
| 581 |
END-of-/usr/ports/net/citadel/files/patch-ah |
588 |
END-of-/usr/ports/net/citadel/files/patch-ah |
| 582 |
echo x - /usr/ports/net/citadel/files/patch-ai |
589 |
echo x - /usr/ports/net/citadel/files/patch-ai |
| 583 |
sed 's/^X//' >/usr/ports/net/citadel/files/patch-ai << 'END-of-/usr/ports/net/citadel/files/patch-ai' |
590 |
sed 's/^X//' >/usr/ports/net/citadel/files/patch-ai << 'END-of-/usr/ports/net/citadel/files/patch-ai' |
|
Lines 687-691
Link Here
|
| 687 |
X if (hostbuf != NULL) strcpy(hostbuf, cithost); |
694 |
X if (hostbuf != NULL) strcpy(hostbuf, cithost); |
| 688 |
X if (portbuf != NULL) strcpy(portbuf, sockpath); |
695 |
X if (portbuf != NULL) strcpy(portbuf, sockpath); |
| 689 |
END-of-/usr/ports/net/citadel/files/patch-al |
696 |
END-of-/usr/ports/net/citadel/files/patch-al |
|
|
697 |
echo x - /usr/ports/net/citadel/files/patch-am |
| 698 |
sed 's/^X//' >/usr/ports/net/citadel/files/patch-am << 'END-of-/usr/ports/net/citadel/files/patch-am' |
| 699 |
X--- sysdep_decls.h.orig Sun Mar 30 22:59:49 2003 |
| 700 |
X+++ sysdep_decls.h Sun Mar 30 23:00:41 2003 |
| 701 |
X@@ -24,4 +24,6 @@ |
| 702 |
X void CtdlRedirectOutput(FILE *fp, int sock); |
| 703 |
X |
| 704 |
X extern int num_sessions; |
| 705 |
X+#ifndef __SYSDEP_C__ |
| 706 |
X extern int time_to_die; |
| 707 |
X+#endif |
| 708 |
END-of-/usr/ports/net/citadel/files/patch-am |
| 709 |
echo x - /usr/ports/net/citadel/README.html |
| 710 |
sed 's/^X//' >/usr/ports/net/citadel/README.html << 'END-of-/usr/ports/net/citadel/README.html' |
| 711 |
X<html> |
| 712 |
X<title> The FreeBSD Ports Collection (net/citadel)</title> |
| 713 |
X<head><h1> The FreeBSD Ports Collection ("net/citadel")</h1> </head> <hr> |
| 714 |
X<body> |
| 715 |
X |
| 716 |
X<p>You are now in the directory for the port "net/citadel" (package name "citadel-5.80"). |
| 717 |
X |
| 718 |
X<p>This is the one-line description for this port: |
| 719 |
X |
| 720 |
X<p><hr><p> |
| 721 |
XCitadel/UX Communications Server |
| 722 |
X<p><hr> |
| 723 |
X |
| 724 |
X<p>Please read the "<a href="pkg-descr">description file</a>" for a |
| 725 |
Xlonger description. |
| 726 |
X |
| 727 |
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for |
| 728 |
Xa summary on how to use the ports collection. |
| 729 |
X |
| 730 |
X<p> |
| 731 |
XThis port requires package(s) "expat-1.95.5 gdbm-1.8.0 gettext-0.11.5_1 gmake-3.80 libiconv-1.8_2" to build. |
| 732 |
X<p> |
| 733 |
XThis port requires package(s) "gdbm-1.8.0" to run. |
| 734 |
X |
| 735 |
X<p><hr><p> |
| 736 |
X<a href="../README.html"> Go up one level</a> |
| 737 |
X| |
| 738 |
X<a href="../../README.html"> Go to top of ports tree</a> |
| 739 |
X</body> |
| 740 |
X</html> |
| 741 |
END-of-/usr/ports/net/citadel/README.html |
| 690 |
exit |
742 |
exit |