aboutsummaryrefslogtreecommitdiff
path: root/lang/scm
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-1/+2
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* Start searching for headers and libraries under ${LOCALBASE}/ --Mikhail Teterin2020-12-312-2/+7
| | | | | | | | | | | | | | | | 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
* Mark as BROKEN on powerpc64:Mark Linimon2020-05-181-0/+1
| | | | | | | | | "/wrkdirs/usr/ports/lang/scm/work/slib/lineio.scm": read-char: Wrong type in arg1 #f Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=535696
* Add USES=xorg USES=gl, ports categories l and mNiclas Zeising2019-11-061-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516917
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Mark broken on aarch64:Mark Linimon2019-03-291-0/+2
| | | | | | | | | ld: error: undefined symbol: sbrk Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497205
* Unbreak by providing handling for readline from base as well as from port.Mikhail Teterin2018-12-191-4/+12
| | | | | | | PR: 232936 Notes: svn path=/head/; revision=487812
* Mark BROKEN: fails to stageAntoine Brodin2018-12-021-0/+2
| | | | | | | | | | | | | | (system "cc -pipe -O0 -Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual -Wno-unused-label -Wno-uninitialized -fstack-protector -fno-strict-aliasing -fPIC -c -Wall edline.c") edline.c:22:10: fatal error: 'readline/readline.h' file not found #include <readline/readline.h> ^~~~~~~~~~~~~~~~~~~~~ ... install: /wrkdirs/usr/ports/lang/scm/work/scm/edline.so: No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=486483
* Try to improve chances of successful build - including, but notMikhail Teterin2018-11-185-36/+363
| | | | | | | | | | | | | | | | | | | | | limited to disabling compiler-optimizations. Proper fixing seems inherently impossible -- even with -O0 valgrind flags hundreds of unitilized memory accesses during self-check. Tested with gcc8 and the base cc (clang) -- remove the GCC-requirement. Add some patches from Debian. While here simplify the extract-target a little and remove the BROKEN* lines to attempt building on other platforms again... Bump port-revision. PR: 232936 Notes: svn path=/head/; revision=485281
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-021-1/+5
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439991
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Stop avoiding the gmalloc-implementation bundled with the code in the hope,Mikhail Teterin2015-08-193-7/+2
| | | | | | | | | | | | | it will help get rid of the occasional crashes (reported upstream 6 months ago to no avail). Fix plist as reported in: PR: 202489 Submitted by: amdmi3 Notes: svn path=/head/; revision=394797
* Revert r394321: optimizing away MASTER_SITE_SUBDIR actually makes the portAlexey Dokuchaev2015-08-161-2/+3
| | | | | | | | | | | | | | | | more fragile towards the next upgrades. While it also does hide the moment of the next version update, we should generally try keeping ports fetchable at all times (and thus more robust). This also reverts freefall login expansion in Makefile header: despite its sanity and merit, it incidentally clashes with one of the PHB "rules" that had recently plagued the Handbook. Correct fix would be to fix the latter, but for now this particular issue is causing too much drama on the lists. Requested by: mat Notes: svn path=/head/; revision=394400
* - Get rid of MASTER_SITE_SUBDIR (in fact, OLD subdirectory does not carryAlexey Dokuchaev2015-08-151-3/+2
| | | | | | | | current distfiles) - Expand Makefile header while here Notes: svn path=/head/; revision=394321
* Upgrade from 5f1 to 5f2.Mikhail Teterin2015-01-276-57/+6922
| | | | | | | | | | | | | | | | | | | | | | The bad news: 1. gcc is still required -- clang can build the binaries, but some self-tests will fail, unless all optimization was disabled. This is, probably, due to some suspect code in bytenumb.c -- would be good to investigate. 2. Building this port in parallel is still not possible -- the Makefile is too convoluted and same sources are recompiled multiple times with different #defines set. The good news: 1. Resolve a large number of warnings. 2. Fix build on ia64 and sparc64 (tested on pluto and flame respectively). Other platforms (alpha, powerpc?) have a better chance of working now... Notes: svn path=/head/; revision=377989
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* - Fix build with i386Martin Wilke2014-06-147-64/+126
| | | | | | | | PR: 190900 Submitted by: ports fury Notes: svn path=/head/; revision=357742
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-3/+1
| | | | Notes: svn path=/head/; revision=347773
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 5f1Martin Wilke2013-05-284-70/+80
| | | | | | | | PR: 178869 Submitted by: ports fury Notes: svn path=/head/; revision=319304
* - remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276987
* Update to version 5e7Max Brazhnikov2010-09-183-9/+10
| | | | | | | | PR: ports/150668 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=261395
* Mark various ports as broken or ignore on powerpc.Mark Linimon2010-04-011-2/+2
| | | | | | | While here, remove remnants of alpha. Notes: svn path=/head/; revision=251920
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Update to 5e6Martin Wilke2009-08-085-82/+79
| | | | | | | | PR: 137530 Submitted by: Ports Fury Notes: svn path=/head/; revision=239132
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-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
* - Update to version 5e5Martin Wilke2008-02-185-24/+17
| | | | | | | | PR: 5e5 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207560
* - Update to 5e4Martin Wilke2008-01-204-14/+16
| | | | | | | | PR: 119724 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=205904
* - Update to 5e3Martin Wilke2007-01-093-12/+17
| | | | | | | | PR: ports/107631 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181925
* BROKEN on ia64 and sparc64: Does not compileKris Kennaway2006-11-301-0/+4
| | | | Notes: svn path=/head/; revision=178403
* This is now buildable on amd64, taking a guess it builds on otherKris Kennaway2006-09-171-4/+0
| | | | | | | arches too. Notes: svn path=/head/; revision=173259
* - Add backup MASTER_SITESMartin Wilke2006-08-211-1/+2
| | | | | | | | Submitted by: pointyhat via kris mail Approved by: krion (mentor) Notes: svn path=/head/; revision=171093
* Update to 5e2Martin Wilke2006-06-242-7/+7
| | | | | | | | Submitted by: miwi Approved by: markus (co mentor) Notes: svn path=/head/; revision=166231
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* - Add SHA256Pav Lucistnik2005-11-251-0/+3
| | | | Notes: svn path=/head/; revision=149341
* - Update to 5e1Pav Lucistnik2005-07-066-45/+94
| | | | | | | | PR: ports/82940 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=138599
* - Unbreak on 5.3+Sergey Matveychuk2004-12-122-4/+11
| | | | | | | | PR: ports/71684 Submitted by: Florent Thoumie <flz(at)xbsd.org> Notes: svn path=/head/; revision=123816
* BROKEN on 5.x: Segfault during buildKris Kennaway2004-09-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118427
* Cram into 80 columns by 24 rows.Trevor Johnson2004-04-101-22/+14
| | | | Notes: svn path=/head/; revision=106669
* SIZEify.Trevor Johnson2004-03-171-0/+3
| | | | Notes: svn path=/head/; revision=104313
* BROKEN on !i386: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101826