diff options
author | markus <markus@FreeBSD.org> | 2007-02-04 11:09:28 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-02-04 11:09:28 +0800 |
commit | faa6d2de6733459cc0994cc93cabcd488026c630 (patch) | |
tree | e130f568960be0b2a8d8340276350482456487a2 /comms | |
parent | 5a8464da31753633d26b72bbc5b07e633780b671 (diff) | |
download | freebsd-ports-gnome-faa6d2de6733459cc0994cc93cabcd488026c630.tar.gz freebsd-ports-gnome-faa6d2de6733459cc0994cc93cabcd488026c630.tar.zst freebsd-ports-gnome-faa6d2de6733459cc0994cc93cabcd488026c630.zip |
Remove special handling of RELENG_4
Diffstat (limited to 'comms')
-rw-r--r-- | comms/cutecom/Makefile | 10 | ||||
-rw-r--r-- | comms/cutecom/files/patch-cutecommdlg.ui (renamed from comms/cutecom/files/current-cutecommdlg.ui.patch) | 0 | ||||
-rw-r--r-- | comms/cutecom/files/stable-cutecommdlg.ui.patch | 24 |
3 files changed, 1 insertions, 33 deletions
diff --git a/comms/cutecom/Makefile b/comms/cutecom/Makefile index 3d6cd2de9720..4f370f9199d7 100644 --- a/comms/cutecom/Makefile +++ b/comms/cutecom/Makefile @@ -29,12 +29,4 @@ do-install: ${MKDIR} ${PREFIX}/share/applnk/Utilities ${INSTALL_DATA} ${WRKSRC}/cutecom.desktop ${PREFIX}/share/applnk/Utilities -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES= ${FILESDIR}/current-cutecommdlg.ui.patch -.else -EXTRA_PATCHES= ${FILESDIR}/stable-cutecommdlg.ui.patch -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/comms/cutecom/files/current-cutecommdlg.ui.patch b/comms/cutecom/files/patch-cutecommdlg.ui index 67276a99aebf..67276a99aebf 100644 --- a/comms/cutecom/files/current-cutecommdlg.ui.patch +++ b/comms/cutecom/files/patch-cutecommdlg.ui diff --git a/comms/cutecom/files/stable-cutecommdlg.ui.patch b/comms/cutecom/files/stable-cutecommdlg.ui.patch deleted file mode 100644 index bf1adf1ac921..000000000000 --- a/comms/cutecom/files/stable-cutecommdlg.ui.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- cutecommdlg.ui.orig Tue Jul 13 21:24:38 2004 -+++ cutecommdlg.ui Thu Jul 15 01:47:55 2004 -@@ -241,21 +241,6 @@ - <string>230400</string> - </property> - </item> -- <item> -- <property name="text"> -- <string>460800</string> -- </property> -- </item> -- <item> -- <property name="text"> -- <string>576000</string> -- </property> -- </item> -- <item> -- <property name="text"> -- <string>921600</string> -- </property> -- </item> - <property name="name"> - <cstring>m_baudCb</cstring> - </property> |