non port: devel/libslang2/Makefile |
SVNWeb
|
Number of commits found: 66 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 24 Aug 2022
|
[ 11:09 Renato Botelho (garga) ] 08fb10a
devel/libslang2: Update to 2.3.3
While here, pet portlint and portclippy
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 21 Apr 2020
|
[ 00:04 pkubaj ]
devel/libslang2: go back to building with base compiler on powerpc64
After head r360134, clang can compile this port.
|
Wed, 13 Nov 2019
|
[ 10:20 pkubaj ]
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)
|
Mon, 23 Jul 2018
|
[ 14:25 garga ]
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)
|
Sat, 9 Jun 2018
|
[ 20:54 garga ]
Update devel/libslang2 to 2.3.2
|
Mon, 19 Mar 2018
|
[ 06:03 yuri ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release).
|
Sat, 17 Mar 2018
|
[ 20:31 yuri ] (Only the first 10 of 11 ports in this commit are shown above. )
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.
|
Sun, 12 Nov 2017
|
[ 14:00 riggs ]
Chase renaming of devel/oniguruma6 to devel/oniguruma
PR: 222869
Reported by: m.bueker@berlin.de
|
Mon, 14 Aug 2017
|
[ 18:31 pi ]
devel/libslang2: change dependency from devel/oniguruma5 to 6
- See also: PR#220818
PR: 221485
Approved by: garga (maintainer)
|
Fri, 9 Dec 2016
|
[ 13:32 garga ]
- Update libslang2 to 2.3.1
- Change oniguruma dependency to version 5
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 8 Jan 2015
|
[ 15:21 garga ]
Update to 2.3.0
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
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
|
Wed, 14 May 2014
|
[ 19:28 garga ]
. Move USE_BZIP2 to USES=tar:bzip2
. Fix stage with non-root
. Strip binaries
|
Thu, 27 Feb 2014
|
[ 22:21 tijl ]
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)
|
Fri, 8 Nov 2013
|
[ 12:34 garga ]
Fix build with ONIG option enabled
|
Tue, 5 Nov 2013
|
[ 22:48 garga ]
. Fix DOCS install
PR: ports/183600 (based on)
Submitted by: nemysis <nemysis@FreeBSD.org>
|
Fri, 1 Nov 2013
|
[ 09:57 garga ]
Fix wrong use of OPTIONS_SUB
Reported by: danfe
|
Thu, 31 Oct 2013
|
[ 23:32 garga ]
. Add LICENSE
. Use space on WWW
. Simplify Makefile
|
Fri, 27 Sep 2013
|
[ 14:50 garga ]
Support staging
|
Tue, 24 Sep 2013
|
[ 16:47 garga ] (Only the first 10 of 15 ports in this commit are shown above. )
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 29 Apr 2013
|
[ 12:51 mva ]
- Fix iconv dependency after the USES= iconv conversion
Reported by: olgeni@
Approved by: garga@
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Fri, 3 Aug 2012
|
[ 15:34 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
|
Mon, 16 Jul 2012
|
[ 18:06 garga ]
- Fix a reverse logic to check NOPORTDOCS introduced when moved to OPTIONSng
- Bump PORTREVISION
Reported by: flo@
|
Fri, 29 Jun 2012
|
[ 20:48 garga ]
- Move to OPTIONSng
- Pet portlint
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Wed, 29 Jun 2011
|
[ 21:07 garga ]
Update to 2.2.4
|
Sun, 16 Jan 2011
|
[ 23:27 garga ]
Update to 2.2.3
Feature safe: yes
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Tue, 15 Dec 2009
|
[ 10:06 garga ]
Update to 2.2.2
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Sat, 21 Feb 2009
|
[ 20:34 garga ]
- 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)
|
Sun, 8 Feb 2009
|
[ 03:14 pgollucci ] (Only the first 10 of 41 ports in this commit are shown above. )
- 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
|
Tue, 30 Sep 2008
|
[ 18:40 garga ]
- 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
|
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 )
|
Mon, 19 May 2008
|
[ 20:14 garga ]
- Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not default
and package will be the same
Reported by: itetcu
|
Tue, 11 Dec 2007
|
[ 19:18 garga ]
- Update to 2.1.3
|
Tue, 9 Oct 2007
|
[ 15:13 garga ]
- Update to 2.1.2
|
Thu, 20 Sep 2007
|
[ 13:59 garga ]
- Force empty dir creation on pkg-plist to create it when installed using a
package
- Bump PORTREVISION
Notified by: pointyhat via linimon
|
Wed, 12 Sep 2007
|
[ 14:16 garga ]
- Remove PORTSDATA and back files to pkg-plist to prevent removing modules
files
- Bump PORTREVISION
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Wed, 11 Jul 2007
|
[ 12:04 garga ]
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
|
Thu, 5 Jul 2007
|
[ 19:21 garga ]
- Update to 2.1.1
|
Wed, 4 Jul 2007
|
[ 13:07 garga ]
- Fix libs installation
- Bump PORTREVISION
PR: ports/114277
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
Sat, 3 Mar 2007
|
[ 12:27 garga ]
- Add devel/libslang2-devel, 2.1-PRE development version.
- Fix CONFLICTS on related ports
Repocopied by: marcus@
|
Fri, 10 Nov 2006
|
[ 18:55 garga ]
Update to 2.0.7
|
Tue, 29 Aug 2006
|
[ 15:41 garga ]
s/INSTALLS_SHLIB/USE_LDCONFIG/
|
Wed, 5 Apr 2006
|
[ 11:33 garga ]
- Update to 2.0.6
- Drop USE_REINPLACE
- Change WWW line to master site
|
Thu, 27 Oct 2005
|
[ 12:21 garga ]
- Update to 2.0.5
|
Mon, 29 Aug 2005
|
[ 10:13 garga ]
- Update to 2.0.4
PR: ports/84947
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
|
Mon, 11 Jul 2005
|
[ 16:47 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
|
Fri, 17 Jun 2005
|
[ 18:44 pav ]
- Update to 2.0.3
PR: ports/82368
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
|
Fri, 20 May 2005
|
[ 15:41 novel ]
OPTIONS'ify.
PR: 81310
Submitted by: Renato Botelho (maintainer)
|
[ 12:07 novel ]
Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.
Reported by: pointyhat via kris
|
Mon, 16 May 2005
|
[ 17:13 novel ]
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>
|
Number of commits found: 66 |