aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-27 17:30:47 +0800
committerantoine <antoine@FreeBSD.org>2017-12-27 17:30:47 +0800
commit5eebe84cb762b7a8b7105cec792035c0256bd49e (patch)
treea56c8be262a439e053fe59f10c4194f6d64c021d /x11-wm
parentd7fe6e6a2fdea10f1b08d47540087ffe89d9964d (diff)
downloadfreebsd-ports-gnome-5eebe84cb762b7a8b7105cec792035c0256bd49e.tar.gz
freebsd-ports-gnome-5eebe84cb762b7a8b7105cec792035c0256bd49e.tar.zst
freebsd-ports-gnome-5eebe84cb762b7a8b7105cec792035c0256bd49e.zip
Deprecate ports broken for more than 6 months
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/gcompmgr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile
index 27f8b51e1a20..c3cc0271497d 100644
--- a/x11-wm/gcompmgr/Makefile
+++ b/x11-wm/gcompmgr/Makefile
@@ -13,6 +13,8 @@ COMMENT= GNOME interface to xcompmgr
RUN_DEPENDS= xcompmgr:x11-wm/xcompmgr
BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2018-01-27
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -lX11
dinoex2003-08-031-0/+3 * - update 8.4.4dinoex2003-07-242-4/+3 * - Update URLdinoex2003-06-171-1/+1 * Add a second checksum:kris2003-05-311-0/+1 * - Update to 8.4.3dinoex2003-05-213-3/+3 * - use configures --includedirdinoex2003-05-142-9/+10 * - Fix some problems for other ports when WRKDIRPREFIX= is not set.dinoex2003-04-031-1/+1 * - fix problem with sed, if no WRKDIRPREFIX is set.dinoex2003-03-241-1/+1 * - Update to 8.4.2dinoex2003-03-243-15/+21 * - add suuport for option TCL_WITH_THREADSdinoex2003-02-231-0/+10 * - retire pkg-commentdinoex2003-02-211-1/+0 * - add COMMENTdinoex2003-02-211-0/+1 * - Fix spellingdinoex2003-02-111-1/+1 * - use LATEST_LINKdinoex2003-02-051-1/+1 * - Update to 8.4.1dinoex2002-11-132-2/+2 * Add missing manpagekris2002-10-281-2/+2 * bump PORTEPOCHdinoex2002-10-171-0/+1 * Update to 8.4.0dinoex2002-10-063-5/+5 * remove inactive file.dinoex2002-09-101-20/+0 * Update to tcl8.4b2dinoex2002-09-095-61/+59 * Add include/tcl%%TCL_VER%%/tclPlatDecls.hdinoex2002-03-161-0/+1 * Create an extra link for tclPlatDecls.hdinoex2002-03-142-12/+14 * Update to 8.4.a4dinoex2002-03-075-65/+94 * - strip SHLIB_LD of option "-soname $@"dinoex2002-01-272-3/+14 * To much _MLINKS for README.htmldinoex2001-12-281-0/+1 * update pkg-descrdinoex2001-11-241-1/+1 * update ports after rep after reprocopy:dinoex2001-11-247-109/+194 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211-1/+1 * Remove leftover filedinoex2001-11-171-0/+0 * Fix patch, as the previous one did only half the job.dinoex2001-11-151-1/+10 * Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)dinoex2001-11-144-16/+27 * Improved shared linking.dinoex2001-11-113-6/+18 * Change Installion of tclConfig.shdinoex2001-11-022-1/+11 * Explicitly set the LATEST_LINK -- right now this port and tcl82 areobrien2001-11-011-0/+1 * Update to tcl 8.3.4dinoex2001-10-216-41/+55 * - Fix Content of LD_SEARCH_FLAGSdinoex2001-08-144-32/+31 * change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+1 * - Added new file koi8-u.encdinoex2001-06-153-2/+26 * - Fix creation of tmpfiles, previous version cause tcl to fail.dinoex2001-05-112-7/+5 * - patch to use mkstemp instead of tmpnamdinoex2001-05-082-0/+18 * Add one missing manpage.demon2001-04-171-1/+1 * Update tcl/tk to 8.3.3dinoex2001-04-144-21/+22 * Upgrade to 8.3.2.keith2001-03-085-42/+37 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3 * Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0 * Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.asami2000-10-081-2/+2 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1 * Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1 * Be aware of otclsh and tclsh8.1_rhoek2000-06-012-2/+2 * PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromhoek2000-06-011-0/+1 * Let the user know about itcl installations, too.hoek2000-06-011-3/+6 * Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.hoek2000-06-011-0/+22 * The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is differentsobomax2000-05-231-1/+1 * Upgrade to tcl-8.3.1 w/ plus patchjseger2000-05-114-48/+40 * Add plus patchjseger2000-05-014-10/+20 * Upgrade to tcl-8.3.0jseger2000-04-254-140/+68 * Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3 * Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1jseger2000-01-063-23/+62 * Upgrade to tcl 8.2.3jseger2000-01-055-28/+28 * Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shsteve1999-12-271-3/+1 * Upgrade to tcl-8.2.2jseger1999-11-224-24/+15 * Upgrade repository copies to tcl/tk 8.2jseger1999-09-065-265/+306 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Upgrade to tcl-8.1.1 and tk-8.1.1jseger1999-08-24