aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-04 18:53:35 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-04 18:53:35 +0000
commit2cf40c9314d7193dedd5f9da1407fbfd6a446c06 (patch)
tree8e1ca0fdd76ab323f378bd9e5cccb5d834a3d0ff /x11
parent819035efaf5b136338bb0ce4b61b40155346c891 (diff)
downloadports-2cf40c9314d7193dedd5f9da1407fbfd6a446c06.tar.gz
ports-2cf40c9314d7193dedd5f9da1407fbfd6a446c06.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xorg-edit/Makefile73
-rw-r--r--x11/xorg-edit/distinfo2
-rw-r--r--x11/xorg-edit/files/patch-xorgedit__guiframe.cpp54
-rw-r--r--x11/xorg-edit/pkg-descr3
5 files changed, 0 insertions, 133 deletions
diff --git a/x11/Makefile b/x11/Makefile
index e49c82c7dc07..899762a9df6d 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -426,7 +426,6 @@
SUBDIR += xorg-apps
SUBDIR += xorg-cf-files
SUBDIR += xorg-docs
- SUBDIR += xorg-edit
SUBDIR += xorg-libraries
SUBDIR += xorg-minimal
SUBDIR += xplsprinters
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile
deleted file mode 100644
index 9636e526b909..000000000000
--- a/x11/xorg-edit/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xorg-edit
-PORTVERSION= 08.08.06
-CATEGORIES= x11
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}-${PORTVERSION}_src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GUI to edit xorg.conf
-
-DEPRECATED= Depends on older version of wxGTK
-EXPIRATION_DATE= 2014-07-04
-
-LICENSE= GPLv3
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= dos2unix gmake tar:bzip2
-DOS2UNIX_GLOB= *.cpp *.h
-USE_WX= 3.0
-WX_UNICODE= yes
-
-PLIST_FILES= bin/xorg-edit \
- lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \
- lib/xorg-edit/options/devices/example.xml \
- lib/xorg-edit/options/devices/list.xml \
- lib/xorg-edit/options/devices/nvidia.xml \
- lib/xorg-edit/xorg-edit
-PLIST_DIRS= lib/xorg-edit/options/devices \
- lib/xorg-edit/options \
- lib/xorg-edit/de_DE/LC_MESSAGES \
- lib/xorg-edit/de_DE \
- lib/xorg-edit
-
-DESKTOP_ENTRIES="Xorg Edit" "" "" "${PORTNAME}" "Settings;" true
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^CXX =|CXX ?=| ; \
- s|^CXXFLAGS =|CXXFLAGS ?=|' ${WRKSRC}/libxorgedit/Makefile
- @${REINPLACE_CMD} -e \
- 's|^CXXFLAGS =|CXXFLAGS +=| ; \
- s|wx-config|$$(WX_CONFIG)| ; \
- s|-O3|| ; \
- s|^CXX =|CXX ?=| ; \
- s|^LDFLAGS =|LDFLAGS +=| ; \
- s|^$$(OBJECTS).*|%.o: %.c|' ${WRKSRC}/xorgedit/Makefile
-
-do-configure:
- @${ECHO_CMD} -n > ${WRKDIR}/xorg-edit
- @${ECHO_CMD} '#!/bin/sh' >> ${WRKDIR}/xorg-edit
- @${ECHO_CMD} 'cd ${PREFIX}/lib/xorg-edit && ./xorg-edit "$$@"' \
- >> ${WRKDIR}/xorg-edit
- @${ECHO_CMD} -n > ${WRKSRC}/Makefile
- @${ECHO_CMD} 'all:' >> ${WRKSRC}/Makefile
- @${ECHO_CMD} ' $$(MAKE) -C libxorgedit' >> ${WRKSRC}/Makefile
- @${ECHO_CMD} ' $$(MAKE) -C xorgedit' >> ${WRKSRC}/Makefile
-
-do-install:
- (cd ${WRKDIR} && ${INSTALL_SCRIPT} xorg-edit ${STAGEDIR}${PREFIX}/bin)
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} xorg-edit \
- ${STAGEDIR}${PREFIX}/lib/xorg-edit)
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES
- (cd ${WRKSRC}/de_DE/LC_MESSAGES && ${INSTALL_DATA} ${PORTNAME}.mo \
- ${STAGEDIR}${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES)
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit/options/devices
- (cd ${WRKSRC}/options/devices && ${INSTALL_DATA} *.xml \
- ${STAGEDIR}${PREFIX}/lib/xorg-edit/options/devices)
-
-.include <bsd.port.mk>
diff --git a/x11/xorg-edit/distinfo b/x11/xorg-edit/distinfo
deleted file mode 100644
index cc8ed6063d00..000000000000
--- a/x11/xorg-edit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg-edit-08.08.06_src.tar.bz2) = 93b189c276df9bae9d9bfbb4212a068aad53b524af6615d1dad7003ee5857967
-SIZE (xorg-edit-08.08.06_src.tar.bz2) = 101654
diff --git a/x11/xorg-edit/files/patch-xorgedit__guiframe.cpp b/x11/xorg-edit/files/patch-xorgedit__guiframe.cpp
deleted file mode 100644
index a2073a19330d..000000000000
--- a/x11/xorg-edit/files/patch-xorgedit__guiframe.cpp
+++ /dev/null
@@ -1,54 +0,0 @@
---- xorgedit/guiframe.cpp.orig
-+++ xorgedit/guiframe.cpp
-@@ -182,8 +182,13 @@
- otherSectionTab = new wxPanel(layout); // iles/modules/extensions/dri tab panel
- wxBoxSizer *otherSectionTabSizer=new wxBoxSizer(wxVERTICAL);
-
-+#ifdef __clang__
-+ wxString *tempList = new wxString[devListSize+1]; // initial list for combo und choice elements
-+ wxString *optList = new wxString[optListSize]; // initial list for option combo und choice elements
-+#else
- wxString tempList[devListSize+1]; // initial list for combo und choice elements
- wxString optList[optListSize]; // initial list for option combo und choice elements
-+#endif
-
- optList[0]=_("----------");
- optList[1]=_("Add Option");
-@@ -821,6 +826,11 @@
- if (ShowError()) return;
- }
- SetSaved(true);
-+
-+#ifdef __clang__
-+ delete[] optList;
-+ delete[] tempList;
-+#endif
- }
-
- const bool GuiFrame::CreateBackup(void) const
-@@ -1832,8 +1842,13 @@
-
- warningText->SetLabel(_("Warning: Improper use of this tool can cause damage to your\nxorg.conf and may not start your Xserver.\nYou must restart X to take the changes effect."));
-
-+#ifdef __clang__
-+ wxString *tempList = new wxString[devListSize+1]; // initial list for combo und choice elements
-+ wxString *optList = new wxString[optListSize]; // initial list for option combo und choice elements
-+#else
- wxString tempList[devListSize+1]; // initial list for combo und choice elements
- wxString optList[optListSize]; // initial list for option combo und choice elements
-+#endif
- unsigned int offset=0;
- unsigned int i;
-
-@@ -2269,6 +2284,11 @@
-
- driBox->SetLabel(_("DRI"));
- return(false);
-+
-+#ifdef __clang__
-+ delete[] optList;
-+ delete[] tempList;
-+#endif
- }
-
- void GuiFrame::SetSaved(const bool save)
diff --git a/x11/xorg-edit/pkg-descr b/x11/xorg-edit/pkg-descr
deleted file mode 100644
index f15a3a1bcf03..000000000000
--- a/x11/xorg-edit/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GUI to edit XServer-file xorg.conf easily
-
-WWW: http://www.deesaster.org/progxorg.php