non port: archivers/arj/Makefile |
SVNWeb
|
Number of commits found: 58 |
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, 31 Aug 2022
|
[ 10:14 Renato Botelho (garga) ] 0f37916
archivers/arj: Fix build inside ezjail
For yet unclear reason this port was failing to build inside a jail
built using ezjail. It ended up producing a broken msgbind binary that
crashes early with 'Abort trap' message.
ezjail built jail uses lots of symlinks pointing to a nullfs mounted
partition and this combination seems to be the cause of this issue.
After many tests jsm@ figured out that removing LD_STRIP definition from
gnu/configure script solves the case. There is still something wrong,
maybe on nullfs code, that should be investigated, but at least it fixes
this port build.
PR: 235636
Reported by: Peter Putzer <freebsd@mnd.sc>
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
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 )
|
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.
|
Thu, 18 Mar 2021
|
[ 11:25 garga ]
archivers/arj: Update debian patchset and fix build
Reported by: netchild
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
Thu, 23 Jul 2020
|
[ 19:23 garga ]
Pet portlint: Declare USES early
|
Thu, 7 Nov 2019
|
[ 11:58 danfe ]
Catch up with the latest Debian patchset to unbreak the fetch.
|
Tue, 16 Jul 2019
|
[ 18:46 garga ]
archivers/arj: Unbreak upgrading debian patchset
Version 17 of debian patches is not available anymore. Upgrade it to use
version 21 and fix the build
PR: 239233
Reported by: Darin Luckie <darin@technotic.ca>
MFH: 2019Q3
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Thu, 18 Jan 2018
|
[ 13:33 garga ]
Update debian patch collection to version 17 since 16 is not available anymore
Reported by: David Martin <dmartin@aisliny.com>
MFH: 2018Q1
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Sun, 24 Dec 2017
|
[ 16:30 tijl ]
Convert to USES=autoreconf and remove unneeded -fPIC.
|
Mon, 13 Nov 2017
|
[ 12:12 garga ]
- Add LLD_UNSAFE to fix build with WITH_LLD_IS_LD [1]
- Create OPTIONS to set possible languages to be used at build time instead of
using LOCALE environment variable [2]
- While here, pet portlint
- Bump PORTREVISION
PR: 219716 [1], 223259 [2]
Submitted by: ed@ [1], Matt <fsbruva@yahoo.com> [2]
Reported by: O. Hartmann <iohartmann@walstatt.org> [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Thu, 19 Oct 2017
|
[ 13:47 ak ]
- Fix buffer overflow (CVE-2015-2782)
- Fix absolute path directory traversal (CVE-2015-0557)
- Fix symlink directory traversal (CVE-2015-0556)
- Fix build on armv6
- Fix parallel build
- Make build reproducible
PR: 221589
Submitted by: mikael.urankar@gmail.com
Obtained from: debian patchset 16
Approved by: garga (maintainer)
|
Mon, 20 Oct 2014
|
[ 08:12 marino ] (Only the first 10 of 13 ports in this commit are shown above. )
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
|
Thu, 26 Jun 2014
|
[ 18:18 mandree ]
Mark MAKE_JOBS_UNSAFE to fix the build.
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
|
Wed, 25 Jun 2014
|
[ 03:24 danfe ]
- Remove BROKEN_powerpc, builds and runs just fine (tested on Mac mini G4)
- Avoid changing the same file both via the patch and with sed(1)
- Now that with staging PLIST_FILES become long again, resurrect pkg-plist
- Improve COMMENT, port description, sort the knobs, and cleanup the port
|
Tue, 24 Jun 2014
|
[ 21:45 bapt ]
Simplify Makefile remove GMAKE
|
Thu, 31 Oct 2013
|
[ 23:27 garga ]
. Add LICENSE
. Remove conditional to install DOCS
|
Fri, 27 Sep 2013
|
[ 14:49 garga ]
back to use PORTDOCS
|
Tue, 24 Sep 2013
|
[ 23:55 garga ]
Enable staging
|
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
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Fri, 3 Aug 2012
|
[ 18:39 garga ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
|
[ 15:34 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Fri, 26 Mar 2010
|
[ 11:16 linimon ]
Mark as broken on powerpc: does not install.
Hat: portmgr
|
Tue, 23 Feb 2010
|
[ 10:56 garga ]
Fix segfault on amd64
Reported by: alex at to.govorit.ru
Obtained from: Arj's author
Tested by: Guilherme M. Schroeder <lero420 at gmail.com>
Feature safe: yes
|
Mon, 18 Jan 2010
|
[ 12:25 garga ]
Silent some compiler warnings that could result on program abort
PR: ports/141938 (based on)
Submitted by: Ted Mittelstaedt <tedm@ipinc.net>
|
Tue, 5 Jan 2010
|
[ 11:48 garga ]
Define rules for PORTSCOUT checking in some of my ports
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Wed, 4 Mar 2009
|
[ 17:33 garga ]
- Fix build on recent -CURRENT renaming strnlen local function to _strnlen to
avoid conflict with recent introduced function with the same name on string.h
- Use SF macro for MASTER_SITES
- Remove CFLAGS change from CONFIGURE_ENV and use CHFLAGS +=
- Use PORTDOCS
- Remove 5 lines pkg-plist and use PLIST_FILES
- Change post-extract to post-patch, as used on most ports
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Wed, 27 Jul 2005
|
[ 11:31 garga ]
- Update to 3.10.22
|
Mon, 11 Jul 2005
|
[ 16:47 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 13:03 barner ]
Change maintainer's email address.
Approved by: arved (mentor)
PR: ports/79162
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Thu, 10 Feb 2005
|
[ 20:12 leeym ]
- Fix build errors, now using autoconf-2.59
PR: 77338
Submitted by: Renato Botelho <renato at galle.com.br>
|
Wed, 2 Feb 2005
|
[ 08:38 sem ]
- Grant maintainership to submitter
PR: ports/76965
Submitted by: Renato Botelho <renato(at)galle.com.br>
|
Sat, 17 Jul 2004
|
[ 23:00 sem ]
Update to 3.10.21
Approved by: krion (mentor) (implicitly)
|
Thu, 15 Jul 2004
|
[ 22:59 kris ]
Reset undeliverable maintainer address:
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue
For two consecutive weeks.
|
Sat, 17 Apr 2004
|
[ 19:12 krion ]
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
|
Sun, 22 Feb 2004
|
[ 23:08 krion ]
- Update to version 3.10.19
PR: ports/63240
Submitted by: maintainer
|
Tue, 17 Feb 2004
|
[ 11:00 krion ]
- Update to version 3.10.18.
- Patch for the correct load arjcrypt.so
- Fix build on AMD64
PR: ports/62953 ports/62852
Submitted by: maintainer Hendrik Scholz <hendrik@scholz.net>
|
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)
|
Wed, 3 Sep 2003
|
[ 01:00 leeym ]
Update MASTER_SITES for arj-3.10g
PR: 56264
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
|
Mon, 9 Jun 2003
|
[ 21:08 osa ]
Update to 3.10g [1,2]
Add STRIP=, because stripped arj binaries don't print help topic [2]
Add language-specific options [2]
Change MASTER_SITE_SUBDIR (keramida -> osa) [3]
Replace hardcoded /etc to ${LOCALBASE}/etc [3,4]
Remove -O2 flag for ${CC} [3,4]
Submitted by: [1] Mathieu Arnold <m@absolight.net> (PR 52982)
[2] Konstantin Reznichenko <kot@premierbank.dp.ua> (PR 53079)
(maintainer)
[3] osa
Approved by: [4] maintainer
fjoe (mentor)
|
Fri, 21 Feb 2003
|
[ 10:42 knu ] (Only the first 10 of 26 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 27 Nov 2002
|
[ 23:33 kris ]
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.
Submitted by: keramida
|
Tue, 17 Sep 2002
|
[ 05:17 ijliao ]
add more mastersites
PR: 42788
Submitted by: maintainer
|
Mon, 1 Jul 2002
|
[ 16:07 ijliao ]
add arj 3.10b
Open-source ARJ
PR: 40071
Submitted by: "Konstantin Reznichenko" <kot@premierbank.dp.ua>
|
Number of commits found: 58 |