aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/dact
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-4/+4
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Switch to USES=localbaseamdmi32016-01-071-3/+3
| | | | - Switch to options helpers
* - Unbreak modules buildamdmi32015-03-013-8/+41
| | | | | | | | | - Switch to @sample - Fix plist - Add LICENSE - Strip binary MFH: 2015Q1
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* Clean up plistbapt2014-10-201-3/+0
|
* - Drop .la files for security/libmcrypt, no dependees require themamdmi32014-09-181-0/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Support stagebapt2014-03-253-21/+20
|
* Remove trailing whitespaces from category archiversehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Remove NOPORT* from archivers. The only holdouts here are ruby@ now.adamw2014-01-031-2/+3
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
| | | | | | LIB_DEPENDS in accessibility With hat: portmgr
* 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-7/+2
| | | | | | | While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-1/+1
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Try to build this on the cluster, now that it has been updated to lzo2.linimon2011-12-111-2/+0
| | | | | Feature safe: yes Hat: portmgr
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Repair INDEX after lzo removal. Mark broken.mandree2011-07-071-3/+5
| | | | PR: ports/156954
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Update to 0.8.42miwi2010-06-062-5/+4
|
* - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-251-0/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Respect NOPORTEXAMPLESmiwi2008-05-242-8/+10
| | | | Reported by: ionbot
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-3/+3
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Respect DESTDIR for all my portsmiwi2006-08-071-2/+6
| | | | | Reviewed by: gabor Approved by: krion (mentor)
* Obey conventions and change my mail to @FreeBSD.org addressmiwi2006-06-171-1/+1
| | | | Approved by: krion (mentor)
* - Update to 0.8.41sem2006-04-193-26/+9
| | | | | | | - Pass maintainership to submitter PR: ports/96023 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - Add SHA256pav2005-11-241-0/+1
|
* Remove explicit checks for /usr/bin/bzip2.edwin2005-11-141-3/+0
| | | | This has been part of the base OS since 4.4.
* Fix plistvs2005-10-091-1/+2
| | | | Submitted by: krisbot
* Cleanup:vs2005-09-273-23/+6
| | | | | - no need for separate Makefile-patch - nuke static lib
* - Backout latest commit, it needs a repocopy due to API change.flz2005-06-011-2/+2
| | | | Noticed by: Matthias Andree <matthias.andree@gmx.de>
* - Bump lzo lib version.flz2005-06-011-1/+2
| | | | - Bump PORTREVISION.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 0.8.39clement2005-01-194-7/+36
| | | | - install shlibs and preserve config file
* - Fix configure warningkrion2004-04-181-0/+1
| | | | | PR: 65668 65669 65670 65671 65672 65673 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+1
|
* - Update to 0.8.35pav2004-01-093-2/+12
| | | | | PR: ports/61088 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* upgrade to 0.8.34ijliao2003-12-134-15/+25
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix fetchingfjoe2003-01-281-2/+4
| | | | PR: 47568
* chase mcrypt lib versionijliao2003-01-041-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* - Conditionalize dependency for archivers/bzip2ijliao2002-05-311-4/+13
| | | | | | | | - Support install macros - Bump portrevision PR: 38704 Submitted by: Ports Fury
* add dact 0.8.11ijliao2002-05-025-0/+34
Dynamic Adaptive Compression Tool