summaryrefslogtreecommitdiff
path: root/lang/hugs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+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
* 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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - 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
* Builds fine on 4.x since last update.Volker Stolz2007-01-291-4/+0
| | | | | | | Noted by: Chris Pressey Notes: svn path=/head/; revision=183601
* - Respect X11BASERong-En Fan2006-12-111-0/+5
| | | | | | | | Reported by: pointyhat Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179486
* Upgrade to Sep 2006 Release.Oliver Braun2006-09-223-88/+152
| | | | Notes: svn path=/head/; revision=173617
* Mark broken on ia64.Mark Linimon2006-07-141-0/+4
| | | | Notes: svn path=/head/; revision=167758
* Chase re-rolled tarball: necessary patches have been integratedVolker Stolz2006-05-283-34/+3
| | | | Notes: svn path=/head/; revision=163732
* Update to May 2006 releaseVolker Stolz2006-05-214-258/+617
| | | | | | | Sponsored by several tinderbox runs on tb3 and by oliver@ Notes: svn path=/head/; revision=162942
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Fix build: Use our own targets since the real ones have funky dependenciesVolker Stolz2005-11-101-0/+10
| | | | | | | which would like autoreconf. Notes: svn path=/head/; revision=147831
* Set GNU_CONFIGURE (should fix non-std PREFIX-builds)Volker Stolz2005-10-271-0/+1
| | | | Notes: svn path=/head/; revision=146461
* Update to patched version fixing a few bugsVolker Stolz2005-05-192-3/+4
| | | | Notes: svn path=/head/; revision=135621
* 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
* Unbreak: I couldn't find a sane way of disabling X11-detection if it's notVolker Stolz2005-04-112-146/+148
| | | | | | | | | | desired but already installed, so make X11 mandatory for the time being. Our CONFIGURE-handling is broken atm, too :/ Noticed by: krisbot Notes: svn path=/head/; revision=133034
* 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
* BROKEN: Incorrect pkg-plistKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132953
* Update checksum. The tarball has been rerolled. Only difference is aOliver Braun2005-03-211-2/+2
| | | | | | | </varlistentry> tag in docs/users_guide/options.xml which wasn't there before. Notes: svn path=/head/; revision=131848
* Upgrade to Mar2005 releaseOliver Braun2005-03-124-110/+434
| | | | Notes: svn path=/head/; revision=131030
* Chase rerolled tarball (no functional change)Volker Stolz2005-01-281-2/+2
| | | | Notes: svn path=/head/; revision=127560
* Add OPTION for compiling hugs with OpenGL/GLUT support.Oliver Braun2004-11-191-2/+10
| | | | | | | Requested by: Jan Rochel <jannisan@t-online.de> Notes: svn path=/head/; revision=121979
* Work around stricter CPP in GCC >= 3.4.1.Oliver Braun2004-08-251-0/+11
| | | | | | | Obtained from: cvs.haskell.org Notes: svn path=/head/; revision=117270
* Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.Volker Stolz2004-07-261-2/+1
| | | | | | | | PR: ports/69481 Submitted by: Tim Bishop Notes: svn path=/head/; revision=114763
* Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.Oliver Braun2004-05-111-1/+2
| | | | | | | Pointed out by: Simon Marlow <simonmar@microsoft.com> Notes: svn path=/head/; revision=108940
* deUSE_SIZEify.Oliver Braun2004-03-111-1/+0
| | | | Notes: svn path=/head/; revision=103612
* Set maintainer to the new created haskell@ mail alias.Oliver Braun2004-03-061-1/+1
| | | | Notes: svn path=/head/; revision=103133
* * Respect CC and CFLAGS.Oliver Braun2004-02-251-1/+6
| | | | | | | * Fix for amd64 Notes: svn path=/head/; revision=102079
* 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
* SIZE-ifyOliver Braun2004-01-312-0/+2
| | | | Notes: svn path=/head/; revision=99595
* Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.Oliver Braun2003-12-043-200/+140
| | | | | | | Parts submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=95075
* s/BROKEN/IGNORE/Oliver Braun2003-06-271-1/+1
| | | | | | | | PR: ports/53437 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=83753
* De-pkg-comment and make portlint a little bit happier.Oliver Braun2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75793
* * remove ONLY_FOR_ARCHOliver Braun2003-01-011-1/+3
| | | | | | | * add BROKEN for alpha and sparc64 Notes: svn path=/head/; revision=72059
* Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.Oliver Braun2002-12-311-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=71995
* Update distinfo. Developer has added ffihugs to hugs98.spec file.Oliver Braun2002-11-211-1/+1
| | | | Notes: svn path=/head/; revision=70655
* Add USE_BISON.Oliver Braun2002-11-211-0/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=70620
* Add the new virtual category haskell.Oliver Braun2002-11-201-1/+1
| | | | Notes: svn path=/head/; revision=70558
* Upgrade to 200211.Oliver Braun2002-11-205-244/+540
| | | | Notes: svn path=/head/; revision=70543
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-1/+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 variable instead of pkg-comment file.Oliver Braun2002-11-052-1/+1
| | | | Notes: svn path=/head/; revision=69551
* Change MAINTAINER to my FreeBSD address.Oliver Braun2002-08-211-1/+1
| | | | | | | Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64751
* Support NOPORTDOCS.Pete Fritchman2002-03-271-16/+16
| | | | | | | | PR: 36346 Submitted by: maintainer Notes: svn path=/head/; revision=56719
* Update to the lastest version.Kevin Lo2001-12-174-11/+112
| | | | | | | | PR: 32886 Submitted by: MAINTAINER Notes: svn path=/head/; revision=51665
* Take PORTVERSION out of DISTNAMEDavid W. Chapman Jr.2001-06-191-1/+2
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=44235
* Update to latest versionDavid W. Chapman Jr.2001-06-194-19/+31
| | | | | | | | | | | | | Move 98 to PORTNAME and USE 200102 in PORTVERSION Update description for new version Update plist file to relfect changes New Maintainer PR: 28254 Submitted by: Oliver Braun <obraun@INFORMATIK.UNIBW-MUENCHEN.DE> Notes: svn path=/head/; revision=44225
* Update to version Feb2000.Steve Price2000-04-306-91/+99
| | | | | | | | PR: 18308 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=28157
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458