non port: devel/newt/Makefile |
SVNWeb
|
Number of commits found: 66 |
Wed, 23 Nov 2022
|
[ 06:30 Fernando Apesteguía (fernape) ] 235037d
devel/newt: update to 0.52.22
Reported by: portscout
|
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, 13 Oct 2021
|
[ 21:19 Neel Chauhan (nc) ] 9d382bf
devel/newt: Fix build
|
[ 16:38 Mathieu Arnold (mat) ] 1890c64
devel/newt: fix when WITHOUT=PYTHON
|
[ 15:12 Neel Chauhan (nc) Author: Boris Korzun ] 6147179
devel/newt: Fix configure failure after update to 0.52.21
PR: 259101
|
Mon, 11 Oct 2021
|
[ 23:11 Neel Chauhan (nc) ] 72913e4
devel/newt: Update to 0.52.21
|
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.
|
Wed, 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
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Sat, 25 Mar 2017
|
[ 04:38 sunpoet ]
Update MASTER_SITES and WWW
PR: 218096
Reported by: asomers
|
Sun, 19 Mar 2017
|
[ 14:08 vanilla ]
Update to 0.52.20.
|
Mon, 18 Apr 2016
|
[ 14:07 mat ]
Update to 0.52.19.
PR: 208866
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
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
|
Sat, 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.
|
Fri, 15 Jan 2016
|
[ 09:28 miwi ]
- Update to 0.52.18
- Add new python option
PR: 206245
Submitted by: ports fury
|
Wed, 18 Feb 2015
|
[ 15:16 amdmi3 ]
- Strip library
|
Thu, 27 Feb 2014
|
[ 09:02 miwi ]
-- Update to version 0.52.17
PR: 187053
|
Wed, 18 Dec 2013
|
[ 18:57 wg ]
devel/newt: remove python option
The python bindings are now available at devel/py-snack.
|
Fri, 27 Sep 2013
|
[ 09:29 gahr ]
- Convert to USES+= tcl
- Install the Tcl extension under ${PREFIX}/lib instad of ${TCLLIB}
- STAGE-clean
|
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)
|
Thu, 8 Aug 2013
|
[ 12:48 bdrewery ]
- Update to 0.52.16
Reported by: portscout
|
Fri, 10 May 2013
|
[ 14:29 miwi ]
- Unbreak
|
Tue, 30 Apr 2013
|
[ 02:21 miwi ]
- Update to 0.52.15
PR: 177922
Submitted by: Ports Fury
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 15 Feb 2013
|
[ 01:55 miwi ]
- Update to 0.52.14
PR: 175031
Submitted by: Ports Fury
|
Wed, 6 Feb 2013
|
[ 15:42 gahr ] (Only the first 10 of 13 ports in this commit are shown above. )
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
|
Wed, 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
|
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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 4 Apr 2010
|
[ 23:51 pgollucci ] (Only the first 10 of 14 ports in this commit are shown above. )
re-assign back to ports@
|
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
|
Wed, 17 Mar 2010
|
[ 18:43 pav ]
- Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by: pointyhat
|
Sun, 10 Jan 2010
|
[ 23:40 pgollucci ] (Only the first 10 of 28 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
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
|
Fri, 25 Jul 2008
|
[ 09:38 pav ] (Only the first 10 of 38 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Wed, 23 Jul 2008
|
[ 02:43 pgollucci ] (Only the first 10 of 63 ports in this commit are shown above. )
Update my ports to my freebsd address
Approved by: araujo (mentor)
|
Fri, 27 Jun 2008
|
[ 07:04 sobomax ]
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 ]
- 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 ] (Only the first 10 of 367 ports in this commit are shown above. )
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 ]
- 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 ]
- 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 ]
Fix build with WITH_PYTHON=yes on amd64
PR: 86283
Submitted by: Tim Middleton <x@vex.net>
|
Tue, 20 Jun 2006
|
[ 00:00 sobomax ]
Make PgUp/PgDn working in syscons.
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Wed, 14 Apr 2004
|
[ 03:03 perky ]
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 ]
- Fix makefile to build PIC for shared library. [1]
- Remove unfunctional WWW site.
Submitted by: kris [1]
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Tue, 25 Feb 2003
|
[ 06:25 perky ] (Only the first 10 of 131 ports in this commit are shown above. )
De-pkg-comment for my ports.
|
Wed, 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
|
Sun, 13 Oct 2002
|
[ 06:17 perky ]
Update to 0.51.0
|
Mon, 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.
|
Tue, 25 Jun 2002
|
[ 07:50 perky ] (Only the first 10 of 46 ports in this commit are shown above. )
Updating my email address.
Approved by: cjh (mentor)
|
Sat, 22 Jun 2002
|
[ 04:19 ijliao ]
upgrade to 0.50.36
PR: 39630
Submitted by: maintainer
|
Sat, 4 May 2002
|
[ 17:27 pat ]
Update to 0.50.35-1
PR: 37753
Submitted by: maintainer
|
Sun, 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>
|
Mon, 14 Jan 2002
|
[ 21:34 jim ]
Fix MASTER_SITES.
|
Sun, 23 Sep 2001
|
[ 20:50 dwcjr ] (Only the first 10 of 37 ports in this commit are shown above. )
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists.
|
Tue, 20 Mar 2001
|
[ 20:28 obrien ] (Only the first 10 of 46 ports in this commit are shown above. )
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
|
Fri, 8 Sep 2000
|
[ 13:24 tg ] (Only the first 10 of 26 ports in this commit are shown above. )
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15.
|
Mon, 31 Jul 2000
|
[ 22:32 nbm ]
Upgrade from 0.50-13 to 0.50.8-2.
|
Thu, 22 Jun 2000
|
[ 06:52 will ] (Only the first 10 of 53 ports in this commit are shown above. )
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 ] (Only the first 10 of 264 ports in this commit are shown above. )
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 ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 66 |