diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 00:51:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 00:51:49 +0000 |
commit | fe3d0fd58e57231a5916922fd41f676adff70e2e (patch) | |
tree | 48fe4f4fda6d134f826fc69acd40ffa66332a5bf /archivers/rvm | |
parent | a999dafeecdccdb6a14c339b4f27deb1dae0d846 (diff) | |
download | ports-fe3d0fd58e57231a5916922fd41f676adff70e2e.tar.gz ports-fe3d0fd58e57231a5916922fd41f676adff70e2e.zip |
Notes
Diffstat (limited to 'archivers/rvm')
-rw-r--r-- | archivers/rvm/Makefile | 8 | ||||
-rw-r--r-- | archivers/rvm/files/patch-rconfig.h | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index d09b2a0b2484..a2fbf91b715b 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -28,10 +28,4 @@ CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf MAN1= rvm.1 PLIST_FILES= bin/rvm -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/archivers/rvm/files/patch-rconfig.h b/archivers/rvm/files/patch-rconfig.h new file mode 100644 index 000000000000..9a8070dbd1e6 --- /dev/null +++ b/archivers/rvm/files/patch-rconfig.h @@ -0,0 +1,11 @@ +--- rconfig.h.orig Sun May 9 07:57:35 2004 ++++ rconfig.h Sat Aug 21 01:55:46 2004 +@@ -259,7 +259,7 @@ + action_type m_action; + bool m_default; + class timestamp m_timestamp; +- class cfgfiles_type m_cfgfiles; ++ cfgfiles_type m_cfgfiles; + std::string m_link_catalog_dir; + std::string m_log_dir; + std::string m_rsync_local_path; |