aboutsummaryrefslogtreecommitdiff
path: root/devel/ddd
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371544
* Fix build with clang and newer texinfoAntoine Brodin2014-08-062-0/+75
| | | | | | | | | Phabric: D478 Submitted by: kan Reviewed by: bapt and i Notes: svn path=/head/; revision=364155
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359318
* Use MAKE_CMDBaptiste Daroussin2014-06-241-1/+1
| | | | Notes: svn path=/head/; revision=359160
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Fix build at 10.x.Boris Samorodov2013-09-233-7/+15
| | | | | | | | | | | | | While here: . use stage phase; . use MKDIR macro instead of INSTALL -d one to create a directory; . unmute install command. PR: ports/182315 Submitted by: Sergio Mangialardi <sergio@softshark.org> (maintainer) Notes: svn path=/head/; revision=328032
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-8/+2
| | | | Notes: svn path=/head/; revision=322620
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
| | | | Notes: svn path=/head/; revision=273475
* Use @dirrmtry instead of rolling own version.Alexander Kabaev2010-04-061-1/+1
| | | | Notes: svn path=/head/; revision=252341
* Handle empty $PREFIX/share/applications dir on uninstall.Alexander Kabaev2010-04-061-0/+1
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=252338
* Add missing plist entries.Alexander Kabaev2010-04-061-0/+2
| | | | Notes: svn path=/head/; revision=252337
* Update to 3.3.12 and silence a long standing bug in howAlexander Kabaev2010-04-064-11/+17
| | | | | | | | | DDD handles controlling terminals for child processes. No response from maintainer since: Sat, 22 Aug 2009 Notes: svn path=/head/; revision=252333
* 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_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Remove 4.x cruft.Marcelo Araujo2007-09-031-7/+1
| | | | | | | | | PR: ports/114684 Submitted by: David Yeske <dyeske@gmail.com> Approved by: itetcu (mentor), maintainer timeout (2 weeks) Notes: svn path=/head/; revision=198710
* - 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
* - Update to 3.3.11Pav Lucistnik2006-04-105-8/+5
| | | | | | | | | | - Remove unneeded dependency to devel/freelibiberty PR: ports/95065 Submitted by: Sergio Mangialardi <sergio@softshark.org> (maintainer) Notes: svn path=/head/; revision=159299
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* 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
* Update to 3.3.10Tilman Keskinoz2004-12-048-56/+19
| | | | | | | | PR: 74176 Submitted by: Sergio Mangialardi <sergio@softshark.org> Notes: svn path=/head/; revision=123126
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* - Update to 3.3.9Pav Lucistnik2004-08-2911-88/+55
| | | | | | | | | | - Grant maintainership to submitter PR: ports/70894 Submitted by: Sergio Mangialardi <sergio@softshark.org> Notes: svn path=/head/; revision=117596
* Add -fpermissve to CPPFLAGS to fix build with gcc 3.4Tilman Keskinoz2004-08-171-1/+1
| | | | Notes: svn path=/head/; revision=116520
* - Do what nearby comment says: use gcc 3.3 for 4-STABLEPav Lucistnik2004-07-311-1/+1
| | | | | | | | PR: ports/69802 (inspired by) Submitted by: Florian Liekweg <liekweg@gmx.de> Notes: svn path=/head/; revision=115169
* Drop maintainershipMario Sergio Fujikawa Ferreira2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=112717
* o Fix typo: rollback to version 3.3.8Mario Sergio Fujikawa Ferreira2004-06-251-2/+2
| | | | | | | o Do not commit DISTINFO update before updating the whole port Notes: svn path=/head/; revision=112189
* o Fix build with GCC version 3.3Mario Sergio Fujikawa Ferreira2004-06-253-6/+19
| | | | | | | | | | | o Default to USE_GCC=3.3 for OSVERSION >= 501103 where it is the standard system base GCC PR: 65378 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=112188
* Chase freelibiberty header files location move which removed CONFLICTSMario Sergio Fujikawa Ferreira2004-04-251-1/+1
| | | | | | | | | | with libgnugetopt. This resolves port build under most FreeBSD port installations where libgnugetopt is already installed. Approved by: marcus (portmgr) Notes: svn path=/head/; revision=107807
* Fix build: DDD builds with either GCC 3.1 or GCC 3.2. Use 3.1 ifMario Sergio Fujikawa Ferreira2004-04-091-2/+9
| | | | | | | it is available with base system. Otherwise, default to 3.2 Notes: svn path=/head/; revision=106595
* Ding-dong, this is your friendly happy face talking. Please to beAde Lovett2004-04-031-1/+1
| | | | | | | | | | reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully Notes: svn path=/head/; revision=106016
* UPDATE: ddd-3.3.1 to 3.3.8Edwin Groothuis2004-03-2915-102/+103
| | | | | | | | | | | | | | | | | | | | | | | | | The port was marked broken, but compiled anyway when BROKEN= was commnted out. I took it upon myself to fix it so the lates version builds. For whatever reason the libiberty configure script bombs. Instead of patching/and fixing it I added a dependency on devel/freelibiberty. That solves that problem. Cleaned up the installation of PORTDOCS in the Makefile and pkg-plist. Regenerated all the patch files since many of the original ones had no contextual lines and would apply without error where the patch should have bombed. So the following patch files are to be removed: PR: ports/63473 Submitted by: Yarema <yds@CoolRat.org> Approved by: Maintainer timeout Notes: svn path=/head/; revision=105577
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* BROKEN on 5.x: does not compileKris Kennaway2004-02-081-0/+4
| | | | Notes: svn path=/head/; revision=100318
* 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
* 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