aboutsummaryrefslogtreecommitdiff
path: root/lang/onyx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/onyx: UnbreakMuhammad Moinur Rahman2019-11-112-6/+5
| | | | | | | | | | | - Upstream is gone hence hosted at freefall and MASTER_SITES updated PR: 241824 Reported by: tech-lists@zyxst.net MFH: 2019Q4 (build fix) Notes: svn path=/head/; revision=517240
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* 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 "???".Mark Linimon2017-05-261-2/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/onyz: Convert to USES=libeditJohn Marino2015-11-111-4/+3
| | | | | | | | | | | | The previous depends declaration for libedit was incorrect. It had a ".so" prefix instead of ".so.0" prefix meaning that the requirement would have been satisfied by system libedit. For this reason, converting to USES=libedit requires a bump. Approved by: infrastructure modernization Notes: svn path=/head/; revision=401230
* - Switch to options helpersDmitry Marakasov2015-08-261-4/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395395
* - Don't install static libraries with INSTALL_LIB (part 2/2)Dmitry Marakasov2015-05-091-2/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385847
* lang category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+0
| | | | | | | | | Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382211
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Cleanup plistBaptiste Daroussin2014-10-271-9/+0
| | | | Notes: svn path=/head/; revision=371587
* - Stage supportWen Heping2014-08-294-182/+220
| | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 193018 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=366505
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Partially revert r352688 to actually do what was stated in the commit logBaptiste Daroussin2014-04-301-2/+9
| | | | | | | | With hat: portmgr Pointyhat to: bapt Notes: svn path=/head/; revision=352689
* chase libedit change with a simple bump as the port build system does not ↵Baptiste Daroussin2014-04-301-17/+7
| | | | | | | | | seems to support destdir at all With hat: portmgr Notes: svn path=/head/; revision=352688
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* BROKEN should not be quoted.Erwin Lansing2010-06-131-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=256468
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Update to Onyx 5.1.2.Jason Evans2006-01-122-5/+6
| | | | | | | Approved by: markm (mentor) Notes: svn path=/head/; revision=153341
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Upgrade to 5.1.1.Vanilla I. Shu2004-03-162-2/+3
| | | | | | | | PR: ports/54350 Submitted by: maintainer Notes: svn path=/head/; revision=104216
* - Update to 5.1.0Pav Lucistnik2004-03-074-158/+171
| | | | | | | | PR: ports/63888 Submitted by: Jason Evans <jasone@canonware.com> (maintainer) Notes: svn path=/head/; revision=103245
* BROKEN on ia64: coredump during build.Kris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103193
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 5.0.0 [1]Sergei Kolobov2004-01-095-18/+22
| | | | | | | | | | | - Fix pkg-plist - Give maintainership back to Jason Evans, who is also the author of Onyx PR: 60877 [1] Submitted by: Jason Evans <jasone@canonware.com> Notes: svn path=/head/; revision=97778
* - update to 4.4.3Pete Fritchman2003-05-183-5/+5
| | | | | | | | | | - switch to bz2 distfile PR: 51229 Submitted by: Ports Fury Notes: svn path=/head/; revision=81187
* Update to version 4.3.0.Christian Weisgerber2003-02-144-5/+6
| | | | | | | | PR: 48040 Submitted by: Ports Fury Notes: svn path=/head/; revision=75515
* Fix libs.Oliver Braun2003-01-311-1/+8
| | | | | | | | PR: ports/47486 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=74353
* Add dependency on devel/pcre.Oliver Braun2003-01-311-1/+2
| | | | | | | Pointed out by: kris,bento Notes: svn path=/head/; revision=74350
* Upgrade to 4.2.1.Oliver Braun2003-01-163-3/+3
| | | | | | | | PR: ports/47078 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73278
* upgrade to 4.2.0Ying-Chieh Liao2003-01-023-3/+13
| | | | | | | | PR: 45936 Submitted by: Ports Fury Notes: svn path=/head/; revision=72266
* upgrade to 4.1.0Ying-Chieh Liao2002-11-203-30/+63
| | | | | | | | PR: 45445 Submitted by: Ports Fury Notes: svn path=/head/; revision=70587
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Drop maintainership.Jason Evans2002-05-111-1/+1
| | | | Notes: svn path=/head/; revision=58942
* Update to version 3.0.2.Jason Evans2002-03-312-2/+2
| | | | Notes: svn path=/head/; revision=57013
* Update to version 3.0.1.Jason Evans2002-03-243-2/+4
| | | | Notes: svn path=/head/; revision=56510
* Update to onyx 3.0.0.Jason Evans2002-02-113-56/+125
| | | | Notes: svn path=/head/; revision=54509
* Update to version 2.3.1.Jason Evans2001-12-242-3/+3
| | | | Notes: svn path=/head/; revision=52087
* Add back a @ that got lost.Jason Evans2001-12-221-1/+1
| | | | Notes: svn path=/head/; revision=51956
* Update to Onyx 2.3.0.Jason Evans2001-12-223-6/+4
| | | | Notes: svn path=/head/; revision=51955