non port: devel/newt/Makefile |
Number of commits found: 69 |
Friday, 9 May 2025
|
14:06 Vladimir Druzenko (vvd)
devel/newt: Update 0.52.24 => 0.52.25, set maintainership
Changelog:
https://pagure.io/newt/blob/master/f/CHANGES
Improve port:
- Replace PORTVERSION with DISTVERSION
- Replace CPPFLAGS and LDFLAGS with USES=localbase:ldflags
- Remove GNU_CONFIGURE_MANPREFIX
- Remove MAKE_JOBS_UNSAFE
- Fix {NLS,PYTHON}_USES - gettext-runtime
- Fix TCL option with tcl86 (workaround)
- Fix warnings from portclippy
- Set MAINTAINER to Atanu Biswas <atanubiswas484@gmail.com>
PR: 286432
Co-authored-by: Atanu Biswas <atanubiswas484@gmail.com>
MFH: 2025Q2
4a8caba |
Tuesday, 23 Jul 2024
|
15:17 Neel Chauhan (nc)
devel/newt: Update to 0.52.24
aff64a3 |
Wednesday, 31 Jan 2024
|
12:58 Muhammad Moinur Rahman (bofh)
devel/newt: Moved man to share/man
Approved by: portmgr (blanket)
c04291a |
Wednesday, 23 Nov 2022
|
06:30 Fernando Apesteguía (fernape)
devel/newt: update to 0.52.22
Reported by: portscout
235037d |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 13 Oct 2021
|
21:19 Neel Chauhan (nc)
devel/newt: Fix build
9d382bf |
16:38 Mathieu Arnold (mat)
devel/newt: fix when WITHOUT=PYTHON
1890c64 |
15:12 Neel Chauhan (nc) Author: Boris Korzun
devel/newt: Fix configure failure after update to 0.52.21
PR: 259101
6147179 |
Monday, 11 Oct 2021
|
23:11 Neel Chauhan (nc)
devel/newt: Update to 0.52.21
72913e4 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 24 Feb 2021
|
14:14 fernape
devel/newt: does not register shared libs
pkg info -b newt does not show any shared libraries despite the port installing
one.
The framework uses the output of readelf -d to know if the library has a SONAME
and this ports does not add a SONAME if it does not detect the GNU linker. Then,
the resulting package does not register any shared libraries.
* Patch configure.ac to learn and detect LLVM linker so it adds the SONAME to
the library.
* Add USE_LDCONFIG (portlint wrongly complains about not installing shared libs)
PR: 253712
Submitted by: masamory7@gmail.com
MFH: 2021Q1
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Saturday, 25 Mar 2017
|
04:38 sunpoet
Update MASTER_SITES and WWW
PR: 218096
Reported by: asomers
 |
Sunday, 19 Mar 2017
|
14:08 vanilla
Update to 0.52.20.
 |
Monday, 18 Apr 2016
|
14:07 mat
Update to 0.52.19.
PR: 208866
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 30 Jan 2016
|
15:29 marino
devel/newt: Document ncurses requirement, fix LDFLAGS
Use "-lncurses" rather than "-lcurses". For base ncurses, it's the
same thing, but the latter doesn't exist on ports ncurses.
 |
Friday, 15 Jan 2016
|
09:28 miwi
- Update to 0.52.18
- Add new python option
PR: 206245
Submitted by: ports fury
 |
Wednesday, 18 Feb 2015
|
15:16 amdmi3
- Strip library
 |
Thursday, 27 Feb 2014
|
09:02 miwi
-- Update to version 0.52.17
PR: 187053
 |
Wednesday, 18 Dec 2013
|
18:57 wg
devel/newt: remove python option
The python bindings are now available at devel/py-snack.
 |
Friday, 27 Sep 2013
|
09:29 gahr
- Convert to USES+= tcl
- Install the Tcl extension under ${PREFIX}/lib instad of ${TCLLIB}
- STAGE-clean
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Thursday, 8 Aug 2013
|
12:48 bdrewery
- Update to 0.52.16
Reported by: portscout
 |
Friday, 10 May 2013
|
14:29 miwi
- Unbreak
 |
Tuesday, 30 Apr 2013
|
02:21 miwi
- Update to 0.52.15
PR: 177922
Submitted by: Ports Fury
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Friday, 15 Feb 2013
|
01:55 miwi
- Update to 0.52.14
PR: 175031
Submitted by: Ports Fury
 |
Wednesday, 6 Feb 2013
|
15:42 gahr
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
 |
Wednesday, 12 Sep 2012
|
17:48 rm
Remove ${PYDISTUTILS} from BUILD_DEPENDS. That was the only consumer of this.
while on it:
- strip Makefile header
- make COMMENT looks nicier
- limit python version to 2.x
- whitespace fixes in pkg-descr
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 4 Apr 2010
|
23:51 pgollucci
re-assign back to ports@
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Wednesday, 17 Mar 2010
|
18:43 pav
- Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by: pointyhat
 |
Sunday, 10 Jan 2010
|
23:40 pgollucci
- Update to 0.5.11 [1]
- sort pkg-plist
- bump PORTREVISION for SHLIB bump
Submitted by: mi (via e-mail) [1] with minor changes
 |
Saturday, 16 May 2009
|
06:27 pgollucci
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
 |
Sunday, 8 Feb 2009
|
03:14 pgollucci
- 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
 |
Friday, 25 Jul 2008
|
09:38 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
 |
Wednesday, 23 Jul 2008
|
02:43 pgollucci
Update my ports to my freebsd address
Approved by: araujo (mentor)
 |
Friday, 27 Jun 2008
|
07:04 sobomax
Fix after the last commit (undo change to use libslang2). The UI doesn't
work with libslang2 correctly.
 |
Friday, 20 Jun 2008
|
11:51 araujo
- From now on use libslang2 instead of libslang.
- Bump PORTREVISION.
PR: ports/124721
Submitted by: Kurt Jaeger <freebsd-bugs@opsec.eu>
Approved by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
 |
Friday, 6 Jun 2008
|
13:21 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Friday, 14 Dec 2007
|
23:14 miwi
- S/INSTALLS_SHLIB/USE_LDCONFIG
- Pass maintainership to submitter
PR: 117902
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
 |
Friday, 3 Aug 2007
|
12:04 perky
- Fix snack module for Python 2.5 compatibility
- Remove old version support for < FreeBSD 5.0.
- Release maintainership
 |
Monday, 9 Oct 2006
|
12:11 perky
Fix build with WITH_PYTHON=yes on amd64
PR: 86283
Submitted by: Tim Middleton <x@vex.net>
 |
Tuesday, 20 Jun 2006
|
00:00 sobomax
Make PgUp/PgDn working in syscons.
 |
Thursday, 4 May 2006
|
21:41 edwin
Remove USE_REINPLACE from all categories starting with D
 |
Wednesday, 14 Apr 2004
|
03:03 perky
Use OSVERSION instead of grep'ping libc.so to detect an existence
of wcwidth(3).
Suggested by: kris
 |
Monday, 22 Mar 2004
|
07:11 perky
- Fix makefile to build PIC for shared library. [1]
- Remove unfunctional WWW site.
Submitted by: kris [1]
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Tuesday, 25 Feb 2003
|
06:25 perky
De-pkg-comment for my ports.
 |
Wednesday, 15 Jan 2003
|
05:43 perky
Disable python and tcl support by default. They are really rarely used and
generate too heavy dependencies. WITH_PYTHON and WITH_TCL is still available.
Requested by: many
 |
Sunday, 13 Oct 2002
|
06:17 perky
Update to 0.51.0
 |
Monday, 15 Jul 2002
|
05:23 perky
o Update to 0.50.39
o Change major number from 0.50 to 50
(ldconfig couldn't detect libnewt.so.0.50)
o Use .tar.gz on our localdist site instead of RH's one.
RH don't keep old versions on the same directory and updates are
so frequent.
 |
Tuesday, 25 Jun 2002
|
07:50 perky
Updating my email address.
Approved by: cjh (mentor)
 |
Saturday, 22 Jun 2002
|
04:19 ijliao
upgrade to 0.50.36
PR: 39630
Submitted by: maintainer
 |
Saturday, 4 May 2002
|
17:27 pat
Update to 0.50.35-1
PR: 37753
Submitted by: maintainer
 |
Sunday, 17 Mar 2002
|
12:09 ijliao
- Update to 0.50.33-1
- make TCL and Python module optional.
- take a maintainership
PR: 36001
Submitted by: Hye-Shik Chang <perky@fallin.lv>
 |
Monday, 14 Jan 2002
|
21:34 jim
Fix MASTER_SITES.
 |
Sunday, 23 Sep 2001
|
20:50 dwcjr
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists.
 |
Tuesday, 20 Mar 2001
|
20:28 obrien
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
 |
Friday, 8 Sep 2000
|
13:24 tg
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15.
 |
Monday, 31 Jul 2000
|
22:32 nbm
Upgrade from 0.50-13 to 0.50.8-2.
 |
Thursday, 22 Jun 2000
|
06:52 will
Unleash all of these ports upon the people. I no longer have any interest in
any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
 |
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
 |
09:48 sobomax
Fourth round of INSTALLS_SHLIBS conversion.
 |
Number of commits found: 69 |