aboutsummaryrefslogtreecommitdiff
path: root/lang/ohugs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Convert to options helperSunpoet Po-Chuan Hsieh2017-06-121-16/+7
| | | | | | | | | - Use USES=readline:port Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443477
* Fix build, extra-patch-src_prelude.h was applied in the wrong caseAntoine Brodin2016-06-271-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=417637
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-178-22/+18
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* 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/ohugs: document ncurses requirement (USES+=ncurses)John Marino2016-02-081-2/+2
| | | | | | | | | Also link with ncurses, not termcap approved by: infrastructure blanket Notes: svn path=/head/; revision=408507
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* Fix build on -current.Adam Weinberger2014-08-161-1/+1
| | | | | | | | | Mysteries in this port remain, such as why it depends on libreadline.so.6 directly, and why it brings in X11 dependencies only if you turn the X11 OPTION off. Notes: svn path=/head/; revision=365138
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-293-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Fix LIB_DEPENDSAntoine Brodin2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357036
* - Convert to USES=tkPietro Cerutti2014-02-203-6/+77
| | | | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean Notes: svn path=/head/; revision=345215
* 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
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-5/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Use the new options frameworkGabor Pali2012-08-031-7/+9
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=301933
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Fix build with new tixPav Lucistnik2010-12-061-4/+5
| | | | Notes: svn path=/head/; revision=265761
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-2/+2
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* - 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
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix build with GCC 4.1Volker Stolz2007-01-231-0/+14
| | | | Notes: svn path=/head/; revision=183040
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Clean up a bitVolker Stolz2005-10-142-34/+10
| | | | Notes: svn path=/head/; revision=145371
* Claim for haskell@Volker Stolz2005-10-141-1/+1
| | | | Notes: svn path=/head/; revision=145369
* Unbreak on 5.X. We really should update to the CVS-version one of these days...Volker Stolz2005-01-212-4/+11
| | | | | | | | PR: ports/76501 Submitted by: Johan van Selst Notes: svn path=/head/; revision=126999
* Reset bouncing maintainer address (permanent error).Mark Linimon2004-08-201-1/+1
| | | | Notes: svn path=/head/; revision=116734
* BROKEN on 5.x: Does not compileKris Kennaway2004-04-031-1/+7
| | | | Notes: svn path=/head/; revision=106046
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Chase tix shlib bumpPav Lucistnik2004-01-261-5/+5
| | | | | | | | PR: ports/61930 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=99207
* - Chase tix library name change.Pav Lucistnik2003-12-101-2/+3
| | | | | | | | PR: ports/60115 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=95570
* * Make port respect PREFIX, CFLAGS, LDFLAGS.Oliver Braun2003-03-057-120/+78
| | | | | | | | | * Cleanup patches, use REINPLACE were appropriate. Approved by: maintainer Notes: svn path=/head/; revision=76964
* Add ohugs 0.5, interpreter for Haskell with object-oriented features.Oliver Braun2003-03-056-0/+188
PR: ports/48946 Submitted by: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de> Notes: svn path=/head/; revision=76948