aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing USES=libtool to archivers/snappyDmitry Marakasov2014-06-163-3/+5
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358015
* - Update to 2.00Philippe Audeoud2014-06-162-3/+6
| | | | | | | - Add license Notes: svn path=/head/; revision=357988
* New port archivers/php5-snappyKurt Jaeger2014-06-155-0/+88
| | | | | | | | PR: ports/189885 Submitted by: Melvyn Sopacua <melvyn@magemana.nl> Notes: svn path=/head/; revision=357883
* Reset the 99 ports still listed under sylvio@John Marino2014-06-119-9/+9
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Resurrect archivers/bzip and assign maintainerJohn Marino2014-06-117-0/+174
| | | | | | | | | | | | | | | | | | | | | | This port was removed due not having a publically available distfile. That has been fixed per the PR with maintainership assigned to submitter. Additionally: * The patch-aa was renamed * The patch-ab and patch-ac touched the same file; they were combined and renamed * DragonFly support was added (hence the portrevision bump) * GPLv2 license was annotated * 80-column formatting was respected * PLIST sorted PR: 188939 Submitted by: Chris Hutchinson Tweaks: marino Notes: svn path=/head/; revision=357450
* - Drop .la files, no dependees require themDmitry Marakasov2014-06-102-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=357381
* - Add missing USES=libtoolDmitry Marakasov2014-06-102-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=357379
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-1010-10/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - Remove easy_install dependencyMarcus von Appen2014-06-082-20/+3
| | | | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=356995
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-1/+1
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* - Drop .la files, no dependees require themDmitry Marakasov2014-06-052-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356690
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356674
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356634
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-2/+4
| | | | | | | | | - Fix bash shebang Approved by: portmgr blanket Notes: svn path=/head/; revision=356528
* Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared ↵Vanilla I. Shu2014-06-033-5/+8
| | | | | | | | | | | library version. PR: ports/190409 Submitted by: ports at robakdesign.com Approved by: portmgr@ (for NO_STAGE) Notes: svn path=/head/; revision=356371
* - Use USES=libtoolSunpoet Po-Chuan Hsieh2014-06-032-5/+4
| | | | | | | | - Strip shared library in post-install: - Bump PORTREVISION for package change Notes: svn path=/head/; revision=356335
* Enable the libminizip library which will be used by multimedia/vlc:Tijl Coosemans2014-06-024-49/+41
| | | | | | | | | | | | | | | | - Use the standard MASTER_SITE for zlib. - Replace PLIST_FILES with a separate pkg-plist. - Instead of using the bundled "Makefile" set USE_AUTOTOOLS to generate a new Makefile from Makefile.am that allows building libminizip.so. Also remove MAKE_ARGS, do-install and patch-contrib-minizip-Makefile. - Silence post-patch. - Adjust regression-test. PR: 190179 Approved by: bapt Notes: svn path=/head/; revision=356248
* Fix build with 5.20.Mathieu Arnold2014-06-021-0/+11
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=356224
* - fix sanity in CAT archiversOlli Hauer2014-06-0122-46/+36
| | | | | | | | - USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE Notes: svn path=/head/; revision=356058
* - Fix various distinfo errorsAlex Kozlov2014-05-311-1/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* Reset maintainer, maintainer no longer wishes to maintain those portsAntoine Brodin2014-05-291-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355759
* 2 more ports: convert to USES+= zipJohn Marino2014-05-291-1/+1
| | | | | | | | | | | | USES=zip is currently desired when all distfiles are zip archives, unless the after-extraction arguments are tailored for ${TAR}. Currently USES=zip is incompatible with multiple distfiles of different formats, but this is being worked on. Approved by: general infrastructure blanket Notes: svn path=/head/; revision=355743
* 2 more ports: convert to USES+= zipJohn Marino2014-05-291-2/+1
| | | | | | | | | | USES=zip is required when at least one distfile is a zip archive, unless the after-extraction arguments are tailored for ${TAR} Approved by: general infrastructure blanket Notes: svn path=/head/; revision=355718
* - Add CONFLICTSSofian Brabez2014-05-271-0/+2
| | | | | | | | CR: D70 Approved by: bapt (portmgr) Notes: svn path=/head/; revision=355492
* Convert to USES=luaBaptiste Daroussin2014-05-261-1/+1
| | | | Notes: svn path=/head/; revision=355396
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-262-583/+13
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Horde package update:Martin Matuska2014-05-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1 devel/pear-Horde_Alarm 2.2.0 -> 2.2.1 devel/pear-Horde_Argv 2.0.8 -> 2.0.9 security/pear-Horde_Auth 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.4.2 -> 2.4.3 devel/pear-Horde_Data 2.0.4 -> 2.0.5 devel/pear-Horde_Date 2.0.9 -> 2.0.10 www/pear-Horde_Dav 1.0.4 -> 1.0.6 databases/pear-Horde_Db 2.1.1 -> 2.1.2 devel/pear-Horde_History 2.3.0 -> 2.3.1 graphics/pear-Horde_Image 2.0.7 -> 2.0.8 mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0 devel/pear-Horde_Itip 2.0.5 -> 2.0.6 mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2 devel/pear-Horde_Lock 2.1.0 -> 2.1.1 mail/pear-Horde_Mail 2.2.0 -> 2.3.0 mail/pear-Horde_Mime 2.3.4 -> 2.3.5 mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7 devel/pear-Horde_Nls 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.4.1 -> 1.5.0 devel/pear-Horde_Token 2.0.4 -> 2.0.5 Notes: svn path=/head/; revision=354965
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* - Add liblzxcomp_p.a to orphans whitelistAlex Kozlov2014-05-201-0/+1
| | | | Notes: svn path=/head/; revision=354649
* - Add/update license when possibleAlex Kozlov2014-05-202-0/+4
| | | | | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview Notes: svn path=/head/; revision=354597
* For several MATE related ports:Tijl Coosemans2014-05-182-5/+4
| | | | | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins. Notes: svn path=/head/; revision=354470
* Removed some expired ports:Renato Botelho2014-05-159-189/+0
| | | | | | | | | 2014-05-12 archivers/star: Depends on deprecated smake 2014-05-12 editors/ved: Depends on deprecated smake 2014-04-12 japanese/chasen: Unmaintained since 2001 Notes: svn path=/head/; revision=354150
* Update to 1.27.1. Bug fixes:Christian Weisgerber2014-05-122-5/+4
| | | | | | | | | | | | * Fix unquoting of file names obtained via the -T option. * Fix GNU long link header timestamp (backward compatibility). * Fix extracting sparse members from star archives. PR: 189675 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=353898
* Convert to USES=dos2unixBaptiste Daroussin2014-05-111-1/+2
| | | | Notes: svn path=/head/; revision=353748
* Convert to USES=dos2unixBaptiste Daroussin2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353747
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-101-2/+2
| | | | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. Notes: svn path=/head/; revision=353599
* Update to version 1.17.9Pawel Pekala2014-05-062-3/+3
| | | | Notes: svn path=/head/; revision=353133
* - Support STAGEDIRSofian Brabez2014-05-061-3/+2
| | | | | | | | PR: ports/188462 Submitted by: Bartek Rutkowski <ports at robakdesign.com> Notes: svn path=/head/; revision=353083
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2. Notes: svn path=/head/; revision=353054
* Drop libtool patch and .la library.Tijl Coosemans2014-05-053-13/+2
| | | | Notes: svn path=/head/; revision=353050
* Convert to USES=libtool.Tijl Coosemans2014-05-052-5/+5
| | | | Notes: svn path=/head/; revision=353049
* Remove libtool patching.Tijl Coosemans2014-05-051-8/+0
| | | | Notes: svn path=/head/; revision=352991
* - Update to 0.616Alex Kozlov2014-05-053-4/+4
| | | | | | | | PR: ports/189195 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=352987
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-052-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Remove Author lineSunpoet Po-Chuan Hsieh2014-05-031-2/+0
| | | | Notes: svn path=/head/; revision=352930
* - Remove Author lineSunpoet Po-Chuan Hsieh2014-05-021-1/+0
| | | | Notes: svn path=/head/; revision=352787
* Update to version 1.17.8Pawel Pekala2014-04-292-3/+3
| | | | Notes: svn path=/head/; revision=352631
* Convert from USE_AUTOTOOLS=libtool to uses=libtoolBaptiste Daroussin2014-04-283-14/+15
| | | | | | | | | While here: - archivers/libmspack: * Strip binaries Notes: svn path=/head/; revision=352497