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: archivers/upx/Makefile
SVNWeb

Number of commits found: 38

Sat, 30 Sep 2023
[ 00:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:42929fa09fa405023a32928161fd93f7186d18c4  commit hash:42929fa09fa405023a32928161fd93f7186d18c4  commit hash:42929fa09fa405023a32928161fd93f7186d18c4  42929fa 
archivers/upx: Update to 4.1.0

Changes:	https://github.com/upx/upx/releases
Sat, 27 May 2023
[ 04:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:27eea366128326c1b3073a83516c417832621fe6  commit hash:27eea366128326c1b3073a83516c417832621fe6  commit hash:27eea366128326c1b3073a83516c417832621fe6  27eea36  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
archivers/upx: Update to 4.0.2

- Update WWW
- Update LICENSE_FILE
- Add DOCS option

Changes:	https://github.com/upx/upx/releases
Wed, 17 May 2023
[ 16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977  commit hash:9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977  commit hash:9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977  9b178ff  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
Tue, 2 May 2023
[ 19:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:95c89d246afb6e04e61ed416574ef8d79a386683  commit hash:95c89d246afb6e04e61ed416574ef8d79a386683  commit hash:95c89d246afb6e04e61ed416574ef8d79a386683  95c89d2 
archivers/upx: Fix build on 14-CURRENT

In file included from filteri.cpp:71:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:73:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:79:
./filter/cto.h:47:39: error: variable 'noncalls2' set but not used
[-Werror,-Wunused-but-set-variable]
    unsigned calls = 0, noncalls = 0, noncalls2 = 0;
                                      ^
In file included from filteri.cpp:81:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 28 Jan 2022
[ 23:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:98deea4a7f940a0b1ec309186f935357d3fee815  commit hash:98deea4a7f940a0b1ec309186f935357d3fee815  commit hash:98deea4a7f940a0b1ec309186f935357d3fee815  98deea4 
archivers/upx: Use upstream release tarball
Tue, 21 Dec 2021
[ 18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1db1502ff39aca8efc4acf9d3c9c9aac416ff824  commit hash:1db1502ff39aca8efc4acf9d3c9c9aac416ff824  commit hash:1db1502ff39aca8efc4acf9d3c9c9aac416ff824  1db1502 
archivers/upx: Update to 3.96

- Remove DOCS option
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/upx/upx/releases
Mon, 6 Dec 2021
[ 12:36 Rene Ladan (rene) search for other commits by this committer ]    commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  commit hash:a67b5dd8d0b38dba779927f185ecb367c335a540  a67b5dd  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
all: return fjoe's ports to the pool

fjoe's ports bit got safekept.
Tue, 5 Oct 2021
[ 19:11 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:ab761c51044bc16bb1eed4de647257be8d76441d  commit hash:ab761c51044bc16bb1eed4de647257be8d76441d  commit hash:ab761c51044bc16bb1eed4de647257be8d76441d  ab761c5 
archivers/upx: Add CPE information

Approved by:	portmgr (blanket)
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.
Fri, 14 Dec 2018
[ 08:44 koobs search for other commits by this committer ] Original commit   Revision:487412
archivers/upx: Fix build due to missing perl (pod2*) tools

upx unconditionally runs its docs target, which relies on multiple [1] pod2*
tools provided by perl.

USES=perl and USE_PERL=build were removed in ports r478489, resulting in those
tools not being available at build time, and the following errors:

  /bin/sh: pod2man: not found
  /bin/sh: pod2html: not found
  /bin/sh: pod2text: not found

This change, accordingly, re-adds perl as an unconditional build dependency,
including a comment about what its for.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 13 Dec 2018
[ 02:24 fjoe search for other commits by this committer ] Original commit   Revision:487336
Update to 3.95
Thu, 30 Aug 2018
[ 19:53 yuri search for other commits by this committer ] Original commit   Revision:478489
archivers/upx: Update 3.91 -> 3.94

PR:		230089
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	fjoe (maintainer's timeout; 33 days)
Mon, 22 Jan 2018
[ 09:45 danfe search for other commits by this committer ] Original commit   Revision:459642
Unbreak the build on sparc64: unlike e.g. on powerpc, gcc on sparc64 does
not provide __BIG_ENDIAN__ macro by default.  As `archivers/upx' is aware
of sparc64 existence, simply tell it that it is big-endian architecture.
While here, vocalize installation commands.
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Wed, 16 Jul 2014
[ 03:47 adamw search for other commits by this committer ] Original commit   Revision:362027 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Sun, 1 Jun 2014
[ 07:59 ohauer search for other commits by this committer ] Original commit   Revision:356058 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- fix sanity in CAT archivers
 - USE_BZIP2   -> USES=tar:bzip2
 - LICENSE=BSD -> BSD[n]CLAUSE
Sat, 1 Feb 2014
[ 09:42 fjoe search for other commits by this committer ] Original commit   Revision:342105
Update to 3.91

PR:		185276
Submitted by:	Wesley Shields
Thu, 26 Dec 2013
[ 16:53 bapt search for other commits by this committer ] Original commit   Revision:337555
Support stage
Wed, 11 Dec 2013
[ 10:04 bapt search for other commits by this committer ] Original commit   Revision:336153 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 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:
archivers)
Fri, 30 Aug 2013
[ 01:02 bapt search for other commits by this committer ] Original commit   Revision:325646 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Sun, 28 Jul 2013
[ 07:44 fjoe search for other commits by this committer ] Original commit   Revision:323812
Update to 3.09.

PR:		180223
Submitted by:	Devil <devzone.my@gmail.com>
Mon, 16 Jan 2012
[ 12:47 fjoe search for other commits by this committer ] Original commit 
Update to 3.08

PR:             163856
Submitted by:   sunpoet@
Thu, 9 Sep 2010
[ 07:39 fjoe search for other commits by this committer ] Original commit 
Update to 3.0.7.
Tue, 4 May 2010
[ 14:45 fjoe search for other commits by this committer ] Original commit 
Update to upx 3.05 and lzma from 7zip 4.65

PR:             146216
Mon, 2 Nov 2009
[ 09:09 fjoe search for other commits by this committer ] Original commit 
Update to 3.04.

PR:             140182
Submitted by:   Emanuel Haupt
Wed, 2 Sep 2009
[ 15:01 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Mon, 27 Oct 2008
[ 15:46 fjoe search for other commits by this committer ] Original commit 
Update to 3.03

PR:             128386
Submitted by:   Joseph S. Atkinson
Mon, 10 Mar 2008
[ 08:01 fjoe search for other commits by this committer ] Original commit 
- Update to 3.02 [1]
- Update PORTDOCS [1]
- Add LZMA support [2]

PR:             120354
Submitted by:   Felippe de Meirelles Motta [1], Joseph S. Atkinson [2]
Sat, 22 Sep 2007
[ 09:16 fjoe search for other commits by this committer ] Original commit 
Not for sparc64. I do not have sparc64 hw to fix the build.
Tue, 21 Aug 2007
[ 15:55 fjoe search for other commits by this committer ] Original commit 
Update to 3.01

PR:             115570
Submitted by:   mm@
Sat, 26 May 2007
[ 08:45 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update to 3.00.

PR:             112560
Submitted by:   Peter Johnson
Fri, 23 Feb 2007
[ 07:52 fjoe search for other commits by this committer ] Original commit 
Mark the port as i386-only.

Noticed by:     rafan
Sat, 8 Jan 2005
[ 11:16 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 1.25.

PR:             72472
Tue, 17 Feb 2004
[ 03:05 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
New port: upx 1.24

UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.

Number of commits found: 38