aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mh/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mh/files')
-rw-r--r--mail/mh/files/patch-ad33
1 files changed, 32 insertions, 1 deletions
diff --git a/mail/mh/files/patch-ad b/mail/mh/files/patch-ad
index 5b54b488dee..f806e2f1599 100644
--- a/mail/mh/files/patch-ad
+++ b/mail/mh/files/patch-ad
@@ -106,11 +106,13 @@ The following patch adds shared library support for FreeBSD to MH
#define NOTOK (-1)
---- 32,38 ----
+--- 32,40 ----
#define MHRELEASE "6.8.3" /* for version: "Maj.min.pat" */
#define MHCENTERFOOT "MH.6.8" /* for nroff page footers */
#define MHLEFTFOOT "[mh.6]" /* [mh.6] MH.6.6 page# */
+! #ifndef MHSLIBVER
! #define MHSLIBVER "3.2" /* Shared library version */
+! #endif
#define NOTOK (-1)
@@ -194,3 +196,32 @@ diff -cdr ../mh-6.8.3.orig/zotnet/mts/lock.c ./zotnet/mts/lock.c
#ifdef SYS5
#define u_short ushort
#define u_long ulong
+--- conf/makefiles/sbr.orig Tue Sep 22 16:38:28 1998
++++ conf/makefiles/sbr Tue Sep 22 16:51:48 1998
+@@ -157,6 +157,7 @@
+ inst-lib: libmh.so $(LIBSA)
+ -rm -f $(SLIBDIR)/libmh.so.$(SLIBVER)
+ cp libmh.so.$(SLIBVER) $(SLIBDIR)/libmh.so.$(SLIBVER)
++ ln -s libmh.so.$(SLIBVER) $(SLIBDIR)/libmh.so
+ -@chmod $(PGMPROT) $(SLIBDIR)/libmh.so.$(SLIBVER)
+ -@ls -l $(SLIBDIR)/libmh.so.*
+ -@echo "Shared library installed normally"
+--- conf/Makefile.orig Wed Sep 23 10:27:39 1998
++++ conf/Makefile Wed Sep 23 10:27:25 1998
+@@ -6,10 +6,15 @@
+ SHELL = /bin/sh
+
+ CC = cc
+-CFLAGS = -O
+ LFLAGS = -bhu
+ LDFLAGS =
+ LIBES =
++
++.if ${PORTOBJFORMAT} == "elf"
++CFLAGS = -O -DMHSLIBVER=\"3\"
++.else
++CFLAGS = -O -DMHSLIBVER=\"3.2\"
++.endif
+
+
+ ######################################################################
class='commitgraph'>* - Update to 0.7.0swills2012-09-276-66/+28 * Restore ktorren-4.2 behaviour - don't check for mounted fs. The checkmakc2012-09-242-0/+30 * Depend on correct transmission-web portcrees2012-09-231-2/+2 * wxGTK 2.4 is no more supported upstream, consider using the current stablebapt2012-09-211-0/+3 * * Tue Sep 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.4dougb2012-09-202-3/+3 * Update libktorrent to 1.3.0makc2012-09-197-30/+23 * ktorrent: Try enabling MAKE_JOBS_SAFE againrakuco2012-09-161-1/+1 * {lib}ktorrent: Follow the trend of not specifying library shversions in the d...rakuco2012-09-162-5/+5 * - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-131-1/+1 * Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- doesmi2012-09-112-6/+3 * - Move libxul 1.9.2 to www/libxul19beat2012-09-111-2/+3 * - unbreak buildohauer2012-09-051-6/+1 * - Hopefully really fix the last high CPU usage caseswills2012-09-052-1/+22 * Mark as broken on ARM.linimon2012-09-041-0/+4 * - Fix another high CPU usage conditionswills2012-09-042-1/+21 * - Fix 100% usage issueswills2012-09-022-0/+14 * * Sat Sep 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.2dougb2012-09-022-7/+3 * 0.16.3 releasedougb2012-09-022-3/+6 * - Update to 0.6.3swills2012-09-023-49/+54 * Fix typos in COMMENT sectionskreuzer2012-08-241-1/+1 * - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1 * * Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0dougb2012-08-1210-22/+22 * Create transmission25 ports and UPDATING entry to explain.crees2012-08-1124-1/+624 * Mark BROKEN-- doesn't work with current GTKs in the tree.crees2012-08-111-0/+2 * Update to 2.61crees2012-08-105-19/+7 * - Update to 4.0.3acm2012-08-102-4/+4 * - Chase www/libmicrohttpd shlib version bumpbdrewery2012-08-081-0/+1 * - Update to 0.4.0scheidell2012-08-063-45/+35 * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0610-11/+11 * Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1 * - Fix typos in COMMENTcs2012-08-021-1/+1 * Add explicit build depends on pkgconfdougb2012-07-312-0/+2 * Fix typos in COMMENTcs2012-07-291-1/+1 * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1 * - Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work onbeat2012-07-241-3/+4 * - Add NOT_FOR_ARCHS= amd64 due to build problems on amd64:beat2012-07-241-0/+3 * Update libktorrent to 1.2.1makc2012-07-234-12/+10 * Convert to new options frameworkbapt2012-07-211-4/+6 * Convert to new options frameworkbapt2012-07-211-4/+6 * libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-203-4/+4 * - Update to version 1.12madpilot2012-07-192-3/+3 * Update PORTREVISION to reflect boost-libs 1.48.0_1 fixdougb2012-07-162-1/+2 * 0.16.2 releasedougb2012-07-162-3/+3 * - Reassign to the heaptabthorpe2012-07-131-1/+1 * (Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog listsmi2012-07-092-4/+3 * Update net-p2p/rtorrent to 0.9.2.flz2012-07-053-43/+6 * Update net-p2p/libtorrent to 0.13.2.flz2012-07-053-4/+11 * - Adjust COMMENT line a bitdanfe2012-07-041-2/+2 * net-p2p/libtorrent-rasterbar-14||2012-07-01|Discontinued upstream, move to li...dougb2012-07-0224-539/+0 * * Sun Jul 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.11dougb2012-07-022-3/+3 * - Remove SITE_PERL from *_DEPENDSaz2012-06-302-2/+2 * - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3 * - Remove SITE_PERL from *_DEPENDSaz2012-06-292-2/+2 * I meant to silence these once I was done testing.dougb2012-06-271-2/+2 * * Sun Jun 24 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.10dougb2012-06-252-4/+4 * Upgrade to version 0.16.1:dougb2012-06-254-1313/+9 * As previously announced, deprecate ports relying on libtorrent-rasterbar-14,dougb2012-06-232-0/+6 * Back to the pool.shaun2012-06-141-1/+1 * - Update to 3.1.2sunpoet2012-06-142-6/+5 * Register CONFLICTSehaupt2012-06-111-1/+3 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1 * The conditional include is actually fine-- the problem in the PR was solvedcrees2012-06-101-13/+0 * update to 0.9.3 and convert options to new stylebf2012-06-087-64/+137 * posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is pickedcrees2012-06-061-0/+13 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-0610-26/+16 * - Remove SITE_PERL from *_DEPENDSaz2012-06-061-2/+2 * Finish converting this port to optionsNG.rene2012-06-061-4/+4 * - Remove SITE_PERL from *_DEPENDSaz2012-06-051-4/+4 * Use the new options framework for the ALC option too.rene2012-06-051-1/+1 * - Update to 10788rene2012-06-043-59/+48 * Set maintainership back to ports@cs2012-06-031-1/+1 * Add gnunet-gtk , GTK interface to GNUnet.bf2012-06-016-0/+388 * - update png to 1.5.10dinoex2012-06-0134-23/+34 * add to the minimal default configuration file and pkg-message;bf2012-05-313-8/+22 * add the missing pkg-messagebf2012-05-291-0/+14 * preliminary version of update to 0.9.x; GUI, rc-scripts, tests,bf2012-05-295-369/+384 * - Update to 0.13 [1]culot2012-05-283-4/+10 * * Sun May 20 - Christophe Dumez <chris@qbittorrent.org> - v2.9.9dougb2012-05-272-4/+4 * Chase PyQT updatemakc2012-05-251-1/+1 * - Chase libesmtp shlib bumpmiwi2012-05-231-2/+2 * defer expiration pending updatesbf2012-05-211-1/+1 * Update to version 1.11pawel2012-05-182-14/+8 * Bump the dependency to the newly-committed libtorrent-rasterbar 0.16dougb2012-05-171-2/+2 * DEPRECATED= Upstream development stopped, time to move ondougb2012-05-171-0/+3 * Add the 0.16 branch of libtorrent-rasterbardougb2012-05-178-0/+1588 * Add patches to fix build with boost-1.48.0makc2012-05-1711-2/+197 * Remove expired ports: BROKEN for more than 6 month, there is no upstreamrm2012-05-1620-1102/+0 * defer expiration pending updatesbf2012-05-101-1/+1 * - Use new lazarus-* structureacm2012-05-081-2/+29 * * Sat May 5 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.8dougb2012-05-072-3/+3 * - Update devel/upnp to 1.6.17pawel2012-04-273-4/+6 * Remove dead MASTER_SITE and a CONFLICTS entry with a dead port.rakuco2012-04-261-3/+1 * Mark BROKEN: does not builderwin2012-04-251-0/+1 * - Update to svn rev 10771jgh2012-04-232-3/+3 * - Update to 3.1.1miwi2012-04-226-52/+8 * - Update to 5.5.24miwi2012-04-223-9/+126 * - Update to 3.2acm2012-04-192-6/+6 * Fix packagecrees2012-04-191-0/+2 * Update to 2.51crees2012-04-183-4/+4 * - update to 1.3.5rm2012-04-123-4/+4 * Mark as deprecated and set expiration to 2012-05-10 for ports that are mark a...bapt2012-04-103-0/+9 * Update net-p2p/rtorrent-devel to 0.9.1.flz2012-04-082-5/+5 * Update net-p2p/libtorrent-devel to 0.13.1.flz2012-04-083-4/+6 * - Update to 2.50crees2012-04-026-16/+12 * - Update to 5.5.21miwi2012-03-256-917/+1888 * Remove two expired ports:eadler2012-03-218-107/+0 * * Sun Mar 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.7dougb2012-03-192-3/+3 * - Update to 1.9dhn2012-03-182-3/+3 * * Sat Mar 17 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.6dougb2012-03-182-3/+3 * - Set / Update Portscout flagsmiwi2012-03-173-3/+9 * - Revert ports/165605 as requested by portmgr@pgollucci2012-03-142-2/+19 * - update to 1.3.4rm2012-03-118-109/+263 * - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-092-19/+2 * - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)sunpoet2012-03-081-0/+3 * Update libktorrent to 1.2.0makc2012-03-078-35/+33 * Update to 0.5.3aarved2012-02-2717-351/+36 * The hotline services seems to be closed now.bapt2012-02-201-0/+3 * * Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.5dougb2012-02-202-3/+4 * * Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.4dougb2012-02-192-3/+3 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-163-1/+3 * Update to SVN r10759rene2012-02-164-4/+6 * - Update to 1.8jgh2012-02-162-8/+6 * Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2 * - convert to using PYTHON_SITELIBDIR (non-functional change)rm2012-02-131-16/+16 * - Update MASTER_SITESculot2012-02-061-1/+1 * - Update to 2.041culot2012-02-012-4/+4 * - Update to SVN 10708rene2012-01-312-4/+5 * Update net-p2p/rtorrent-devel to 0.9.0.flz2012-01-292-5/+5 * Update net-p2p/libtorrent-devel to 0.13.0.flz2012-01-293-3/+8 * - Backport upstream patch to fix high cpu load issues.flz2012-01-292-1/+27 * - Fix build when perl symlink is missingmiwi2012-01-291-0/+2 * RetroShare is a Open Source cross-platform, private and secure decentralisedpawel2012-01-2719-0/+410 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-222-2/+2 * Update to 0.15.9, a bugfix release:dougb2012-01-202-3/+3 * Chase devel/upnp shlib bumppawel2012-01-192-3/+4 * - Update to 2.03jgh2012-01-162-4/+11 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1410-10/+10 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * - Update to 1.7jgh2012-01-072-6/+8 * * Thu Dec 29 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.3dougb2012-01-042-3/+3 * - change required APACHE version from 13+ to 20+ohauer2012-01-021-1/+1 * Pass maintainership to Barbara per email to ports@jgh2011-12-282-2/+2 * Pacify portlintehaupt2011-12-271-2/+2 * - Update to verion 1.6pawel2011-12-272-5/+22 * - Reset ports to heap due to mail bouncestabthorpe2011-12-272-2/+2 * Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.rene2011-12-262-2/+4 * Fix libpng check in configure script, fixed upstream in r10694.rene2011-12-262-2/+18 * - Update to r10703rene2011-12-264-26/+12 * Ncdc is a modern and lightweight direct connect clientpawel2011-12-254-0/+39 * - Update to 0.11sunpoet2011-12-243-13/+24 * - Update to 2.02culot2011-12-192-6/+4 * SolidCoin is an open source digital currency, originally based on Bitcoin,pawel2011-12-154-0/+80 * - Mark BROKEN: does not linkpav2011-12-151-0/+2 * - Update to 2.42crees2011-12-116-12/+9 * Update to 4.1.3makc2011-12-083-9/+10 * Update to 1.1.3makc2011-12-083-6/+9 * - Update to 2.3.1rene2011-12-016-291/+183 * PR: 162340scheidell2011-11-294-0/+29 * Remove trailing whitespaces.ehaupt2011-11-191-1/+1 * Update from "obsolete" 4.3.1.4 to the currently-latest 4.7.0.0.mi2011-11-147-116/+14 * Change email for my ports to FreeBSD one.rm2011-11-112-2/+2 * Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0217-433/+0 * 2011-11-01 games/phpua-ut2003: depends on phpua-enginemiwi2011-11-0131-1112/+0 * * Sat Oct 29 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.2dougb2011-10-312-3/+3 * * Sun Oct 23 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.1dougb2011-10-262-3/+3 * - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-256-76/+2 * - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-251-0/+1 * EiskaltDC++ is a cross-platform program that uses the Direct Connectpawel2011-10-257-0/+80 * Update to version 2.2.4pawel2011-10-2526-218/+505 * The vast majority of pkg-descr files had the following format when theydougb2011-10-243-5/+1 * Remove more tags from pkg-descr files fo the form:dougb2011-10-246-18/+0 * Fix build when WITHOUT_PYGTK=truepawel2011-10-202-7/+9 * - Update to version 1.1.0danfe2011-10-195-86/+140 * - Update to 2.41crees2011-10-195-7/+7 * - Updated to 0.8glarkin2011-10-182-5/+5 * - Update dependencies after KDE ports upgrade.avilla2011-10-174-4/+2 * Chase www/libmicrohttpd shlib bumppawel2011-10-131-2/+2 * Introduce qbittorrent 2.9.0, with the following new features vs. the 2.8.xdougb2011-10-1010-1/+180 * Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-097-152/+0 * EiskaltDC++ is a cross-platform program that uses the Direct Connectpawel2011-10-067-0/+160 * - Update to version 2.2.1pawel2011-10-0625-736/+921 * 0.15.8 releasedougb2011-10-032-4/+3 * As previously advertised, delete ports that havedougb2011-09-3023-2765/+0 * As previously advertised, remove ports that previously had beendougb2011-09-3028-725/+0 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2425-55/+44 * - Update to 0.4.0.shaun2011-09-242-6/+12 * * Mon Sep 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.5dougb2011-09-222-3/+3 * Mark BROKEN: does not builderwin2011-09-211-0/+1 * Fix build with clang.rene2011-09-211-0/+20 * - Update to 3.1.0 [1]rene2011-09-164-20/+35 * Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1 * - Pass maintainership to submittersunpoet2011-09-101-4/+1 * Cleanup, and stop auto-detecting OGG-- now an option.crees2011-09-082-17/+26 * 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesbapt2011-09-0710-141/+0 * Mark vulnerable ports FORBIDDEN with EXPIRATION_DATE= 2011-09-30dougb2011-09-031-0/+3 * s/EXPIRATION/EXPIRATION_DATE/dougb2011-09-035-5/+5 * Add DEPRECATED and EXPIRATION, depends on ../gift which is also DEPRECATEDdougb2011-09-031-0/+3 * Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]dougb2011-09-034-0/+4 * - Update to 0.9.8sylvio2011-09-022-6/+6 * Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-243-2/+14 * - update to 1.3.3kwm2011-08-234-48/+50 * Over to new volunteer. Give this a reprieve from the axe.linimon2011-08-221-4/+1 * Update maintainer address and commentcrees2011-08-211-2/+2 * - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-2/+2 * Update to 4.1.2makc2011-08-193-4/+7 * Update to 1.1.2makc2011-08-193-4/+7 * - Fixed WWW link after divmod.org went offlineglarkin2011-08-181-1/+1 * Deprecate, these ports have been unmaintained upstream for several years.rene2011-08-164-0/+8 * Fix fetch, but it could still do with an update.crees2011-08-131-3/+3 * - Change to use alternative server, thus making it useful again.crees2011-08-131-6/+5 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-123-3/+2 * * Tue Aug 09 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.4dougb2011-08-112-3/+3 * Update to 2.33crees2011-08-103-4/+4 * Apply the same solution for COMPILETIME_OPTIONS+= as in -15dougb2011-08-091-1/+5 * Fix handling of COMPILETIME_OPTIONS in configure. Inspired by the PRdougb2011-08-091-7/+10 * - Update to 0.3.24.shaun2011-08-082-16/+8 * * Tue Aug 02 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.3dougb2011-08-072-3/+3 * Update to version 0.15.7:dougb2011-08-072-4/+5 * - update WWWdinoex2011-08-061-1/+1 * Deprecate some ports where I can't find distfiles and upstreambapt2011-08-033-0/+9