aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/arj
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=alias to several portsmarino2014-10-201-1/+1
| | | | | | | | 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)
* Clean up plistbapt2014-10-201-1/+0
|
* Mark MAKE_JOBS_UNSAFE to fix the build.mandree2014-06-271-0/+1
| | | | Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
* - Remove BROKEN_powerpc, builds and runs just fine (tested on Mac mini G4)danfe2014-06-254-35/+51
| | | | | | - 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
* Simplify Makefile remove GMAKEbapt2014-06-251-10/+4
|
* . Add LICENSEgarga2013-11-011-2/+2
| | | | . Remove conditional to install DOCS
* back to use PORTDOCSgarga2013-09-272-18/+13
|
* Enable staginggarga2013-09-252-18/+25
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-1/+1
| | | | | | | While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
* Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1
|
* Remove unecessary OPTIONS_DEFAULT definitions added on r301957garga2012-08-041-1/+0
| | | | Reported by: sunpoet@
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-3/+6
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Fix BUILD when work is under a NFS mounted partitiongarga2010-10-291-0/+11
| | | | | | PR: ports/151290 Submitted by: Patrick Proniewski <patrick.proniewski@univ-lyon2.fr> Obtained from: Author
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Mark as broken on powerpc: does not install.linimon2010-03-261-1/+7
| | | | Hat: portmgr
* Fix segfault on amd64garga2010-02-234-1/+192
| | | | | | | Reported by: alex at to.govorit.ru Obtained from: Arj's author Tested by: Guilherme M. Schroeder <lero420 at gmail.com> Feature safe: yes
* Silent some compiler warnings that could result on program abortgarga2010-01-182-1/+12
| | | | | PR: ports/141938 (based on) Submitted by: Ted Mittelstaedt <tedm@ipinc.net>
* Define rules for PORTSCOUT checking in some of my portsgarga2010-01-051-0/+2
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with A
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
|
* - Fix build on recent -CURRENT renaming strnlen local function to _strnlen togarga2009-03-052-18/+12
| | | | | | | | | 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Add SHA256garga2005-11-081-0/+1
|
* - Update to 3.10.22garga2005-07-273-14/+4
|
* Change MAINTAINER to my @FreeBSD.org accountgarga2005-07-121-1/+1
| | | | Approved by: flz (mentor)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Change maintainer's email address.barner2005-04-111-1/+1
| | | | | Approved by: arved (mentor) PR: ports/79162
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Fix build errors, now using autoconf-2.59leeym2005-02-111-2/+1
| | | | | PR: 77338 Submitted by: Renato Botelho <renato at galle.com.br>
* - Grant maintainership to submittersem2005-02-021-1/+1
| | | | | PR: ports/76965 Submitted by: Renato Botelho <renato(at)galle.com.br>
* Fix -O2 build. If declared static, integrity_identifier is optimized outdes2004-11-031-0/+11
| | | | since it isn't referenced, so postproc can't find it and the build bombs.
* Update to 3.10.21sem2004-07-182-3/+3
| | | | Approved by: krion (mentor) (implicitly)
* Reset undeliverable maintainer address:kris2004-07-161-1/+1
| | | | | | | | | | ----- 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.
* - Fix configure warningkrion2004-04-181-0/+1
| | | | | PR: 65668 65669 65670 65671 65672 65673 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
* - Update to version 3.10.19krion2004-02-234-21/+6
| | | | | PR: ports/63240 Submitted by: maintainer
* - Update to version 3.10.18.krion2004-02-174-7/+21
| | | | | | | | - Patch for the correct load arjcrypt.so - Fix build on AMD64 PR: ports/62953 ports/62852 Submitted by: maintainer Hendrik Scholz <hendrik@scholz.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update MASTER_SITES for arj-3.10gleeym2003-09-032-4/+5
| | | | | PR: 56264 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
* Update to 3.10g [1,2]osa2003-06-104-31/+29
| | | | | | | | | | | | | | | 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)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE becausekris2002-11-281-2/+2
| | | | | | the latter is often unavailable or slow. Submitted by: keramida
* add more mastersitesijliao2002-09-171-1/+3
| | | | | PR: 42788 Submitted by: maintainer
* add arj 3.10bijliao2002-07-026-0/+74
Open-source ARJ PR: 40071 Submitted by: "Konstantin Reznichenko" <kot@premierbank.dp.ua>