mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.3.1.
Prodded by: Lev Serebryakov <lev@serebryakov.spb.ru> on -ports
This commit is contained in:
parent
5cad999b31
commit
f2ec344892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29729
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mimepp
|
||||
PORTVERSION= 1.2.4
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://www.hunnysoft.com/mimepp/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mimepp-1.2.4.tar.gz) = d5001792f1fb946162bc959b8f030d14
|
||||
MD5 (mimepp-1.3.1.tar.gz) = 4de767cfbdc7fd2514dd372e2708b573
|
||||
|
@ -1,26 +1,26 @@
|
||||
--- makefile-unix.orig Wed Sep 1 17:14:36 1999
|
||||
+++ makefile-unix Thu Mar 30 21:23:08 2000
|
||||
@@ -19,19 +19,19 @@
|
||||
--- makefile-unix Mon Sep 20 20:27:38 1999
|
||||
+++ makefile-unix.new Tue Jun 20 15:55:25 2000
|
||||
@@ -22,19 +22,19 @@
|
||||
|
||||
###### Tools
|
||||
|
||||
-CXX = g++
|
||||
+CXX ?= g++
|
||||
+CXX ?= c++
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
|
||||
###### Compiler/linker flags
|
||||
|
||||
-DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -g -fexceptions -I./src
|
||||
+DBG_CXX_FLAGS = -DDW_DEBUG_VERSION ${CXXFLAGS} -I./src
|
||||
-DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -D_REENTRANT -g -fexceptions -I./src
|
||||
+DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
|
||||
DBG_LINK_FLAGS =
|
||||
|
||||
-DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -g -fexceptions -I./src
|
||||
+DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION ${CXXFLAGS} -I./src
|
||||
-DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -D_REENTRANT -g -fexceptions -I./src
|
||||
+DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
|
||||
DEV_LINK_FLAGS =
|
||||
|
||||
-REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -fexceptions -I./src
|
||||
+REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION ${CXXFLAGS} -I./src
|
||||
-REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -D_REENTRANT -fexceptions -I./src
|
||||
+REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
|
||||
REL_LINK_FLAGS =
|
||||
|
||||
###### Default target
|
||||
|
@ -10,6 +10,7 @@ include/mimepp/config.h
|
||||
include/mimepp/datetime.h
|
||||
include/mimepp/debug.h
|
||||
include/mimepp/disptype.h
|
||||
include/mimepp/encoded.h
|
||||
include/mimepp/entity.h
|
||||
include/mimepp/enum.h
|
||||
include/mimepp/except.h
|
||||
@ -51,6 +52,7 @@ share/doc/mimepp/bodypart.html
|
||||
share/doc/mimepp/boyermor.html
|
||||
share/doc/mimepp/datetime.html
|
||||
share/doc/mimepp/disptype.html
|
||||
share/doc/mimepp/encoded.html
|
||||
share/doc/mimepp/entity.html
|
||||
share/doc/mimepp/field.html
|
||||
share/doc/mimepp/fieldbdy.html
|
||||
|
Loading…
Reference in New Issue
Block a user