aboutsummaryrefslogtreecommitdiff
path: root/editors/yui
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-09-308-216/+0
| | | | | | | | | | | | | | | | | | 2018-09-29 net/ntp-devel: Use net/ntp instead 2018-09-29 net/xrdp-devel: Use net/xrdp instead 2018-09-29 net/tigervnc-devel: Use net/tigervnc instead 2018-09-29 net/unison-devel: Use net/unison instead 2018-09-30 textproc/p5-IDNA-Punycode: Deprecated by upstream 2018-08-15 graphics/gnustep-slideshowkit: unknown license 2018-08-15 graphics/gnustep-slideshow: depends on expiring graphics/gnustep-slideshowkit 2018-09-30 security/lockdown: Renders system unbootable 2018-09-30 devel/p5-Search-Binary: Deprecated by upstream, use List::BinarySearch instead 2018-09-30 devel/p5-ExtUtils-Command: ExtUtils::Command has been re-incorporated to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead 2018-09-30 editors/yui: Unmaintained upstream 2018-09-29 x11/tint-devel: Use x11/tint instead Notes: svn path=/head/; revision=480949
* editors/yui: Mark as broken on FreeBSD 12.0Tobias Kortkamp2018-08-261-0/+4
| | | | | | | | | | | | | | | | ../twww/libw3t.a(w3man.o): In function `HTLoadMan': w3man.cc:(.text+0x2ff): undefined reference to `HTAnchor_physical' w3man.cc:(.text+0x79a): undefined reference to `HTAtom_for' w3man.cc:(.text+0x7a6): undefined reference to `HTAtom_for' ... http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/yui-3.2.06.log - Deprecate it; it appears to be unmaintained upstream with no real existing home Notes: svn path=/head/; revision=478119
* Convert to USES=autoreconf.Tijl Coosemans2017-12-232-4/+12
| | | | Notes: svn path=/head/; revision=457055
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "linker_error".Mark Linimon2017-05-271-5/+6
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441881
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439778
* - Add LICENSEDmitry Marakasov2017-04-092-5/+8
| | | | | | | | - Switch to options helpers - Don't install useless docfiles Notes: svn path=/head/; revision=438080
* editors/yui: partially unbreak with clang 4.0Jan Beich2017-02-012-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | main.cc:1153:36: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:1768:39: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:1865:35: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:1948:35: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:2030:39: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:2147:39: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf1024, 1023, f ) > 0 ) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:2483:37: error: ordered comparison between pointer and zero ('char *' and 'int') if ( fgets( buf1024, 1023, f ) <= 0 ) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ main.cc:2618:32: error: ordered comparison between pointer and zero ('char *' and 'int') while( fgets( buf, 1023, f ) > 0 ) ~~~~~~~~~~~~~~~~~~~~~ ^ ~ yui1.cc:2668:19: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and 'int') if ( forig <= 0 ) { ~~~~~ ^ ~ yui1.cc:2678:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and 'int') if ( fbak <= 0 ) { ~~~~ ^ ~ yui1.cc:2787:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and 'int') if ( forig <= 0 ) { ~~~~~ ^ ~ Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=432986
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-1/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426089
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+1
| | | | Notes: svn path=/head/; revision=413746
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371560
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=362015
* Remove unnecessary bsd.port.options.mk inclusion.Adam Weinberger2014-07-151-4/+0
| | | | Notes: svn path=/head/; revision=361942
* UnbreakAntoine Brodin2014-06-011-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=356167
* Stageify.Vanilla I. Shu2014-05-273-17/+30
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=355534
* Maintainer no longer wishes to maintain those portsAntoine Brodin2014-05-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=353595
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Update to version 3.2.06 [1]Pawel Pekala2013-03-284-17/+20
| | | | | | | | | | | - Fix spelling error in pkg-descr - Trim Makefile header PR: ports/177228 [1] Submitted by: Rashid N. Achilov <citycat4@ngs.ru> (maintainer) Notes: svn path=/head/; revision=315488
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Mark as broken on sparc64. While here, pet portlint.Mark Linimon2008-12-091-1/+5
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224023
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* update editors/yui up to latest releaseEdwin Groothuis2008-08-153-10/+9
| | | | | | | | | | | | | | This port updates editors/yui up to latest release. Also it changes download location - from our corporate site to my hosting also as friendly sites. In source, yui takes one patch, which (as said their author) unbreaks build on 64-bit archs. This patch was done NOT by me. PR: ports/126401 Submitted by: "Rashid N. \"CityCat\" Achilov" <citycat4@ngs.ru> Notes: svn path=/head/; revision=218570
* From: "Rashid N. Achilov" <achilov-rn@askd.ru>Edwin Groothuis2008-07-091-1/+1
| | | | | | | | | | To: edwin@freebsd.org Edwin, can you change for all my ports maintainer address from achilov-rn@askd.ru to citycat4@ngs.ru? Notes: svn path=/head/; revision=216598
* Mark as broken on all 64-bit archs.Mark Linimon2008-02-011-1/+1
| | | | Notes: svn path=/head/; revision=206560
* - Restore editors/yui from accidental removalRong-En Fan2008-01-304-0/+78
| | | | Notes: svn path=/head/; revision=206446
* -Back out - portname conflicts with editors/yuiBeech Rintoul2008-01-304-78/+0
| | | | | | | PR: ports/120135 Notes: svn path=/head/; revision=206437
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Mark broken on 64 bit archs.Ion-Mihai Tetcu2007-08-151-1/+7
| | | | | | | | PR: ports/115510 Submitted by: Rashid N. Achilov (maintainer) Notes: svn path=/head/; revision=197728
* - Update to 3.2.03Rong-En Fan2007-07-273-6/+9
| | | | | | | | | | - Refine pkg-descr PR: ports/114858 Submitted by: Rashid N. Achilov <achilov-rn at askd.ru> Notes: svn path=/head/; revision=196392
* y is a multi-windowed console text editor, primarly intended for program-Martin Wilke2007-03-284-0/+68
mers and system administrators. y main features is: - multi-windows interface with up and down menu lines - Operable window list - Copy/paste between windows - Inter-windows search and replace - Help window with ablility to browse manual pages and info files - Internal terminal window - Internal GDB interface with ability to set up breakpoints inside text window - Status saving - you can load 20 files from your program project by one click - C-style Syntax highlight Rashid N. Achilov (citycat4@ngs.ru) PR: ports/110836 Submitted by: Rashid N. Achilov <citycat4 at ngs.ru> Notes: svn path=/head/; revision=188645