notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/newt/Makefile
SVNWeb

Number of commits found: 66

Wed, 23 Nov 2022
[ 06:30 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:235037db39781a406cce39b532f621523496f4b8  commit hash:235037db39781a406cce39b532f621523496f4b8  commit hash:235037db39781a406cce39b532f621523496f4b8  235037d 
devel/newt: update to 0.52.22

Reported by:	portscout
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 13 Oct 2021
[ 21:19 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:9d382bfd658f3d32f5f06fe040b4da69224318e4  commit hash:9d382bfd658f3d32f5f06fe040b4da69224318e4  commit hash:9d382bfd658f3d32f5f06fe040b4da69224318e4  9d382bf 
devel/newt: Fix build
[ 16:38 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:1890c6493c9f684659714ecc332be87007f7dbaa  commit hash:1890c6493c9f684659714ecc332be87007f7dbaa  commit hash:1890c6493c9f684659714ecc332be87007f7dbaa  1890c64 
devel/newt: fix when WITHOUT=PYTHON
[ 15:12 Neel Chauhan (nc) search for other commits by this committer Author: Boris Korzun ]    commit hash:6147179016a67da893ace8f2df6d8c89e56ad0bb  commit hash:6147179016a67da893ace8f2df6d8c89e56ad0bb  commit hash:6147179016a67da893ace8f2df6d8c89e56ad0bb  6147179 
devel/newt: Fix configure failure after update to 0.52.21

PR:	259101
Mon, 11 Oct 2021
[ 23:11 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:72913e45e14b06c6d7fa3b764c0750aff1c28f5d  commit hash:72913e45e14b06c6d7fa3b764c0750aff1c28f5d  commit hash:72913e45e14b06c6d7fa3b764c0750aff1c28f5d  72913e4 
devel/newt: Update to 0.52.21
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 24 Feb 2021
[ 14:14 fernape search for other commits by this committer ] Original commit   Revision:566474
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
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Sat, 25 Mar 2017
[ 04:38 sunpoet search for other commits by this committer ] Original commit   Revision:436884
Update MASTER_SITES and WWW

PR:		218096
Reported by:	asomers
Sun, 19 Mar 2017
[ 14:08 vanilla search for other commits by this committer ] Original commit   Revision:436497
Update to 0.52.20.
Mon, 18 Apr 2016
[ 14:07 mat search for other commits by this committer ] Original commit   Revision:413576
Update to 0.52.19.

PR:		208866
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 30 Jan 2016
[ 15:29 marino search for other commits by this committer ] Original commit   Revision:407530
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.
Fri, 15 Jan 2016
[ 09:28 miwi search for other commits by this committer ] Original commit   Revision:406148
- Update to 0.52.18
- Add new python option

PR:		206245
Submitted by:	ports fury
Wed, 18 Feb 2015
[ 15:16 amdmi3 search for other commits by this committer ] Original commit   Revision:379211
- Strip library
Thu, 27 Feb 2014
[ 09:02 miwi search for other commits by this committer ] Original commit   Revision:346276
-- Update to version 0.52.17

PR:		187053
Wed, 18 Dec 2013
[ 18:57 wg search for other commits by this committer ] Original commit   Revision:336856
devel/newt: remove python option

The python bindings are now available at devel/py-snack.
Fri, 27 Sep 2013
[ 09:29 gahr search for other commits by this committer ] Original commit   Revision:328446
- Convert to USES+= tcl
- Install the Tcl extension under ${PREFIX}/lib instad of ${TCLLIB}
- STAGE-clean
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Thu, 8 Aug 2013
[ 12:48 bdrewery search for other commits by this committer ] Original commit   Revision:324395
- Update to 0.52.16

Reported by:	portscout
Fri, 10 May 2013
[ 14:29 miwi search for other commits by this committer ] Original commit   Revision:317805
- Unbreak
Tue, 30 Apr 2013
[ 02:21 miwi search for other commits by this committer ] Original commit   Revision:316866
- Update to 0.52.15

PR:		177922
Submitted by:	Ports Fury
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Fri, 15 Feb 2013
[ 01:55 miwi search for other commits by this committer ] Original commit   Revision:312252
- Update to 0.52.14

PR:		175031
Submitted by:	Ports Fury
Wed, 6 Feb 2013
[ 15:42 gahr search for other commits by this committer ] Original commit   Revision:311776 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
Wed, 12 Sep 2012
[ 17:48 rm search for other commits by this committer ] Original commit   Revision:304156
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
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 4 Apr 2010
[ 23:51 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
re-assign back to ports@
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Wed, 17 Mar 2010
[ 18:43 pav search for other commits by this committer ] Original commit 
- Flip MAKE_JOBS_SAFE -> UNSAFE

Reported by:    pointyhat
Sun, 10 Jan 2010
[ 23:40 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Update to 0.5.11 [1]
- sort pkg-plist
- bump PORTREVISION for SHLIB bump

Submitted by:   mi (via e-mail) [1] with minor changes
Sat, 16 May 2009
[ 06:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
Sun, 8 Feb 2009
[ 03:14 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 25 Jul 2008
[ 09:38 pav search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Wed, 23 Jul 2008
[ 02:43 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Update my ports to my freebsd address

Approved by:    araujo (mentor)
Fri, 27 Jun 2008
[ 07:04 sobomax search for other commits by this committer ] Original commit 
Fix after the last commit (undo change to use libslang2). The UI doesn't
work with libslang2 correctly.
Fri, 20 Jun 2008
[ 11:51 araujo search for other commits by this committer ] Original commit 
- 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)
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 14 Dec 2007
[ 23:14 miwi search for other commits by this committer ] Original commit 
- S/INSTALLS_SHLIB/USE_LDCONFIG
- Pass maintainership to submitter

PR:             117902
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Fri, 3 Aug 2007
[ 12:04 perky search for other commits by this committer ] Original commit 
- Fix snack module for Python 2.5 compatibility
- Remove old version support for < FreeBSD 5.0.
- Release maintainership
Mon, 9 Oct 2006
[ 12:11 perky search for other commits by this committer ] Original commit 
Fix build with WITH_PYTHON=yes on amd64

PR:             86283
Submitted by:   Tim Middleton <x@vex.net>
Tue, 20 Jun 2006
[ 00:00 sobomax search for other commits by this committer ] Original commit 
Make PgUp/PgDn working in syscons.
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Wed, 14 Apr 2004
[ 03:03 perky search for other commits by this committer ] Original commit 
Use OSVERSION instead of grep'ping libc.so to detect an existence
of wcwidth(3).

Suggested by:   kris
Mon, 22 Mar 2004
[ 07:11 perky search for other commits by this committer ] Original commit 
- Fix makefile to build PIC for shared library. [1]
- Remove unfunctional WWW site.

Submitted by:   kris [1]
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 25 Feb 2003
[ 06:25 perky search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment for my ports.
Wed, 15 Jan 2003
[ 05:43 perky search for other commits by this committer ] Original commit 
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
Sun, 13 Oct 2002
[ 06:17 perky search for other commits by this committer ] Original commit 
Update to 0.51.0
Mon, 15 Jul 2002
[ 05:23 perky search for other commits by this committer ] Original commit 
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.
Tue, 25 Jun 2002
[ 07:50 perky search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Updating my email address.

Approved by: cjh (mentor)
Sat, 22 Jun 2002
[ 04:19 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.50.36

PR:             39630
Submitted by:   maintainer
Sat, 4 May 2002
[ 17:27 pat search for other commits by this committer ] Original commit 
Update to 0.50.35-1

PR:             37753
Submitted by:   maintainer
Sun, 17 Mar 2002
[ 12:09 ijliao search for other commits by this committer ] Original commit 
- 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>
Mon, 14 Jan 2002
[ 21:34 jim search for other commits by this committer ] Original commit 
Fix MASTER_SITES.    
Sun, 23 Sep 2001
[ 20:50 dwcjr search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists.    
Tue, 20 Mar 2001
[ 20:28 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".    
Fri, 8 Sep 2000
[ 13:24 tg search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Don't break package building on Satoshi's cluster. Explicitly depend   on
python1.5:lang/python15.    
Mon, 31 Jul 2000
[ 22:32 nbm search for other commits by this committer ] Original commit 
Upgrade from 0.50-13 to 0.50.8-2.    
Thu, 22 Jun 2000
[ 06:52 will search for other commits by this committer ] Original commit  (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
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.    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fourth round of INSTALLS_SHLIBS conversion.    

Number of commits found: 66