notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/sdcc/Makefile

Number of commits found: 80

Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Tuesday, 15 Aug 2023
01:40 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Daniel O'Connor
lang/sdcc: Fix build if binutils is installed

binutils has ansidecls.h which gets picked up before the sdcc version
which breaks the build.  Patch the files which use it to use a relative
path.

PR:		273037
commit hash: f565698366db8cb2e990f24346416c3f9bf2d0de commit hash: f565698366db8cb2e990f24346416c3f9bf2d0de commit hash: f565698366db8cb2e990f24346416c3f9bf2d0de commit hash: f565698366db8cb2e990f24346416c3f9bf2d0de f565698
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Tuesday, 23 Nov 2021
22:11 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
Saturday, 15 May 2021
07:14 Tobias Kortkamp (tobik) search for other commits by this committer Author: Yasuhiro Kimura
*: Remove unnecessary 'port' argument from USES=readline

PR:		248459
Exp-run by:	antoine
commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 9671981
Monday, 10 May 2021
02:55 Joseph Mingrone (jrm) search for other commits by this committer
lang/sdcc: Fix compilation issue and install libaries for pic14-port

PR:		254852
Approved by:	darius@dons.net.au (maintainer)

Co-authored-by: darius@dons.net.au
Co-authored-by: pererikrunebert95@gmail.com
commit hash: df586078d6966c77829ee2584854c250988129ef commit hash: df586078d6966c77829ee2584854c250988129ef commit hash: df586078d6966c77829ee2584854c250988129ef commit hash: df586078d6966c77829ee2584854c250988129ef df58607
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 14 Dec 2020
03:42 zi search for other commits by this committer
- Install per-chip include files
- Bump PORTREVISION

PR:		251048
Submitted by:	phk@
Approved by:	maintainer <darius@dons.net.au>
Original commitRevision:558074 
Wednesday, 1 Jul 2020
07:24 danfe search for other commits by this committer
- Update `lang/sdcc' to version 4.0.0
- Hook up regression tests to our framework

PR:		246980
Submitted by:	maintainer
Original commitRevision:540930 
Saturday, 30 May 2020
05:21 tagattie search for other commits by this committer
- Resurrect port and undeprecate
- Pass maintainership to submitter
- Correct licenses
- Remove version lock of python dependency

PR:		246714
Submitted by:	darius@dons.net.au
Approved by:	ehaupt (mentor)
Original commitRevision:537038 
Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Sunday, 22 Sep 2019
10:48 riggs search for other commits by this committer
Update to upstream release 3.9.0

PR:		240469
Submitted by:	vedge@hypertriton.com
Original commitRevision:512578 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Original commitRevision:498698 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Saturday, 22 Sep 2018
05:30 linimon search for other commits by this committer
Fix build on gcc-based archs by updating USES.

Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480340 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Saturday, 9 Jun 2018
09:03 tijl search for other commits by this committer
Add build dependency on bison.

Reported by:	antoine
Original commitRevision:472047 
Wednesday, 6 Jun 2018
10:53 tijl search for other commits by this committer
Update to 3.7.0 and drop maintainership.
Original commitRevision:471832 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Original commitRevision:467711 
Wednesday, 7 Feb 2018
13:48 amdmi3 search for other commits by this committer
- Fix shebangs
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:461143 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- 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
Original commitRevision:444463 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Tuesday, 31 Jan 2017
03:40 linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:432897 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Friday, 8 Jul 2016
18:03 tijl search for other commits by this committer
Update to 3.6.0.
Original commitRevision:418238 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Sunday, 21 Feb 2016
12:27 tijl search for other commits by this committer
Patch files to replace ARCH with PICARCH.  NOPRECIOUSMAKEVARS makes
bsd.port.mk stop using ARCH but the package builders set ARCH in their
make.conf anyway.

Some libraries were missing from the package because of this.

Reported by:	Jason Bacon <bacon4000@gmail.com>
MFH:		2016Q1
Original commitRevision:409285 
Sunday, 22 Nov 2015
19:26 tijl search for other commits by this committer
Set NOPRECIOUSMAKEVARS so bsd.port.mk doesn't pass ARCH to submakes.

PR:		204732
Original commitRevision:402241 
Friday, 26 Jun 2015
16:28 tijl search for other commits by this committer
Update to 3.5.0
Original commitRevision:390649 
Sunday, 8 Jun 2014
19:51 olgeni search for other commits by this committer
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Original commitRevision:357070 
Sunday, 20 Apr 2014
12:51 tijl search for other commits by this committer
SDCC version 3.4.0.

Highlights:
- New TLCS90 (Toshiba Z80 clone) target support
- New STMicroelectronics STM8 target support
- Support for named address spaces in ROM
Original commitRevision:351620 
Tuesday, 1 Apr 2014
10:38 tijl search for other commits by this committer
Disable use of -fms-extensions to fix build with Clang 3.4.
Original commitRevision:349835 
Tuesday, 22 Oct 2013
18:20 tijl search for other commits by this committer
Staging support.
Original commitRevision:331302 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 7 Sep 2013
18:21 tijl search for other commits by this committer
Conflict with sdcc-devel and simplify options handling.
Original commitRevision:326677 
Friday, 31 May 2013
16:15 tijl search for other commits by this committer
- Update sdcc to 3.3.0
- Group target options
- Change CPPFLAGS and remove LDFLAGS to always use base system
  libreadline and its headers
- Use a dynamically generated pkg-plist

Reviewed by:	crees
Original commitRevision:319531 
Wednesday, 24 Apr 2013
08:01 tijl search for other commits by this committer
Set MAINTAINER to my @FreeBSD.org address.

Suggested by:	crees
Original commitRevision:316410 
Friday, 22 Mar 2013
16:54 tijl (src committer) search for other commits by this committer
Fix build with boost 1.52.

Approved by:	crees
Obtained from:	sdcc revision 8145
Original commitRevision:314948 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Thursday, 18 Oct 2012
22:41 madpilot search for other commits by this committer
- Change license to GPLv3
- Fix clang build
- Fix ia64 build [1]

PR:		ports/172789
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk> [1]
Feature safe:	yes
Original commitRevision:306103 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Thursday, 30 Aug 2012
17:07 madpilot search for other commits by this committer
- Fix CONFLICTS
- bump PORTREVISION

Reported by:	kwm
Approved by:	Tijl Coosemans <tijl@coosemans.org> (maintainer, via email)
Approved by:	crees, tabthorpe (mentors, implicit)
Original commitRevision:303385 
Tuesday, 28 Aug 2012
12:02 madpilot search for other commits by this committer
- Unbreak on ARCH != i386
- Change CONFLICTS

Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer, via email)
Approved by:	crees (mentor)
Original commit
Friday, 24 Aug 2012
16:58 madpilot search for other commits by this committer
- Update to version 3.2.0
- Add conflict with lang/sdcc-devel [1]
- Convert to OptionsNG
- Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one
  by upstream project under FreeBSD

PR:		ports/170371
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by:	Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1]
Approved by:	tabthorpe (mentor)
Original commit
Wednesday, 18 Jan 2012
17:05 lwhsu search for other commits by this committer
- Update to 3.1.0
- Remove AVR and XA51 targets (unsupported)

PR:             ports/164056
Submitted by:   Tijl Coosemans <tijl@coosemans.org> (maintainer)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Saturday, 9 Jul 2011
16:22 beech search for other commits by this committer
- gputils is required by sdcc for working with PIC processors,
  and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS

PR:             ports/158691
Submitted by:   Jason Bacon <jwbacon@tds.net>
Approved by:    Tijl Coosemans <tijl@coosemans.org> (maintainer)
Original commit
Monday, 21 Mar 2011
22:24 gerald search for other commits by this committer
Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary.

PR:             153625
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 8 Nov 2010
15:42 pav search for other commits by this committer
- Update to 3.0.0

PR:             ports/152013
Submitted by:   Tijl Coosemans <tijl@coosemans.org> (maintainer)
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Sunday, 13 Dec 2009
22:49 amdmi3 search for other commits by this committer
- Update maintainer's email
- Fix some pkg-descrs
- Update some MASTER_SITES

PR:             140966
Submitted by:   Tijl Coosemans <tijl@coosemans.org> (maintainer from new email)
Approved by:    portmgr (miwi)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Saturday, 28 Mar 2009
13:37 miwi search for other commits by this committer
- Update to 2.9.0

PR:             133140
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Wednesday, 10 Dec 2008
07:35 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:    portmgr
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Tuesday, 1 Apr 2008
20:57 okazaki search for other commits by this committer
Update to version 2.8.0.

PR:             122259
Submitted by:   Tijl Coosemans (maintainer)
Original commit
Saturday, 13 Oct 2007
12:26 beech search for other commits by this committer
- Update to 2.7.0
- Makefile and plist cleanup.
- Move patches to Makefile and remove files.
- Pet portlint.

PR:             ports/116953
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Approved by:    sat (mentor)
Original commit
Monday, 1 Oct 2007
23:10 linimon search for other commits by this committer
Fix result of mismerge.

Spotted by:     maintainer
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Friday, 11 Aug 2006
20:28 pav search for other commits by this committer
- Update to 2.6.0

PR:             ports/101756
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Original commit
Tuesday, 15 Nov 2005
16:52 ade search for other commits by this committer
Fix after sweep.

Submitted by:   maintainer
Original commit
06:52 ade search for other commits by this committer
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.
Original commit
Sunday, 31 Jul 2005
16:52 linimon search for other commits by this committer
Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removal
of lang/gcc31.

This may only be papering over a bug in use.gcc.mk (does the definition
for 3.1 need to be removed there?)

Hat:            portmgr
Original commit
Thursday, 26 May 2005
20:25 pav search for other commits by this committer
- Update to 2.5.0

PR:             ports/81525
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Original commit
Wednesday, 13 Apr 2005
07:53 pav search for other commits by this committer
* enabling build of pic16 libraries
* a couple Makefile/pkg-plist changes
* only pull in dependencies when actually necessary depending on
  chosen options

PR:             ports/79801
Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Original commit
Sunday, 9 May 2004
23:26 pav search for other commits by this committer
Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizing
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog
Z80 based MCUs.

PR:             ports/66262
Submitted by:   Tijl Coosemans <tijl@ulyssis.org>
Original commit

Number of commits found: 80