1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 0.5.

This commit is contained in:
Maxim Sobolev 2001-01-25 16:18:17 +00:00
parent 3b0834c945
commit fbc434b8fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37575
6 changed files with 40 additions and 19 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mmc
PORTVERSION= 0.4.1
PORTVERSION= 0.5
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -26,7 +26,7 @@ pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
's|\$$\(gnomedatadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mmc-0.4-1.tar.gz) = f642669682b5ebb6a853e1c4e01d83cf
MD5 (mmc-0.5.tar.gz) = 2b7341174c5f59a863150dc4b719f20f

View File

@ -1,13 +1,19 @@
--- src/address.h 2000/07/21 13:28:27 1.1
+++ src/address.h 2000/07/21 13:30:50
@@ -23,8 +23,8 @@
#ifndef __MMC_ADDRESS_H
#define __MMC_ADDRESS_H
$FreeBSD$
--- src/address.h.orig Sun Jan 14 01:12:18 2001
+++ src/address.h Thu Jan 25 17:46:23 2001
@@ -27,11 +27,12 @@
#include<config.h>
#endif
-#include <alloca.h>
-#include <db1/db.h>
+/*#include <alloca.h>*/
+#include <db.h>
#if defined(HAVE_DB1_DB_H)
# include<db1/db.h>
#elif defined(HAVE_DB_185_H)
# include <db_185.h>
+#else
+# include <db.h>
#endif
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>

View File

@ -1,9 +1,12 @@
--- src/smtp.cc 2000/07/21 13:33:45 1.1
+++ src/smtp.cc 2000/07/21 13:34:24
@@ -20,6 +20,7 @@
For the complete License see the file COPYING.
*/
$FreeBSD$
--- src/smtp.cc.orig Fri Jan 19 18:06:46 2001
+++ src/smtp.cc Thu Jan 25 17:44:11 2001
@@ -23,6 +23,7 @@
#ifdef HAVE_CONFIG_H
# include<config.h>
#endif
+#include <sys/types.h>
#include<sys/socket.h>
#include<gnome.h>

View File

@ -0,0 +1,11 @@
$FreeBSD$
--- mmc.desktop 2001/01/25 16:11:12 1.1
+++ mmc.desktop 2001/01/25 16:11:28
@@ -4,4 +4,4 @@
Exec=mmc
Terminal=0
Type=Internet
-
+Icon=mmc-logo.png

View File

@ -1,3 +1,4 @@
bin/mmc
share/gnome/apps/Internet/mmc.desktop
share/gnome/pixmaps/mmc-logo.png
share/locale/de/LC_MESSAGES/mmc.mo
share/locale/de_DE/LC_MESSAGES/mmc.mo