non port: devel/ddd/Makefile |
SVNWeb
|
Number of commits found: 54 |
Wed, 17 Jul 2019
|
[ 04:19 tobik ]
Deprecate devel/ddd
It does not work with modern gdb.
While here reset MAINTAINER.
PR: 238984, 226827
Approved by: maintainer timeout (~1.5 years based on PR 226827)
Reported by: jhb
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 18 Mar 2015
|
[ 12:52 robak ]
devel/ddd: add CPE information
- Maintainer's timeout (sergio@softshark.org)
PR: 198237
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
Tue, 15 Jul 2014
|
[ 23:11 adamw ] (Only the first 10 of 115 ports in this commit are shown above. )
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
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.
|
Thu, 26 Jun 2014
|
[ 07:32 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Tue, 24 Jun 2014
|
[ 22:45 bapt ]
Use MAKE_CMD
|
Mon, 23 Sep 2013
|
[ 19:40 bsam ]
Fix build at 10.x.
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)
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Wed, 10 Jul 2013
|
[ 06:49 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert from USE_MOTIF to USES=motif
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Tue, 6 Apr 2010
|
[ 18:33 kan ]
Update to 3.3.12 and silence a long standing bug in how
DDD handles controlling terminals for child processes.
No response from maintainer since: Sat, 22 Aug 2009
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Mon, 24 Mar 2008
|
[ 23:21 miwi ] (Only the first 10 of 102 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Mon, 3 Sep 2007
|
[ 20:55 araujo ]
- Remove 4.x cruft.
PR: ports/114684
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: itetcu (mentor), maintainer timeout (2 weeks)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 10 Apr 2006
|
[ 20:53 pav ]
- Update to 3.3.11
- Remove unneeded dependency to devel/freelibiberty
PR: ports/95065
Submitted by: Sergio Mangialardi <sergio@softshark.org> (maintainer)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sat, 4 Dec 2004
|
[ 19:34 arved ]
Update to 3.3.10
PR: 74176
Submitted by: Sergio Mangialardi <sergio@softshark.org>
|
Thu, 30 Sep 2004
|
[ 05:32 kris ] (Only the first 10 of 71 ports in this commit are shown above. )
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
|
Sun, 29 Aug 2004
|
[ 20:17 pav ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 3.3.9
- Grant maintainership to submitter
PR: ports/70894
Submitted by: Sergio Mangialardi <sergio@softshark.org>
|
Tue, 17 Aug 2004
|
[ 13:45 arved ]
Add -fpermissve to CPPFLAGS to fix build with gcc 3.4
|
Sat, 31 Jul 2004
|
[ 18:44 pav ]
- Do what nearby comment says: use gcc 3.3 for 4-STABLE
PR: ports/69802 (inspired by)
Submitted by: Florian Liekweg <liekweg@gmx.de>
|
Fri, 2 Jul 2004
|
[ 01:12 lioux ]
Drop maintainership
|
Sun, 25 Apr 2004
|
[ 00:04 lioux ]
Chase freelibiberty header files location move which removed CONFLICTS
with libgnugetopt. This resolves port build under most FreeBSD port
installations where libgnugetopt is already installed.
Approved by: marcus (portmgr)
|
Fri, 9 Apr 2004
|
[ 18:23 lioux ]
Fix build: DDD builds with either GCC 3.1 or GCC 3.2. Use 3.1 if
it is available with base system. Otherwise, default to 3.2
|
Sat, 3 Apr 2004
|
[ 08:27 ade ]
Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.
Thanks awfully
|
Mon, 29 Mar 2004
|
[ 05:34 edwin ] (Only the first 10 of 19 ports in this commit are shown above. )
UPDATE: ddd-3.3.1 to 3.3.8
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
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ] (Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
[ 01:03 kris ]
BROKEN on 5.x: does not compile
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 9 Jun 2003
|
[ 18:26 lioux ]
Fix build in 5.x branch: configure is not detecting streampos
correctly, circumvent that. Provide a proper auto* tools related
solution later
PR: 52983
Submitted by: David Yeske <dyeske@yahoo.com>
|
Wed, 4 Jun 2003
|
[ 22:43 kris ] (Only the first 10 of 129 ports in this commit are shown above. )
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
Sun, 18 May 2003
|
[ 12:25 kris ]
BROKEN on 5.1: bad C++
|
Sun, 23 Feb 2003
|
[ 19:58 lioux ] (Only the first 10 of 265 ports in this commit are shown above. )
De-pkg-comment
|
Thu, 30 Jan 2003
|
[ 20:42 lioux ]
USE_REINPLACE instead of PERL
Prompted by: David Yeske <dyeske@yahoo.com>
|
Sat, 7 Sep 2002
|
[ 04:41 kris ]
Fix build on -current.
Submitted by: kan
PR: ports/42454
|
Tue, 14 May 2002
|
[ 16:58 lioux ]
o Update to 3.3.1
o Update WWW tag
|
Thu, 9 May 2002
|
[ 06:15 lioux ]
Assume maintainership
|
Wed, 8 May 2002
|
[ 20:44 obrien ]
To ports@freebsd.org.
|
Tue, 29 Jan 2002
|
[ 10:16 knu ] (Only the first 10 of 21 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; 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.
|
Sun, 11 Mar 2001
|
[ 02:28 obrien ]
Fully update PLIST for version 3.3
|
Fri, 9 Mar 2001
|
[ 13:10 obrien ]
Update to version 3.3.
|
Tue, 7 Nov 2000
|
[ 23:28 asami ] (Only the first 10 of 56 ports in this commit are shown above. )
Change motif to a normal dependency. REQUIRES_MOTIF is now called 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.
|
Mon, 25 Sep 2000
|
[ 20:48 kris ]
Bump PORTREVISION
|
Sun, 27 Aug 2000
|
[ 00:27 obrien ]
Fix breakage caused by sobomax in rev 1.30.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of 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.
|
Tue, 27 Jun 2000
|
[ 10:38 sobomax ]
Properly handle ddd.info file.
|
Number of commits found: 54 |