non port: net/trafshow3/Makefile |
SVNWeb
|
Number of commits found: 21 |
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, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
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.
|
Sat, 13 Feb 2021
|
[ 13:11 amdmi3 ]
- Add suffix to all installed files to avoid conflict with actual version of
trafshow
PR: 217489
Submitted by: sd@mostnet.ru
|
Sun, 21 Aug 2016
|
[ 11:58 rene ] (Only the first 10 of 16 ports in this commit are shown above. )
Reset sem@'s ports per his request.
With hat: portmgr-secretary
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 16 Sep 2015
|
[ 17:49 amdmi3 ]
- Switch to @sample
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 16 Jul 2014
|
[ 08:26 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Fri, 21 Feb 2014
|
[ 09:54 miwi ]
- Stage support
|
Thu, 5 Dec 2013
|
[ 11:10 mat ] (Only the first 10 of 28 ports in this commit are shown above. )
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444,
ports/184445, ports/184446, ports/184447, ports/184448, ports/184449,
ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
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, 28 Feb 2011
|
[ 14:37 sem ]
- Tarball has gone. Copy it on ftp.freebsd.org.
|
Wed, 12 May 2010
|
[ 20:37 pav ]
- Remove references to now non-existant devel/libslang
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
|
Thu, 7 May 2009
|
[ 18:04 garga ]
- Remove BROKEN since port is building and working fine on 800085
|
Thu, 8 Jan 2009
|
[ 17:49 erwin ]
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
|
Mon, 16 Apr 2007
|
[ 18:40 sem ]
- Clean up Makefile. Get rid all antique constructions.
- Fix a bug when config file was overriden [1]
Reported by: Anton Yuzhaninov (citrin@RusNet)
|
Tue, 7 Feb 2006
|
[ 17:56 sem ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove USE_REINPLACE from my ports
|
Wed, 18 Jan 2006
|
[ 09:58 sem ] (Only the first 10 of 11 ports in this commit are shown above. )
- Get back trafshow 3. It shows the most true results.
Asked by: many users
|
Number of commits found: 21 |