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: devel/libslang2/Makefile

Number of commits found: 68

Tuesday, 16 Jan 2024
14:02 Renato Botelho (garga) search for other commits by this committer
*/*: Restore GNU_CONFIGURE on my ports

I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization.  Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.

Reported by:	danfe
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 08a9c4d
Monday, 15 Jan 2024
19:30 Renato Botelho (garga) search for other commits by this committer
devel/libslang2: Move manpages to ${PREFIX}/share

Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: b370bebc7293ede8aad8a1904d40c4d7ae2657f7 commit hash: b370bebc7293ede8aad8a1904d40c4d7ae2657f7 commit hash: b370bebc7293ede8aad8a1904d40c4d7ae2657f7 commit hash: b370bebc7293ede8aad8a1904d40c4d7ae2657f7 b370beb
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
Wednesday, 24 Aug 2022
11:09 Renato Botelho (garga) search for other commits by this committer
devel/libslang2: Update to 2.3.3

While here, pet portlint and portclippy

Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 08fb10a0eeacf5268e7d794933cc525d48532e9e commit hash: 08fb10a0eeacf5268e7d794933cc525d48532e9e commit hash: 08fb10a0eeacf5268e7d794933cc525d48532e9e commit hash: 08fb10a0eeacf5268e7d794933cc525d48532e9e 08fb10a
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
Tuesday, 21 Apr 2020
00:04 pkubaj search for other commits by this committer
devel/libslang2: go back to building with base compiler on powerpc64

After head r360134, clang can compile this port.
Original commitRevision:532235 
Wednesday, 13 Nov 2019
10:20 pkubaj search for other commits by this committer
devel/libslang2: fix build on powerpc64 with clang

Workaround a crash with LLVM (reported on
https://bugs.llvm.org/show_bug.cgi?id=43976) by using GCC.

PR:		241916
Approved by:	garga (maintainer), linimon (mentor)
Original commitRevision:517367 
Monday, 23 Jul 2018
14:25 garga search for other commits by this committer
devel/libslang2: Add missing LDFLAGS

Without linking libslang2.so.2.3.2 against libncurses a dependant binary
is going to file with `Undefined symbol "tgetent"` error.

PR:		229126
Submitted by:	olevole@olevole.ru
MFH:		2018Q3
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:475177 
Saturday, 9 Jun 2018
20:54 garga search for other commits by this committer
Update devel/libslang2 to 2.3.2
Original commitRevision:472088 
Monday, 19 Mar 2018
06:03 yuri search for other commits by this committer
devel/oniguruma: Update to 6.8.1

Only changed the shared object version (forgotten on the previous release).
Original commitRevision:464983 
Saturday, 17 Mar 2018
20:31 yuri search for other commits by this committer
devel/oniguruma: Update to 6.8.0

Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0

Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release.
Original commitRevision:464845 
Sunday, 12 Nov 2017
14:00 riggs search for other commits by this committer
Chase renaming of devel/oniguruma6 to devel/oniguruma

PR:		222869
Reported by:	m.bueker@berlin.de
Original commitRevision:454042 
Monday, 14 Aug 2017
18:31 pi search for other commits by this committer
devel/libslang2: change dependency from devel/oniguruma5 to 6

- See also: PR#220818

PR:		221485
Approved by:	garga (maintainer)
Original commitRevision:447955 
Friday, 9 Dec 2016
13:32 garga search for other commits by this committer
- Update libslang2 to 2.3.1
- Change oniguruma dependency to version 5
Original commitRevision:428204 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 8 Jan 2015
15:21 garga search for other commits by this committer
Update to 2.3.0
Original commitRevision:376539 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Thursday, 4 Sep 2014
19:26 antoine search for other commits by this committer
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
Original commitRevision:367307 
Wednesday, 14 May 2014
19:28 garga search for other commits by this committer
. Move USE_BZIP2 to USES=tar:bzip2
. Fix stage with non-root
. Strip binaries
Original commitRevision:354084 
Thursday, 27 Feb 2014
22:21 tijl search for other commits by this committer
Prefer libc iconv over libiconv.

The configure script has some simple tests that pick up libiconv when it
is installed.  By passing --without-iconv these tests can be skipped so
the configure script falls back on a more standard iconv test that tests
libc before libiconv.  However, this fall-back does not set CFLAGS/LDFLAGS
correctly when libiconv needs to be used, so only pass --without-iconv
when libc iconv needs to be used (ICONV_LIB empty).

PR:		ports/186688
Approved by:	garga (maintainer)
Original commitRevision:346395 
Friday, 8 Nov 2013
12:34 garga search for other commits by this committer
Fix build with ONIG option enabled
Original commitRevision:333212 
Tuesday, 5 Nov 2013
22:48 garga search for other commits by this committer
. Fix DOCS install

PR:		ports/183600 (based on)
Submitted by:	nemysis <nemysis@FreeBSD.org>
Original commitRevision:332926 
Friday, 1 Nov 2013
09:57 garga search for other commits by this committer
Fix wrong use of OPTIONS_SUB

Reported by:	danfe
Original commitRevision:332346 
Thursday, 31 Oct 2013
23:32 garga search for other commits by this committer
. Add LICENSE
. Use space on WWW
. Simplify Makefile
Original commitRevision:332296 
Friday, 27 Sep 2013
14:50 garga search for other commits by this committer
Support staging
Original commitRevision:328489 
Tuesday, 24 Sep 2013
16:47 garga search for other commits by this committer
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Original commitRevision:328166 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Monday, 29 Apr 2013
12:51 mva search for other commits by this committer
- Fix iconv dependency after the USES= iconv conversion

Reported by:	olgeni@
Approved by:	garga@
Original commitRevision:316812 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Friday, 3 Aug 2012
15:34 garga search for other commits by this committer
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Original commit
Monday, 16 Jul 2012
18:06 garga search for other commits by this committer
- Fix a reverse logic to check NOPORTDOCS introduced when moved to OPTIONSng
- Bump PORTREVISION

Reported by:	flo@
Original commit
Friday, 29 Jun 2012
20:48 garga search for other commits by this committer
- Move to OPTIONSng
- Pet portlint
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Wednesday, 29 Jun 2011
21:07 garga search for other commits by this committer
Update to 2.2.4
Original commit
Sunday, 16 Jan 2011
23:27 garga search for other commits by this committer
Update to 2.2.3

Feature safe:   yes
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Tuesday, 15 Dec 2009
10:06 garga search for other commits by this committer
Update to 2.2.2
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Saturday, 21 Feb 2009
20:34 garga search for other commits by this committer
- Fix following bug:

If you execute an application (e.g. mc), which uses devel/libslang2 to
do screen I/O on a non-unicode terminal then the line drawing characters
will appear as spaces.

PR:             ports/131857
Submitted by:   Szalai Andras <szalai.bandi@gmail.com>
Reviewed by:    John E. Davis (author)
Original commit
Sunday, 8 Feb 2009
03:14 pgollucci search for other commits by this committer
- devel/libslang2 has completely replaced devel/libslang which has not been
  released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
Original commit
Tuesday, 30 Sep 2008
18:40 garga search for other commits by this committer
- Update to 2.1.4
- Fix WWW since jedsoft website seems to be down
- Use a macro SHLIB_VERSION at pkg-plist and export it with PLIST_SUB, no more
  changes will be needed in libversion on next versions.
- Remove one MASTER_SITE that is nor working
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - 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)
Original commit
Monday, 19 May 2008
20:14 garga search for other commits by this committer
- Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not default
  and package will be the same

Reported by:    itetcu
Original commit
Tuesday, 11 Dec 2007
19:18 garga search for other commits by this committer
- Update to 2.1.3
Original commit
Tuesday, 9 Oct 2007
15:13 garga search for other commits by this committer
- Update to 2.1.2
Original commit
Thursday, 20 Sep 2007
13:59 garga search for other commits by this committer
- Force empty dir creation on pkg-plist to create it when installed using a
  package
- Bump PORTREVISION

Notified by:    pointyhat via linimon
Original commit
Wednesday, 12 Sep 2007
14:16 garga search for other commits by this committer
- Remove PORTSDATA and back files to pkg-plist to prevent removing modules
  files
- Bump PORTREVISION
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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
Original commit
Wednesday, 11 Jul 2007
12:04 garga search for other commits by this committer
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
Original commit
Thursday, 5 Jul 2007
19:21 garga search for other commits by this committer
- Update to 2.1.1
Original commit
Wednesday, 4 Jul 2007
13:07 garga search for other commits by this committer
- Fix libs installation
- Bump PORTREVISION

PR:             ports/114277
Submitted by:   Conrad J. Sabatier <conrads@cox.net>
Original commit
Saturday, 3 Mar 2007
12:27 garga search for other commits by this committer
- Add devel/libslang2-devel, 2.1-PRE development version.
- Fix CONFLICTS on related ports

Repocopied by:  marcus@
Original commit
Friday, 10 Nov 2006
18:55 garga search for other commits by this committer
Update to 2.0.7
Original commit
Tuesday, 29 Aug 2006
15:41 garga search for other commits by this committer
s/INSTALLS_SHLIB/USE_LDCONFIG/
Original commit
Wednesday, 5 Apr 2006
11:33 garga search for other commits by this committer
- Update to 2.0.6
- Drop USE_REINPLACE
- Change WWW line to master site
Original commit
Thursday, 27 Oct 2005
12:21 garga search for other commits by this committer
- Update to 2.0.5
Original commit
Monday, 29 Aug 2005
10:13 garga search for other commits by this committer
- Update to 2.0.4

PR:             ports/84947
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
Original commit
Monday, 11 Jul 2005
16:47 garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Original commit
Friday, 17 Jun 2005
18:44 pav search for other commits by this committer
- Update to 2.0.3

PR:             ports/82368
Submitted by:   Renato Botelho <freebsd@galle.com.br> (maintainer)
Original commit
Friday, 20 May 2005
15:41 novel search for other commits by this committer
OPTIONS'ify.

PR:             81310
Submitted by:   Renato Botelho (maintainer)
Original commit
12:07 novel search for other commits by this committer
Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.

Reported by:    pointyhat via kris
Original commit
Monday, 16 May 2005
17:13 novel search for other commits by this committer
Add devel/libslang2 - a multi-platform programmer's library designed to
allow a developer to create robust multi-platform software.

PR:             81110
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Original commit

Number of commits found: 68