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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: games/linux-uplink-demo/Makefile
SVNWeb

Number of commits found: 23

Sun, 26 Jul 2020
[ 07:32 antoine search for other commits by this committer ] Original commit   Revision:543440 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Sun, 5 Jan 2020
[ 10:26 antoine search for other commits by this committer ] Original commit   Revision:522132 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Mark a few ports broken (unfetchable)
Mon, 20 Feb 2017
[ 17:46 tijl search for other commits by this committer ] Original commit   Revision:434476
Remove unnecessary dependencies.  The removal of mikmod fixes make index
when CentOS 7 has been installed because there is no linux-c7-mikmod.

Reported by:	vd
Tue, 31 Jan 2017
[ 16:54 tijl search for other commits by this committer ] Original commit   Revision:432937 (Only the first 10 of 887 ports in this commit are shown above. View all ports for this commit)
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
  a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 22 Jan 2017
[ 22:27 rene search for other commits by this committer ] Original commit   Revision:432169 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Reset mva@'s ports, he handed in his ports bit.
Thu, 3 Nov 2016
[ 21:47 tijl search for other commits by this committer ] Original commit   Revision:425274 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Wed, 7 Sep 2016
[ 12:43 tijl search for other commits by this committer ] Original commit   Revision:421496 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- In Uses/linux.mk use the loop variable directly when appending to
  *_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
Mon, 5 Sep 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:421387 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Thu, 5 Nov 2015
[ 12:36 mat search for other commits by this committer ] Original commit   Revision:400848 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
Tue, 19 May 2015
[ 13:14 amdmi3 search for other commits by this committer ] Original commit   Revision:386769
- Drop @dirrm* from plist
- Don't cat pkg-message from Makefile

Approved by:	portmgr blanket
Sat, 7 Feb 2015
[ 08:49 mva search for other commits by this committer ] Original commit   Revision:378575
- Unbreak linux-uplink-demo, the distfile location changed upstream

PR:		196838
Reported by:	amdmi3@
Tue, 15 Jul 2014
[ 23:30 adamw search for other commits by this committer ] Original commit   Revision:362015 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Fri, 17 Jan 2014
[ 18:09 mva search for other commits by this committer ] Original commit   Revision:340092 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Enable stagedir support
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 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:
games)
Thu, 14 Mar 2013
[ 11:20 miwi search for other commits by this committer ] Original commit   Revision:314144
- Convert to Optionsng
- While here trim header
Sat, 11 Dec 2010
[ 12:02 mva search for other commits by this committer ] Original commit 
- Add amd64 as supported arch
Thu, 17 Sep 2009
[ 07:42 bsam search for other commits by this committer ] Original commit 
Respect libglu from bsd.linux-apps.mk.

Reviewed by:    mva (maintainer, by e-mail)
Feature safe:   yes
Sun, 7 Jun 2009
[ 15:23 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 19 Mar 2009
[ 17:28 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Sun, 8 Mar 2009
[ 11:19 mva search for other commits by this committer ] Original commit 
Add missing dependency audio/linux-libvorbis.

Approved by:    miwi (mentor)
Thu, 19 Feb 2009
[ 21:45 mva search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Updated my mail address to use @FreeBSD.org now.

Approved by: miwi (co-mentor), beech (mentor)
Mon, 4 Jun 2007
[ 21:43 miwi search for other commits by this committer ] Original commit 
You play an Uplink Agent who makes a living by performing
jobs for major corporations. Your tasks involve hacking into rival computer
systems, stealing research data, sabotaging other companies, laundering money,
erasing evidence, or framing innocent people.
You use the money you earn to upgrade your computer systems, and to buy new
software and tools. As your experience level increases you find more
dangerous and profitable missions become available. You can speculate on a
fully working stock market (and even influence its outcome). You can modify
peoples academic or criminal records. You can divert money from bank transfers
into your own accounts. You can even take part in the construction of the most
deadly computer virus ever designed.

WWW: http://uplink.co.uk

PR:             ports/113323
Submitted by:   Marcus von Appen <mva at sysfault.org>

Number of commits found: 23