mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Remove a not stage friendly abandonware
This commit is contained in:
parent
aa02cf5a17
commit
411ad31409
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351775
1
MOVED
1
MOVED
@ -6035,3 +6035,4 @@ devel/lua-redis-parser||2014-04-18|Has expired: Broken for more than 6 months
|
||||
biology/finchtv||2014-04-18|Has expired: Broken for more than 6 months
|
||||
net-im/ari-yahoo||2014-04-18|Has expired: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
|
||||
www/sams||2014-04-21|Depends on PHP 4 which was removed two years ago
|
||||
x11-toolkits/vdkbuidler||2014-04-22|Abandonware, not stage friendly
|
||||
|
@ -251,7 +251,6 @@
|
||||
SUBDIR += unique
|
||||
SUBDIR += v
|
||||
SUBDIR += vdk
|
||||
SUBDIR += vdkbuilder
|
||||
SUBDIR += viewklass
|
||||
SUBDIR += vte
|
||||
SUBDIR += vte-reference
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vdkbuilder
|
||||
PORTVERSION= 2.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A general ide tool for GTK+/VDK
|
||||
|
||||
LIB_DEPENDS= vdk-2.7:${PORTSDIR}/x11-toolkits/vdk
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --enable-opt=no
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= vdkb2.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|cflag="-s"|cflag="$$CXXFLAGS"|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|: install-IconsDATA|:|g' ${WRKSRC}/data/res/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (vdkbuilder2-2.5.0.tar.gz) = 75053fa125b203e1aa4143eba8dd74698286eeb2458e52fa20c68c822c0640b4
|
||||
SIZE (vdkbuilder2-2.5.0.tar.gz) = 1159849
|
@ -1,21 +0,0 @@
|
||||
--- intl/Makefile.in.orig 2011-03-12 23:37:02.000000000 +0100
|
||||
+++ intl/Makefile.in 2011-03-12 23:38:18.000000000 +0100
|
||||
@@ -202,12 +202,12 @@ Makefile: Makefile.in ../config.status
|
||||
# The dependency for intlh.inst is different in gettext and all other
|
||||
# packages. Because we cannot you GNU make features we have to solve
|
||||
# the problem while rewriting Makefile.in.
|
||||
-@GT_YES@intlh.inst: intlh.inst.in ../config.status
|
||||
-@GT_YES@ cd .. \
|
||||
-@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
|
||||
-@GT_YES@ $(SHELL) ./config.status
|
||||
-@GT_NO@.PHONY: intlh.inst
|
||||
-@GT_NO@intlh.inst:
|
||||
+#intlh.inst: intlh.inst.in ../config.status
|
||||
+# cd .. \
|
||||
+# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
|
||||
+# $(SHELL) ./config.status
|
||||
+.PHONY: intlh.inst
|
||||
+intlh.inst:
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
@ -1,11 +0,0 @@
|
||||
--- vdkbuilder/vdkb_acsupport.cc.orig Thu Feb 28 01:43:38 2002
|
||||
+++ vdkbuilder/vdkb_acsupport.cc Mon Nov 17 18:46:00 2003
|
||||
@@ -106,7 +106,7 @@
|
||||
;
|
||||
else
|
||||
{
|
||||
- sprintf(buff,"cp -a %s/res/%s %s/",
|
||||
+ sprintf(buff,"cp -pR %s/res/%s %s/",
|
||||
VDKB_DATADIR,
|
||||
tobecopied[t],
|
||||
(char*) tgtPath);
|
@ -1,13 +0,0 @@
|
||||
--- vdkbuilder/vdkb_prjman.cc.orig Sat Feb 1 19:44:06 2003
|
||||
+++ vdkbuilder/vdkb_prjman.cc Mon Nov 17 14:40:01 2003
|
||||
@@ -49,8 +49,8 @@
|
||||
#define N_(str) str
|
||||
#endif
|
||||
#endif
|
||||
-#undef __REGEXP_LIBRARY_H__
|
||||
-#define __REGEXP_LIBRARY_H__ 1 // do not include builtin regex.h
|
||||
+// #undef __REGEXP_LIBRARY_H__
|
||||
+// #define __REGEXP_LIBRARY_H__ 1 // do not include builtin regex.h
|
||||
// STUB #include <vdkb2/vdkb_ccpane.h>
|
||||
#include <vdkb2/vdkb_prjman.h>
|
||||
#include <vdkb2/vdkb_locale.h>
|
@ -1,3 +0,0 @@
|
||||
a general ide tool for GTK+/VDK
|
||||
|
||||
WWW: http://home.planet.nl/~groe2579/vdkbuilder/
|
@ -1,149 +0,0 @@
|
||||
bin/vdkb2
|
||||
include/vdkb2/input.h
|
||||
include/vdkb2/vdkb.h
|
||||
include/vdkb2/vdkb_Env.h
|
||||
include/vdkb2/vdkb_PWizard.h
|
||||
include/vdkb2/vdkb_about.h
|
||||
include/vdkb2/vdkb_calendar.h
|
||||
include/vdkb2/vdkb_cbrowse.h
|
||||
include/vdkb2/vdkb_cbuttdlg.h
|
||||
include/vdkb2/vdkb_checkbutton.h
|
||||
include/vdkb2/vdkb_clipdlg.h
|
||||
include/vdkb2/vdkb_clistdlg.h
|
||||
include/vdkb2/vdkb_clistdlg_gui.h
|
||||
include/vdkb2/vdkb_combo.h
|
||||
include/vdkb2/vdkb_comboentry.h
|
||||
include/vdkb2/vdkb_compodb.h
|
||||
include/vdkb2/vdkb_custombutton.h
|
||||
include/vdkb2/vdkb_customlist.h
|
||||
include/vdkb2/vdkb_customtree.h
|
||||
include/vdkb2/vdkb_dclock.h
|
||||
include/vdkb2/vdkb_dedit.h
|
||||
include/vdkb2/vdkb_dlgs.h
|
||||
include/vdkb2/vdkb_drawarea.h
|
||||
include/vdkb2/vdkb_edhelp.h
|
||||
include/vdkb2/vdkb_edhint.h
|
||||
include/vdkb2/vdkb_editor.h
|
||||
include/vdkb2/vdkb_entry.h
|
||||
include/vdkb2/vdkb_evappbar.h
|
||||
include/vdkb2/vdkb_evbox.h
|
||||
include/vdkb2/vdkb_evcontain.h
|
||||
include/vdkb2/vdkb_evlabel.h
|
||||
include/vdkb2/vdkb_evpbar.h
|
||||
include/vdkb2/vdkb_evsbar.h
|
||||
include/vdkb2/vdkb_evsep.h
|
||||
include/vdkb2/vdkb_evslider.h
|
||||
include/vdkb2/vdkb_fixed.h
|
||||
include/vdkb2/vdkb_form.h
|
||||
include/vdkb2/vdkb_frame.h
|
||||
include/vdkb2/vdkb_frmlist.h
|
||||
include/vdkb2/vdkb_gnomeappbar.h
|
||||
include/vdkb2/vdkb_gnomeentry.h
|
||||
include/vdkb2/vdkb_grep.h
|
||||
include/vdkb2/vdkb_guicanvas.h
|
||||
include/vdkb2/vdkb_handlebox.h
|
||||
include/vdkb2/vdkb_ide_def.h
|
||||
include/vdkb2/vdkb_image.h
|
||||
include/vdkb2/vdkb_interface.h
|
||||
include/vdkb2/vdkb_locale.h
|
||||
include/vdkb2/vdkb_logo.h
|
||||
include/vdkb2/vdkb_lru.h
|
||||
include/vdkb2/vdkb_maker.h
|
||||
include/vdkb2/vdkb_menu.h
|
||||
include/vdkb2/vdkb_menubar.h
|
||||
include/vdkb2/vdkb_menuitem.h
|
||||
include/vdkb2/vdkb_nbook.h
|
||||
include/vdkb2/vdkb_notebook.h
|
||||
include/vdkb2/vdkb_object.h
|
||||
include/vdkb2/vdkb_objinspect.h
|
||||
include/vdkb2/vdkb_orderdlg.h
|
||||
include/vdkb2/vdkb_paned.h
|
||||
include/vdkb2/vdkb_parser.h
|
||||
include/vdkb2/vdkb_pbar.h
|
||||
include/vdkb2/vdkb_pholder.h
|
||||
include/vdkb2/vdkb_pixmap.h
|
||||
include/vdkb2/vdkb_plugin.h
|
||||
include/vdkb2/vdkb_prj.h
|
||||
include/vdkb2/vdkb_prjman.h
|
||||
include/vdkb2/vdkb_prjopt.h
|
||||
include/vdkb2/vdkb_prjpref.h
|
||||
include/vdkb2/vdkb_prop.h
|
||||
include/vdkb2/vdkb_radiobutton.h
|
||||
include/vdkb2/vdkb_rbgroup.h
|
||||
include/vdkb2/vdkb_replace.h
|
||||
include/vdkb2/vdkb_sbar.h
|
||||
include/vdkb2/vdkb_scrolled.h
|
||||
include/vdkb2/vdkb_search.h
|
||||
include/vdkb2/vdkb_separator.h
|
||||
include/vdkb2/vdkb_signal.h
|
||||
include/vdkb2/vdkb_slider.h
|
||||
include/vdkb2/vdkb_spinbutton.h
|
||||
include/vdkb2/vdkb_table.h
|
||||
include/vdkb2/vdkb_tabledlg.h
|
||||
include/vdkb2/vdkb_tabledlg_gui.h
|
||||
include/vdkb2/vdkb_text.h
|
||||
include/vdkb2/vdkb_textlabel.h
|
||||
include/vdkb2/vdkb_textwidget.h
|
||||
include/vdkb2/vdkb_timebar.h
|
||||
include/vdkb2/vdkb_toolbar.h
|
||||
include/vdkb2/vdkb_tooldialog.h
|
||||
include/vdkb2/vdkb_tooldialog_gui.h
|
||||
include/vdkb2/vdkb_treeview.h
|
||||
include/vdkb2/vdkb_types.h
|
||||
include/vdkb2/vdkb_unit.h
|
||||
include/vdkb2/vdkb_utils.h
|
||||
include/vdkb2/vdkb_widclip.h
|
||||
include/vdkb2/vdkb_widpopmenu.h
|
||||
include/vdkb2/vdkb_xcheckbutton.h
|
||||
include/vdkb2/vdkb_xcustomlist.h
|
||||
include/vdkb2/vdkb_xentry.h
|
||||
include/vdkb2/vdkb_xmemo.h
|
||||
include/vdkb2/vdkb_xtDlg.h
|
||||
include/vdkb2/vdkdclock.h
|
||||
include/vdkb2/vdkxpmbrowser.h
|
||||
include/vdkb2/waitcursor.h
|
||||
lib/libvdkbcalendar.a
|
||||
lib/libvdkbcalendar.la
|
||||
lib/libvdkbcalendar.so
|
||||
lib/libvdkbcalendar.so.2
|
||||
lib/libvdkbcomboentry.a
|
||||
lib/libvdkbcomboentry.la
|
||||
lib/libvdkbcomboentry.so
|
||||
lib/libvdkbcomboentry.so.2
|
||||
lib/libvdkbdclock.a
|
||||
lib/libvdkbdclock.la
|
||||
lib/libvdkbdclock.so
|
||||
lib/libvdkbdclock.so.2
|
||||
lib/libvdkbdrawarea.a
|
||||
lib/libvdkbdrawarea.la
|
||||
lib/libvdkbdrawarea.so
|
||||
lib/libvdkbdrawarea.so.2
|
||||
lib/libvdkbtreeview.a
|
||||
lib/libvdkbtreeview.la
|
||||
lib/libvdkbtreeview.so
|
||||
lib/libvdkbtreeview.so.2
|
||||
lib/libvdkdclock.a
|
||||
lib/libvdkdclock.la
|
||||
lib/libvdkdclock.so
|
||||
lib/libvdkdclock.so.2
|
||||
share/locale/en/LC_MESSAGES/vdkbuilder2.mo
|
||||
share/locale/it/LC_MESSAGES/vdkbuilder2.mo
|
||||
share/vdkb2/res/AUTHORS
|
||||
share/vdkb2/res/COPYING
|
||||
share/vdkb2/res/ChangeLog
|
||||
share/vdkb2/res/INSTALL
|
||||
share/vdkb2/res/NEWS
|
||||
share/vdkb2/res/README
|
||||
share/vdkb2/res/aclocal.m4
|
||||
share/vdkb2/res/autogen.sh
|
||||
share/vdkb2/res/cpphints
|
||||
share/vdkb2/res/logo.png
|
||||
share/vdkb2/res/plugins.db
|
||||
share/vdkb2/res/rgb.txt
|
||||
share/vdkb2/res/tokens.db
|
||||
share/vdkb2/res/vdkb2.png
|
||||
share/vdkb2/res/vdkbide.defaults
|
||||
share/vdkb2/res/vdkbrc
|
||||
@dirrm share/vdkb2/res
|
||||
@dirrm share/vdkb2
|
||||
@dirrm include/vdkb2
|
Loading…
x
Reference in New Issue
Block a user