summaryrefslogtreecommitdiff
path: root/devel/ddd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build in 5.x branch: configure is not detecting streamposMario Sergio Fujikawa Ferreira2003-06-092-1/+15
| | | | | | | | | | | correctly, circumvent that. Provide a proper auto* tools related solution later PR: 52983 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82611
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81235
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* USE_REINPLACE instead of PERLMario Sergio Fujikawa Ferreira2003-01-301-1/+2
| | | | | | | Prompted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=74309
* Fix build on -current.Kris Kennaway2002-09-074-0/+39
| | | | | | | | Submitted by: kan PR: ports/42454 Notes: svn path=/head/; revision=65771
* o Update to 3.3.1Mario Sergio Fujikawa Ferreira2002-05-144-38/+37
| | | | | | | o Update WWW tag Notes: svn path=/head/; revision=59090
* Assume maintainershipMario Sergio Fujikawa Ferreira2002-05-091-1/+1
| | | | Notes: svn path=/head/; revision=58785
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* allow ( ) to surround ioctl, real fix is to fix autoconfWarner Losh2002-04-091-0/+3
| | | | Notes: svn path=/head/; revision=57482
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-4/+4
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53952
* Fully update PLIST for version 3.3David E. O'Brien2001-03-113-13/+47
| | | | Notes: svn path=/head/; revision=39520
* Update to version 3.3.David E. O'Brien2001-03-094-21/+11
| | | | Notes: svn path=/head/; revision=39309
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Bump PORTREVISIONKris Kennaway2000-09-251-0/+1
| | | | | | | Overlooked by: obrien Notes: svn path=/head/; revision=33112
* Fix an annoying (but apparently benign) error dialog that seems to be aDavid E. O'Brien2000-09-252-0/+54
| | | | | | | | | | | result of some changes Luoqi Chen made to src/sys/kern/tty_pty.c at revs 1.58 and 1.59, apparently to resolve some sort of race condition. (Search for EAGAIN in that file if you'd like to see). Submitted by: W Gerald Hicks <jhix@mindspring.com> Notes: svn path=/head/; revision=33081
* Fix breakage caused by sobomax in rev 1.30.David E. O'Brien2000-08-261-2/+2
| | | | | | | | | | | | | | | | | | | Note you _CANNOT_ use ${SED} and ${AWK} in "!=" lines. I wish people would STOP running `portlint' on this Makefile and blindly accpeting its output w/o understanding it. To quote Henry Spencer: I Thou shalt run lint frequently and study its pronouncements with care, for verily its perception and judgement oft exceed thine. ..snip.. ``Study'' doth not mean mindless zeal to eradicate every byte of lint output--if for no other reason, because thou just canst not shut it up about some things--but that thou should know the cause of its unhappiness and understand what worrisome sign it tries to speak of. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Notes: svn path=/head/; revision=32010
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Properly handle ddd.info file.Maxim Sobolev2000-06-273-2/+34
| | | | Notes: svn path=/head/; revision=29901
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Update to version 3.2.1.David E. O'Brien2000-02-212-2/+2
| | | | Notes: svn path=/head/; revision=26070
* Make the Makefile and PLIST match the docs acutally installed since the upgrade.David E. O'Brien2000-02-172-3/+3
| | | | Notes: svn path=/head/; revision=25919
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Update to DDD version 3.2.David E. O'Brien2000-02-072-8/+6
| | | | Notes: svn path=/head/; revision=25541
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Don't try to parse ${MOTIFLIB} if it's not defined.Satoshi Asami1999-08-221-1/+5
| | | | Notes: svn path=/head/; revision=20878
* Back out serious breakage introduced by previous commit: you can't useSatoshi Asami1999-08-201-3/+3
| | | | | | | | ${SED} and ${AWK} in != statements because they are executed immediately. Notes: svn path=/head/; revision=20827
* Update to version 3.1.6, remove a double MASTER_SITE, and fix portlintBrian Feldman1999-08-192-6/+5
| | | | | | | | | warnings. Approved by: obrien Notes: svn path=/head/; revision=20806
* Use byacc vs. bison if the vsl-gramma.* files need rebuilding.David E. O'Brien1999-06-161-0/+11
| | | | | | | PR: 11959 Notes: svn path=/head/; revision=19494
* Upgrade to 3.1.5.David E. O'Brien1999-05-253-15/+11
| | | | | | | | | Most notable fixes: - [XEmacs] DDD supports gud-mode in XEmacs 21.0. - [Build] DDD supports Bison 1.27 and Automake 1.4a. Notes: svn path=/head/; revision=18999
* Fix linage breakage. DDD author made a workaround for Motif 2.1 onDavid E. O'Brien1999-05-091-0/+11
| | | | | | | | Solaris, but it seems to have broken building with Motif 2.1 on most every other platform. Notes: svn path=/head/; revision=18616
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-2/+2
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* add quotes around variable so it can work on the command line correctlyMichael Haro1999-05-021-2/+2
| | | | | | | add a few more X libraries to the list Notes: svn path=/head/; revision=18313
* Upgrade to 3.1.4David E. O'Brien1999-04-272-3/+5
| | | | | | | Noticed by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18146
* Portlint.Satoshi Asami1999-03-091-2/+2
| | | | Notes: svn path=/head/; revision=17110
* Update version required comment too.Steve Price1999-03-081-2/+2
| | | | Notes: svn path=/head/; revision=17082
* upgrade to 3.1.3David E. O'Brien1999-01-212-3/+3
| | | | | | | | PR: ports/9490 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=16237
* version 3.1.1 is outDavid E. O'Brien1998-12-072-3/+3
| | | | Notes: svn path=/head/; revision=15170
* Upgrade to version 3.1David E. O'Brien1998-12-032-6/+6
| | | | Notes: svn path=/head/; revision=15095
* Depend on libXpmDavid E. O'Brien1998-12-011-3/+5
| | | | | | | | PR: ports/8896 Submitted by: Jose Maa Alcaide <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=15016
* Upgrade to ver 3.0.92.David E. O'Brien1998-12-012-8/+3
| | | | Notes: svn path=/head/; revision=15001
* upgrade to 3.0.91David E. O'Brien1998-11-142-8/+13
| | | | Notes: svn path=/head/; revision=14523
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* upgrade to version 3.0David E. O'Brien1998-06-232-3/+3
| | | | Notes: svn path=/head/; revision=11491
* Upgrade to 2.2.3.David E. O'Brien1998-02-194-11/+17
| | | | | | | PR: ports/5757 Notes: svn path=/head/; revision=9825
* Paths changed on MASTER_SITES.David E. O'Brien1997-06-231-4/+4
| | | | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=7045
* Upgrade to v2.1.1.David E. O'Brien1997-06-042-3/+3
| | | | | | | | | Now compiles/runs w/Lesstif w/o extra patches. Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=6769