aboutsummaryrefslogtreecommitdiff
path: root/editors/xcoral
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with bison 3.7.4Sunpoet Po-Chuan Hsieh2021-01-261-0/+10
| | | | | | | | PR: 248911 Exp-run by: antoine Notes: svn path=/head/; revision=562665
* Start searching for headers and libraries under ${LOCALBASE}/ --Mikhail Teterin2020-12-311-1/+9
| | | | | | | | | | | | | | | | in case newer implementations of anything are installed there. When compiling on 13.x or above, insist on libgnuregex version above 5 -- earlier FreeBSD releases came with libgnuregex.so.5, but that's now gone and replaced by the devel/libgnuregex port, which currently installs libgnuregex.so.6. PR: 252252 252250 252245 Submitted by: kevans Sponsored by: United Marsupials Notes: svn path=/head/; revision=559774
* Fix the "duplicate symbol" problem, which builds on -current haveMikhail Teterin2020-09-054-41/+7
| | | | | | | | | | | | | | | | | | | uncovered recently. While here, also: 1. Fix some compiler-warnings shown by the newer clang. 2. Stop patching the BR_Parser.c -- because we patch BR_Parser.y anyway, which necessitates regenerating the former. 3. Fix the concurrency problem with the bison-invocation which would, occasionally, break parallel builds. Reported by: pkg-fallout Sponsored by: United Marsupials Notes: svn path=/head/; revision=547581
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Fix one more bug from the era, when trees were large andMikhail Teterin2019-09-072-4/+5
| | | | | | | | | pointers -- the size of int. Sponsored by: filial duty Notes: svn path=/head/; revision=511391
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* editors/xcoral: fix buildPiotr Kubaj2019-07-011-1/+1
| | | | | | | | | | | Add USES=compiler:c11 to fix build: BR_Parser.y:1652: error: argument 'file_name' doesn't match prototype BR_Interface.h:101: error: prototype declaration Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=505567
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-01-132-0/+46
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=localbase - Use PORTDATA - Sort PLIST Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS Differential Revision: https://reviews.FreeBSD.org/D9073 PR: 215840 Exp-run by: antoine Notes: svn path=/head/; revision=431345
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Add a patch to relax requirements for matching font-names availableMikhail Teterin2015-01-242-1/+36
| | | | | | | | | | | | | in the editor's menu. The menu isn't changeable through the interface nor through the config-files (nor even Xresources). By allowing the templates to be used, we let the users to, at least, control the actual fonts in use by manipulating the font-path. Bump PORTREVISION. Notes: svn path=/head/; revision=377808
* Although it continued to build -- with lots of warnings -- the editorMikhail Teterin2014-12-312-5/+11
| | | | | | | | | | | | | | | | | | | | | | | quietly stopped working over the years. It would not come up on 64-bit at all, and, even where it worked, the copy/pasting was broken due to, apparently, some unwarranted assumptions about X11, that were no longer true with modern Xorg. This change makes use of a major patch, that provides for reasonably warning-free compile -- which, by itself, fixes the crashes. Also included in the patch are fixes for copy/pasting as well for parallel building. (Awareness raised upstream.) Because BR_Parser.y is among the patched files, bison is now needed at build-time (found by KATO Tsuguru). Bump PORTREVISION and take maintainership for the time being. Reviewed by: KATO Tsuguru Sponsored by: Fatherly Love Notes: svn path=/head/; revision=375868
* 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
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Stage supportMartin Wilke2014-02-061-8/+5
| | | | Notes: svn path=/head/; revision=343049
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-10/+2
| | | | Notes: svn path=/head/; revision=225293
* - Update to version 3.47Li-Wen Hsu2008-04-263-7/+8
| | | | | | | | PR: ports/123083 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=212004
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 3.46Martin Wilke2006-12-212-6/+6
| | | | | | | | PR: 106985 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=180377
* Update to 3.45Erwin Lansing2006-06-233-6/+8
| | | | | | | | PR: 99374 Submitted by: Ports fury Notes: svn path=/head/; revision=166124
* Update to 3.44Erwin Lansing2006-02-124-84/+61
| | | | | | | | PR: 93238 Submitted by: Ports fury Notes: svn path=/head/; revision=155842
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Update to version 3.42b.Christian Weisgerber2003-06-052-4/+3
| | | | | | | | PR: 52714 Submitted by: Ports Fury Notes: svn path=/head/; revision=82331
* Upgrade from 3.40 to 3.42. Make it use our -lgnuregex instead of compilingMikhail Teterin2003-04-084-3/+42
| | | | | | | | its own (same version). May be, the upgrade will fix the intermittent crashes one of my users was experiencing... Notes: svn path=/head/; revision=78632
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75952
* Update to 3.40Patrick Li2002-06-114-503/+50
| | | | | | | | PR: 38228 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=61085
* - PORTDOCS policePatrick Li2001-12-241-447/+447
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-1/+1
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* add Date Created comment using date of initial importMichael Haro2000-02-071-1/+1
| | | | Notes: svn path=/head/; revision=25575
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Fix PLIStJustin M. Seger1999-04-111-2/+21
| | | | Notes: svn path=/head/; revision=17774
* Back out last commit.Justin M. Seger1999-04-112-12/+11
| | | | | | | | | 3.2 is apparently more recent than 3.14. Pointed out by: Kris Kennaway Notes: svn path=/head/; revision=17773
* Updated to xcoral-3.14Justin M. Seger1999-04-053-33/+15
| | | | | | | | PR: ports/10949 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17655
* Update to version 3.2.Steve Price1999-01-263-327/+510
| | | | | | | | PR: 9624 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16314
* upgrade to 3.1Eric L. Hernes1997-08-113-127/+165
| | | | Notes: svn path=/head/; revision=7535
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4570
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* upgrade to 2.5; install the docs; and look in the right app-defaultEric L. Hernes1996-10-103-4/+260
| | | | | | | directory Notes: svn path=/head/; revision=3957
* shortened COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2375