notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: archivers/arj/Makefile

Number of commits found: 62

Wednesday, 31 Jan 2024
18:44 Dimitry Andric (dim) search for other commits by this committer
archivers/arj: fix build with clang 18

Clang 18 no longer accepts -export-dynamic, which is a linker option,
resulting in an error building archivers/arj:

  cc: error: unknown argument: '-export-dynamic'

Fix this by using the correct spelling, -Wl,--export-dynamic.

PR:		276747
Approved by:	garga (maintainer)
MFH:		2024Q1
commit hash: f12119e85f5ac711d5a4537687fd924bfaca7692 commit hash: f12119e85f5ac711d5a4537687fd924bfaca7692 commit hash: f12119e85f5ac711d5a4537687fd924bfaca7692 commit hash: f12119e85f5ac711d5a4537687fd924bfaca7692 f12119e
Tuesday, 16 Jan 2024
14:02 Renato Botelho (garga) search for other commits by this committer
*/*: Restore GNU_CONFIGURE on my ports

I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization.  Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.

Reported by:	danfe
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 commit hash: 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 08a9c4d
Monday, 15 Jan 2024
19:19 Renato Botelho (garga) search for other commits by this committer
archivers/arj: Move manpages to ${PREFIX}/share

Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 565a0cac07de8b8029a7b904ce0c25b4e2ae5a00 commit hash: 565a0cac07de8b8029a7b904ce0c25b4e2ae5a00 commit hash: 565a0cac07de8b8029a7b904ce0c25b4e2ae5a00 commit hash: 565a0cac07de8b8029a7b904ce0c25b4e2ae5a00 565a0ca
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 31 Aug 2022
10:14 Renato Botelho (garga) search for other commits by this committer
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")
commit hash: 0f379164c78d57e213a306f6a26d06a5cb07019e commit hash: 0f379164c78d57e213a306f6a26d06a5cb07019e commit hash: 0f379164c78d57e213a306f6a26d06a5cb07019e commit hash: 0f379164c78d57e213a306f6a26d06a5cb07019e 0f37916
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreev Maxim
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Anes Mukhametov <anes@anes.su>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ayumi M <ayu@commun.jp>
  *  Carsten Larsen <cs@innolan.dk>
  *  Chin-San Huang <chinsan.tw@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Cyrille Lefevre <cyrille.lefevre@laposte.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Felix Palmen <felix@palmen-it.de>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Burchell <toxic@doobie.com>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  John Marino <marino@FreeBSD.org>
  *  José García Juanino <jjuanino@gmail.com>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kevin Golding <ports@caomhin.org>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Nathan Ahlstrom <nra@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Per Wigren
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Poul-Henning Kamp <phk@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@filez.com>
  *  Radim Kolar <hsn@netmag.cz>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yarodin <yarodin@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf <bf2006a@yahoo.com>
  *  chinsan <chinsan.tw@gmail.com>
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis <iblis.dif01@nctu.edu.tw>
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  mm
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 1ced9d2
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Mar 2021
11:25 garga search for other commits by this committer
archivers/arj: Update debian patchset and fix build

Reported by:	netchild
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Original commitRevision:568739 
Thursday, 23 Jul 2020
19:23 garga search for other commits by this committer
Pet portlint: Declare USES early
Original commitRevision:542955 
Thursday, 7 Nov 2019
11:58 danfe search for other commits by this committer
Catch up with the latest Debian patchset to unbreak the fetch.
Original commitRevision:516966 
Tuesday, 16 Jul 2019
18:46 garga search for other commits by this committer
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)
Original commitRevision:506777 
Thursday, 18 Jan 2018
13:33 garga search for other commits by this committer
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)
Original commitRevision:459324 
Sunday, 24 Dec 2017
16:30 tijl search for other commits by this committer
Convert to USES=autoreconf and remove unneeded -fPIC.
Original commitRevision:457177 
Monday, 13 Nov 2017
12:12 garga search for other commits by this committer
- 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)
Original commitRevision:454107 
Thursday, 19 Oct 2017
13:47 ak search for other commits by this committer
- 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)
Original commitRevision:452421 
Monday, 20 Oct 2014
08:12 marino search for other commits by this committer
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)
Original commitRevision:371241 
Thursday, 26 Jun 2014
18:18 mandree search for other commits by this committer
Mark MAKE_JOBS_UNSAFE to fix the build.
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
Original commitRevision:359408 
Wednesday, 25 Jun 2014
03:24 danfe search for other commits by this committer
- 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
Original commitRevision:359180 
Tuesday, 24 Jun 2014
21:45 bapt search for other commits by this committer
Simplify Makefile remove GMAKE
Original commitRevision:359130 
Thursday, 31 Oct 2013
23:27 garga search for other commits by this committer
. Add LICENSE
. Remove conditional to install DOCS
Original commitRevision:332292 
Friday, 27 Sep 2013
14:49 garga search for other commits by this committer
back to use PORTDOCS
Original commitRevision:328487 
Tuesday, 24 Sep 2013
23:55 garga search for other commits by this committer
Enable staging
Original commitRevision:328220 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Friday, 30 Aug 2013
01:02 bapt search for other commits by this committer
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
Original commitRevision:325646 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Friday, 3 Aug 2012
18:39 garga search for other commits by this committer
Remove unecessary OPTIONS_DEFAULT definitions added on r301957

Reported by:	sunpoet@
Original commit
15:34 garga search for other commits by this committer
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Friday, 26 Mar 2010
11:16 linimon search for other commits by this committer
Mark as broken on powerpc: does not install.

Hat:            portmgr
Original commit
Tuesday, 23 Feb 2010
10:56 garga search for other commits by this committer
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
Original commit
Monday, 18 Jan 2010
12:25 garga search for other commits by this committer
Silent some compiler warnings that could result on program abort

PR:             ports/141938 (based on)
Submitted by:   Ted Mittelstaedt <tedm@ipinc.net>
Original commit
Tuesday, 5 Jan 2010
11:48 garga search for other commits by this committer
Define rules for PORTSCOUT checking in some of my ports
Original commit
Saturday, 22 Aug 2009
00:13 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with A
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Wednesday, 4 Mar 2009
17:33 garga search for other commits by this committer
- 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
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Wednesday, 27 Jul 2005
11:31 garga search for other commits by this committer
- Update to 3.10.22
Original commit
Monday, 11 Jul 2005
16:47 garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
13:03 barner search for other commits by this committer
Change maintainer's email address.

Approved by:            arved (mentor)
PR:                     ports/79162
Original commit
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Thursday, 10 Feb 2005
20:12 leeym search for other commits by this committer
- Fix build errors, now using autoconf-2.59

PR:             77338
Submitted by:   Renato Botelho <renato at galle.com.br>
Original commit
Wednesday, 2 Feb 2005
08:38 sem search for other commits by this committer
- Grant maintainership to submitter

PR:             ports/76965
Submitted by:   Renato Botelho <renato(at)galle.com.br>
Original commit
Saturday, 17 Jul 2004
23:00 sem search for other commits by this committer
Update to 3.10.21

Approved by:    krion (mentor) (implicitly)
Original commit
Thursday, 15 Jul 2004
22:59 kris search for other commits by this committer
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.
Original commit
Saturday, 17 Apr 2004
19:12 krion search for other commits by this committer
- Fix configure warning

PR:             65668 65669 65670 65671 65672 65673
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
Original commit
Sunday, 22 Feb 2004
23:08 krion search for other commits by this committer
- Update to version 3.10.19

PR:             ports/63240
Submitted by:   maintainer
Original commit
Tuesday, 17 Feb 2004
11:00 krion search for other commits by this committer
- 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>
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Wednesday, 3 Sep 2003
01:00 leeym search for other commits by this committer
Update MASTER_SITES for arj-3.10g

PR:             56264
Submitted by:   Konstantin Reznichenko <kot@premierbank.dp.ua>
Original commit
Monday, 9 Jun 2003
21:08 osa search for other commits by this committer
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)
Original commit
Friday, 21 Feb 2003
10:42 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 27 Nov 2002
23:33 kris search for other commits by this committer
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.

Submitted by:   keramida
Original commit
Tuesday, 17 Sep 2002
05:17 ijliao search for other commits by this committer
add more mastersites

PR:             42788
Submitted by:   maintainer
Original commit
Monday, 1 Jul 2002
16:07 ijliao search for other commits by this committer
add arj 3.10b
Open-source ARJ

PR:             40071
Submitted by:   "Konstantin Reznichenko" <kot@premierbank.dp.ua>
Original commit

Number of commits found: 62