non port: archivers/upx/Makefile |
SVNWeb
|
Number of commits found: 38 |
Sat, 30 Sep 2023
|
[ 00:44 Po-Chuan Hsieh (sunpoet) ] 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) ] 27eea36 (Only the first 10 of 12 ports in this commit are shown above. )
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) ] 9b178ff (Only the first 10 of 108 ports in this commit are shown above. )
*/*: 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) ] 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 )
|
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:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
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 )
|
Fri, 28 Jan 2022
|
[ 23:26 Po-Chuan Hsieh (sunpoet) ] 98deea4
archivers/upx: Use upstream release tarball
|
Tue, 21 Dec 2021
|
[ 18:46 Po-Chuan Hsieh (sunpoet) ] 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) ] a67b5dd (Only the first 10 of 25 ports in this commit are shown above. )
all: return fjoe's ports to the pool
fjoe's ports bit got safekept.
|
Tue, 5 Oct 2021
|
[ 19:11 Bernhard Froehlich (decke) ] ab761c5
archivers/upx: Add CPE information
Approved by: portmgr (blanket)
|
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.
|
Fri, 14 Dec 2018
|
[ 08:44 koobs ]
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 )
|
Thu, 13 Dec 2018
|
[ 02:24 fjoe ]
Update to 3.95
|
Thu, 30 Aug 2018
|
[ 19:53 yuri ]
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 ]
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 ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
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 ] (Only the first 10 of 42 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
|
Sun, 1 Jun 2014
|
[ 07:59 ohauer ] (Only the first 10 of 22 ports in this commit are shown above. )
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
|
Sat, 1 Feb 2014
|
[ 09:42 fjoe ]
Update to 3.91
PR: 185276
Submitted by: Wesley Shields
|
Thu, 26 Dec 2013
|
[ 16:53 bapt ]
Support stage
|
Wed, 11 Dec 2013
|
[ 10:04 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
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 ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Fri, 30 Aug 2013
|
[ 01:02 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
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 ]
Update to 3.09.
PR: 180223
Submitted by: Devil <devzone.my@gmail.com>
|
Mon, 16 Jan 2012
|
[ 12:47 fjoe ]
Update to 3.08
PR: 163856
Submitted by: sunpoet@
|
Thu, 9 Sep 2010
|
[ 07:39 fjoe ]
Update to 3.0.7.
|
Tue, 4 May 2010
|
[ 14:45 fjoe ]
Update to upx 3.05 and lzma from 7zip 4.65
PR: 146216
|
Mon, 2 Nov 2009
|
[ 09:09 fjoe ]
Update to 3.04.
PR: 140182
Submitted by: Emanuel Haupt
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- 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 ]
Update to 3.03
PR: 128386
Submitted by: Joseph S. Atkinson
|
Mon, 10 Mar 2008
|
[ 08:01 fjoe ]
- 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 ]
Not for sparc64. I do not have sparc64 hw to fix the build.
|
Tue, 21 Aug 2007
|
[ 15:55 fjoe ]
Update to 3.01
PR: 115570
Submitted by: mm@
|
Sat, 26 May 2007
|
[ 08:45 fjoe ] (Only the first 10 of 17 ports in this commit are shown above. )
Update to 3.00.
PR: 112560
Submitted by: Peter Johnson
|
Fri, 23 Feb 2007
|
[ 07:52 fjoe ]
Mark the port as i386-only.
Noticed by: rafan
|
Sat, 8 Jan 2005
|
[ 11:16 fjoe ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to 1.25.
PR: 72472
|
Tue, 17 Feb 2004
|
[ 03:05 fjoe ] (Only the first 10 of 19 ports in this commit are shown above. )
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 |