aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 14.2Wen Heping2015-05-072-4/+3
| | | | | PR: 200009 Submitted by: toxic@doobie.com(maintainer)
* Remove _*OWNGRP, with staging it's not useful anymoreAntoine Brodin2015-05-041-1/+1
| | | | | | With hat: portmgr Original submission: bapt Exp-run: self
* Allow packaging as a user by overwriting OWNER/GROUPBaptiste Daroussin2015-05-031-1/+2
| | | | | This does not change the final package at all given root/wheel are the default when nothing is specified in the plist
* Overwrite variables via MAKE_ARGS instead of patching a fileBaptiste Daroussin2015-05-031-15/+3
| | | | | | | | Set OWNER/GROUP to the current building user so that we can stage as a user plist make sure the owner of the final files when installed are the right one Do not create a user from port plist makes it already Do not modify /etc/services from ports plist does is already Remove now uneeded NEED_ROOT
* - Update to 15.1.0Sunpoet Po-Chuan Hsieh2015-04-222-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/news/topfiles/NEWS
* Bump PORTREVISION after r384253 and r384264Jan Beich2015-04-191-1/+1
|
* news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere againJohn Marino2015-04-193-19/+7
| | | | | | Jan Beich fixed the info pages (thanks Jan!) so this enables their building for htick and fidoconf of FreeBSD 11 and DragonFly. While here, commit USES+=makeinfo to -hpt that went uncommitted accidently yesterday.
* Add patches to unbreak INFO build on DragonFly and FreeBSD 11+Jan Beich2015-04-192-0/+45
| | | | | | | | | | | fidoconfig.texi:2534: warning: command @minus does not accept arguments fidoconfig.texi:2555: warning: command @minus does not accept arguments fidoconfig.texi:2547: raising the section level of @subsection which is too low htick.texi:16: unknown command `fg' htick.texi:17: unknown command `mail' htick.texi:18: unknown command `ua' Reported by: pkg-fallout
* news/husky-fidoconf: Test feature rather than OPSYS/OSVERSIONJohn Marino2015-04-181-4/+2
| | | | | | Testing for OPSYS/OSVERSION requires <pre> and <post> inclusions and isn't necessary. All we need is the same logic that USES=makeinfo uses. This simplifies previous commit.
* news/husky-(hpt|htick): Restore build on FreeBSD 11 and DFJohn Marino2015-04-182-6/+17
| | | | | | | | | | | | | The husky-htp texi file can still be processed by the latest texinfo programs, so all it needed was USES+= makeinfo to fix FreeBSD 11. However, the husky-htick texi file is too old, so the makefile was adjusted to not install info if the base texinfo isn't available. While here, use PORTDOCS and remove very short pkg-plist file. The maintainer will be notified so he can restore the info page on all platforms. Approved by: blanket (restores build on FreeBSD 11)
* news/husky(-fidoconf): Unbreak F11 and DragonFly (old texi files)John Marino2015-04-183-23/+35
| | | | | | | | | | | | | | | | | | | | | | The reason all husky ports were bumped is because the -devel package suffix was not removed as intended. It's been removed now so all husky packages have different names. The fidoconf package uses texi files to build an info page and an html page. It appears there is no man page equivalent. I couldn't find a patch to fix the old-format texi files that the latest texinfo programs can read, so I blocked them from building on FreeBSD 11 and DragonFly where the port was broken. While here, I removed %%PORTDOCS%% from man pages. There were installed unconditionally (as they should be), so setting DOCS option to off would have broken the port as well. Also use the INFO definition as it should be rather than hardcoding the pkg-plist. The maintainer will be notified so he can prepare a patch for texi or update the port. Approved by: blanket (unbreaks F11)
* converters/libiconv:Tijl Coosemans2015-04-151-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Consolidate LICENSEsMark Felder2015-04-102-51/+3
| | | | | | | | | This port had a lot of custom licenses defined instead of using the correct licenses that the ports license framework already knows about. Due to incorrect LICENSE_PERMS on these custom licenses the sabnzbdplus package was missing from the official FreeBSD mirrors. While here, modernize the instructions in pkg-message
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-7/+3
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* 8 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-2/+1
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-141-7/+3
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* - cleanup manpagesDirk Meyer2015-03-081-2/+0
|
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-031-2/+1
|
* - Update to 15.0.0Sunpoet Po-Chuan Hsieh2015-02-192-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/news/topfiles/NEWS
* Update to 14.1Mark Felder2015-02-042-4/+4
| | | | Approved by: maintainer, private email
* - Drop @dirrm* from pkg-plistsDmitry Marakasov2015-02-0218-37/+0
| | | | Approved by: portmgr blanket
* - Remove dead master siteNicola Vitale2015-01-243-22/+15
| | | | | | | | | | | | | | - Add LICENSE (GPLv2) - Add databases/py-sqlite3 to run dependencies [1] - Bump PORTREVISION - Use shebangfix - Restrict usage to Python 2 (as its dependency py-gtk2) - Use COPYTREE_SHARE to install data - Fix WWW line in pkg-descr - Remove @dirrm keyword from plist PR: 196636 [1] Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk> [1]
* USE_GCC=any was a lie, nail down to GCC 4.8 as the latest versionGerald Pfeifer2015-01-202-2/+2
| | | | | | | | that will build this on FreeBSD 10 and later (without GCC). [1] On the way remove an instance of @dirrm from pkg-plist. PR: 196913 [1], 196712 [1]
* Designatate 4 ports as unsafe for parallel buildingJohn Marino2015-01-201-0/+2
| | | | | | All had similar errors that it couldn't find something during the build, yet built on a subsequent pass with no adjustments. Most I've seen before on previous bulk runs.
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
|
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - add shebangfixDirk Meyer2015-01-021-2/+6
|
* Bump portrevision after png updateBaptiste Daroussin2014-12-261-1/+1
|
* Properly support png 1.5Antoine Brodin2014-12-253-77/+66
| | | | Obtained from: pkgsrc
* - Update to slrn 1.0.2Johan van Selst2014-12-223-12/+6
| | | | - Update MASTER_SITES
* - ShebangfixAntoine Brodin2014-12-222-6/+3
| | | | - Cleanup plist
* cleanup plistBaptiste Daroussin2014-12-211-1/+0
|
* Sort entries alphabetically across all categories to avoid extra repo churn.Alexey Dokuchaev2014-12-081-1/+1
|
* Update "BSD" licenseMark Felder2014-12-071-1/+1
|
* Remove expired ports:Rene Ladan2014-11-297-336/+0
| | | | | | | | | | | | | | 2014-11-26 vietnamese/vnlpr: Broken for more than 6 months 2014-11-26 devel/fsmgenerator: Broken for more than 6 months 2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m 2014-11-26 news/fidogate-ds: Broken for more than 6 months 2014-11-26 net/py-yadis: Broken for more than 6 months 2014-11-26 textproc/ruby-diff: Broken for more than 6 months 2014-11-26 audio/cowbell: Broken for more than 6 months 2014-11-26 lang/ironpython: Broken for more than 6 months 2014-11-26 www/dpsearch: Broken for more than 6 months 2014-11-26 multimedia/y4mscaler: Broken for more than 6 months 2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2612-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Update to 0.7.20Mark Felder2014-11-263-4/+5
|
* Update to 14.0Mark Felder2014-11-123-17/+6
| | | | PR: 194939
* Update to 0.7.19Mark Felder2014-11-063-95/+7
|
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-10-261-0/+2
|
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-257-18/+11
| | | | Approved by: portmgr (implicit)
* Add USES=alias to several portsJohn Marino2014-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)
* Rename files/diablo.sh-sample to files/diablo.in.Matthias Andree2014-10-113-23/+5
| | | | | | | | Clean up @dirrmtry from pkg-plist. Bump PORTREVISION. PR: 193855 Submitted by: Nikolai Lifanov (maintainer)
* Simplify plistBaptiste Daroussin2014-10-082-10/+13
|
* - Add missing run dependency on perlAntoine Brodin2014-10-043-9/+27
| | | | - Allow staging as a regular user
* - remove @cwdDirk Meyer2014-09-291-15/+14
|
* Fix plistAntoine Brodin2014-09-251-1/+1
|
* Simplify plistBaptiste Daroussin2014-09-231-3/+1
|
* Update to 2.20.Tim Bishop2014-09-162-5/+5
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 13.0Jason E. Hale2014-09-093-26/+29
| | | | | | | | | | | | - Fix shebangs - Allow linking to ncurses library from port or base - Remove post-configure patch and redefine BINMODE instead - Convert USE_PYTHON -> USES=python:run - Use @sample in pkg-plist - Don't install multiple copies of LICENSE PR: 193405 (based on) Submitted by: Toxic <toxic@doobie.com> (maintainer)
* Resurrect news/diabloThomas Zander2014-09-0710-0/+327
| | | | | | | | | | | - Stagify - Assign maintainership to Nikolai Lifanov <lifanov@mail.lifanov.com> - General cleanup of diablo port - Add LICENSE - Bump PORTREVISION PR: 193239 Submitted by: lifanov@mail.lifanov.com
* Remove non staged ports without pending PR from net-p2p, net and newsBaptiste Daroussin2014-09-029-253/+0
|
* Fix build when compiling without NLSJohan van Selst2014-09-011-0/+4
| | | | | PR: 193149 Submitted by: vas@mpeks.tomsk.su
* Make all files owned by news:news as it was in the previous versionJohan van Selst2014-08-312-13/+11
| | | | | Correctly make innbind setuid again Bump PORTREVISION
* Correct owner for data directories (news:news)Johan van Selst2014-08-312-31/+39
| | | | | | Add missing @sample keywords Reported by: naddy
* - StagifyJohan van Selst2014-08-276-157/+270
| | | | | - Update to 2.5.4 - Adopt port
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* No need to show pkg-message with staging.Bryan Drewery2014-08-211-3/+0
| | | | | It already shows. This was showing after installing to stagedir, and then the new default would show on install as well
* 2014-08-20 deskutils/horde3-hermes: EOL in April 2012Antoine Brodin2014-08-205-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-08-20 deskutils/horde3-klutz: EOL in April 2012 2014-08-20 deskutils/horde3-kronolith: EOL in April 2012 2014-08-20 deskutils/horde3-mnemo: EOL in April 2012 2014-08-20 devel/horde3-chora: EOL in April 2012 2014-08-20 ftp/horde3-gollem: EOL in April 2012 2014-08-20 games/linux-steam: Unmaintained interactive port 2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo 2014-08-20 mail/horde3-dimp: EOL in April 2012 2014-08-20 mail/horde3-forwards: EOL in April 2012 2014-08-20 mail/horde3-ingo: EOL in April 2012 2014-08-20 mail/horde3-mimp: EOL in April 2012 2014-08-20 mail/horde3-vacation: EOL in April 2012 2014-08-20 net-mgmt/horde3-nic: EOL in April 2012 2014-08-20 net-mgmt/nocol: Unmaintained interactive port 2014-08-20 net-mgmt/ourmon: Unmaintained interactive port 2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port 2014-08-20 news/p5-NNML: Unmaintained interactive port 2014-08-20 print/dvips: Unmaintained interactive port 2014-08-20 print/xdvi: Unmaintained interactive port 2014-08-20 security/horde3-jeta: EOL in April 2012 2014-08-20 security/hunch: Likely unused interactive port 2014-08-20 www/horde3-ansel: EOL in April 2012 2014-08-20 www/horde3-meta: EOL in April 2012 2014-08-20 www/horde3-passwd: EOL in April 2012 2014-08-20 www/horde3-trean: EOL in April 2012 2014-08-20 www/wwwcount: Ancient interactive port 2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
* Remove '-devel' prefix from husky* portsJohn Marino2014-08-2040-77/+67
| | | | | | Today the older unstaged husky-* ports were removed as the first part of a transition move the development versions into their place. This commit completes the relocation of husky-*-devel ports.
* news/husky*: Remove Husky ports to pave way for next versionJohn Marino2014-08-2062-1099/+0
| | | | | | | | In a two-step process, the Husky ports that are due to be removed on September 1 are being removed now. The next step will be to rename the husky-*-devel ports to plain husky-* Approved by: former maintainer (fjoe@)
* Add USES=makeinfo. It still doesn't build but at least it fails using theAdam Weinberger2014-08-161-1/+1
| | | | correct tools.
* news/husky-devel: fix non-gcc buildsJohn Marino2014-08-112-9/+41
| | | | | PR: 192574 Submitted by: maintainer (Oleg Sharoyko)
* Fix build without gcc.Adam Weinberger2014-08-061-0/+2
|
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-061-1/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* Update development versions of husky portsJohn Marino2014-08-0550-551/+664
| | | | | | | | | | | The husky-base-devel port was removed, and three ports were added in this mass update: - husky-areafix-devel - husky-devel - husky-huskylib-devel PR: 185154 Submitted by: maintainer (Oleg Sharoyko)
* - fix build for pkg-1.3.4Dirk Meyer2014-08-042-1/+4
|
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-041-6/+6
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* - rename patch filesDirk Meyer2014-08-031-0/+0
|
* - rename patch filesDirk Meyer2014-08-037-104/+104
| | | | - rename MACROS
* - Use USES=twistedSunpoet Po-Chuan Hsieh2014-08-021-4/+1
|
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* Remove the final usages of USE_XZ from the tree, and replace them withAdam Weinberger2014-07-301-1/+1
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-3012-0/+0
| | | | '__' instead.
* Rename news/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2935-18/+18
|
* net/openldap24-*:Tijl Coosemans2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-2517-17/+17
| | | | With hat: portmgr
* Fix build without gcc.Adam Weinberger2014-07-241-2/+4
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-2/+2
| | | | With hat: portmgr
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-1611-6/+22
|
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.Adam Weinberger2014-07-161-1/+1
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-164-2/+6
|
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-1514-14/+14
| | | | With hat: portmgr
* Update to 0.7.18Mark Felder2014-07-102-4/+3
| | | | Submitted by: bryce@cobryce.com
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-1010-10/+10
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* - Update to 14.0.0Sunpoet Po-Chuan Hsieh2014-07-073-41/+5
| | | | | | | - Use PYDISTUTILS_AUTOPLIST - Use USES=tar:bzip2 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/news/topfiles/NEWS
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-052-6/+12
|
* Make those ports more likely to build with texinfo from portsAntoine Brodin2014-07-025-0/+5
| | | | With hat: portmgr
* news/p5-NNML: interactive port is no longer maintained, so deprecateJohn Marino2014-06-301-0/+3
| | | | | This port will be removed after 20 August with the other unmaintained interactive ports unless someone converts it to a regular port.
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-0/+1
| | | | With hat: portmgr
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-255-10/+10
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Stagify.Vanilla I. Shu2014-06-241-9/+2
| | | | Approved by: portmgr@ (blanket approval)
* - Remove easy_install dependencyMarcus von Appen2014-06-152-33/+5
| | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-112-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Convert gmake to USESMartin Wilke2014-05-291-1/+1
|
* - Please poudriere build by using @sample (better and simpler)Johan van Selst2014-05-242-7/+5
| | | | - Bump PORTREVISION
* - Update to 2.19Tim Bishop2014-05-142-3/+4
| | | | - Add NO_ARCH
* Remove ftp://ftp.i-scream.org/ master site. The http equivalent stillTim Bishop2014-05-131-1/+0
| | | | exists. Also remove DIST_SUBDIR where there's no need to have it.
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-5/+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
* Update to tin 2.2.1Johan van Selst2014-05-043-54/+25
|
* - Fix plist to have proper 'rmdir DIR' ordering.Bryan Drewery2014-04-212-25/+25
| | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Just spotted in the 0.7.17 changelog they implemented my request for fullMark Felder2014-04-162-2/+5
| | | | | | | | control over the pidfile! Now we no longer scrape the config file to guess its name, which was based on both the hostname of the server and the port. Previously, if you changed the hostname of your server you could no longer signal the running sabnzbd process through the rc framework...
* update to 0.7.17Mark Felder2014-04-163-96/+106
|
* Mark broken: Fails to configureAntoine Brodin2014-04-131-0/+2
| | | | | | | configure: error: use --with-newsbindir=DIR or --without-news option ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* StagifyKoop Mast2014-04-111-7/+5
| | | | | | | | | USES=gmake tar:bzip2 and sort USES Use new LIB_DEPENDS syntax. Add USE_GCC=any to fix the build on 10.0+. [1] PR: ports/182203 [1] Submitted by: Walter Hurry <walterhurry@gmail.com>
* Fix bash detection in the makefileBaptiste Daroussin2014-04-041-2/+5
| | | | Reported by: QAT
* Properly strip binaries and support cross buildingBaptiste Daroussin2014-04-041-1/+4
|
* Do not leak stagedir in the generated binaryBaptiste Daroussin2014-04-042-4/+25
| | | | | | Remove now useless pre-su target MFH: 2014Q2
* Remove expired ports:Rene Ladan2014-04-027-1630/+0
| | | | | | | | | | | | | 2014-02-27 devel/hyena: Broken for more than 6 month 2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards 2014-04-01 security/gnutls-devel: Stale, broken and vulnerable 2014-04-01 sysutils/epylog: distfiles no longer fetchable 2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted 2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted 2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted 2014-04-01 news/dnews: Unmaintained, interactive and restricted 2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead 2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
* Missed a ${STAGEDIR}Adam Weinberger2014-03-301-2/+2
|
* Missed a direct access of $PREFIXAdam Weinberger2014-03-303-1/+13
|
* --with-news makes configure barf. Only use --without-news and --with-newsbindir=Adam Weinberger2014-03-301-1/+1
|
* Add stage support to news, and improve correctness.Adam Weinberger2014-03-3039-678/+869
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am not touching the husky ports with a 10 foot pole. atp: stage, improve pkg-message crashmail: stage diablo: too wacky to stage, but convert WITH_* to OPTIONS, unmute commands that shouldn't be muted, use :MDOCS fidogate-ds: stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle /var/* in the plist properly golded+: stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% nntpbtr: this was an unbelievably PITA stage, add missing prototypes, add missing return types, rename patch files to what they actually patch nntpcache: stage support, required lots of Makefile.in patching, call submakes correctly, handle config files properly nzbperl: stage, use OPTIONS, remove obsolete pkg-message papercut: stage, handle config file properly py-pynzb: stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion s-news: stage slrnconf: stage slrnface: stage, install required files to datadir, not examplesdir, generate proper pkg-message sn: stage
* - fix build with clang againDirk Meyer2014-03-292-23/+46
| | | | Submitted by: Wolfgang Zenker
* Fix character set selection that was broken with iconv from baseJohan van Selst2014-03-271-1/+2
| | | | | PR: ports/187847 Submitted by: David Marec <david.marec@davenulle.org>
* - revert r346880Dirk Meyer2014-03-1911-64/+357
| | | | | | | Approved by: bapt - update LICENSE - fix build with new clang
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
|
* Convert n* to USES=zipBaptiste Daroussin2014-03-111-2/+1
|
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
|
* Fix build with clangBaptiste Daroussin2014-03-031-4/+2
|
* Deprecated some unmaintained, interactive and restricted portsAntoine Brodin2014-03-021-0/+2
|
* Define DOCS optionEmanuel Haupt2014-02-271-0/+2
|
* Support stagingEmanuel Haupt2014-02-272-16/+11
|
* Support stagingEmanuel Haupt2014-02-251-5/+3
|
* - Support stagingEmanuel Haupt2014-02-252-16/+14
| | | | | - Use shebangfix - Define DOCS
* Remove trailing whitespaces from category newsEmanuel Haupt2014-02-213-3/+3
|
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-151-1/+1
| | | | With hat: portmgr
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-131-3/+0
| | | | any install target.
* Stage supportAntoine Brodin2014-02-121-1/+0
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-103-0/+7
| | | | | | | | | | | 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)
* Enable stage supportJohan van Selst2014-02-103-12/+15
|
* Enable stage supportJohan van Selst2014-02-083-16/+21
|
* Support staging.Emanuel Haupt2014-02-062-4/+4
|
* Enable stage supportJohan van Selst2014-02-061-8/+5
|
* - Stage supportMartin Wilke2014-02-031-3/+2
|
* Switch from ispell to aspell-ispellBaptiste Daroussin2014-01-281-1/+1
|
* Fix properties on pkg-plistBaptiste Daroussin2014-01-223-3/+0
|
* Update to 12.0.Raphael Kubo da Costa2014-01-193-4/+4
| | | | | | PR: ports/185750 Submitted by: feld@ Approved by: Jeff Burchell <toxic@doobie.com> (maintainer)
* Python cleanup:Rene Ladan2014-01-145-5/+5
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* correct plist for stagingJohan van Selst2014-01-111-0/+3
|
* Enable stage supportJohan van Selst2014-01-111-4/+4
|
* - stage supportAndrej Zverev2014-01-054-6/+2
| | | | Approved by: portmgr (blanket infrastructure)
* - Tell bmake we use the old :L :U modifiersDima Panov2013-12-311-0/+3
| | | | | PR: 185301 Submitted by: naddy@
* - Enable STAGE supportJohan van Selst2013-12-302-35/+17
| | | | - Simplify OPTIONS handling
* - new options PGP2 PGPIN PGPGPGDirk Meyer2013-12-291-1/+15
| | | | - do not default to security/pgp, which is broken on amd64
* - apply gawk patch in any caseDirk Meyer2013-12-281-5/+2
|
* - add LICENSEDirk Meyer2013-12-281-0/+2
|
* - Update tin to 2.2.0Johan van Selst2013-12-283-16/+23
| | | | - Enable STAGE support
* - new option INETDDirk Meyer2013-12-281-2/+8
|
* Support stageBaptiste Daroussin2013-12-271-10/+6
| | | | Fix shebang
* Support stageBaptiste Daroussin2013-12-272-6/+25
| | | | Fix build with modern compilers
* Support stageBaptiste Daroussin2013-12-271-6/+3
|
* Support stageBaptiste Daroussin2013-12-272-5/+8
| | | | Fix configure script with clang
* Support stageBaptiste Daroussin2013-12-271-4/+4
| | | | | Fix build with clang Allow packaging as user
* Support stageBaptiste Daroussin2013-12-271-4/+3
|
* Support stageBaptiste Daroussin2013-12-271-11/+6
|
* Support stageBaptiste Daroussin2013-12-271-11/+6
|
* Support stageBaptiste Daroussin2013-12-271-2/+1
|
* Add the missing plist bitsBaptiste Daroussin2013-12-271-0/+2
|
* Support gccBaptiste Daroussin2013-12-271-16/+8
| | | | Fix build on head but enforcing gcc
* Support stageBaptiste Daroussin2013-12-272-28/+10
|
* Support stageBaptiste Daroussin2013-12-272-12/+7
|
* Support stageBaptiste Daroussin2013-12-271-2/+1
|
* Support stageBaptiste Daroussin2013-12-271-7/+4
|
* Support stageBaptiste Daroussin2013-12-271-10/+7
|
* Support stageBaptiste Daroussin2013-12-272-8/+4
|
* Support stageBaptiste Daroussin2013-12-272-5/+5
|
* Support stageBaptiste Daroussin2013-12-271-4/+3
|
* - use STAGEDIRDirk Meyer2013-12-213-17/+21
|
* - reset owner/groupDirk Meyer2013-12-211-0/+2
|
* - use STAGEDIRDirk Meyer2013-12-192-15/+17
|
* - use OPTIONS_SINGLEDirk Meyer2013-12-191-3/+1
| | | | - merge defines to master
* - use STAGEDIRDirk Meyer2013-12-196-57/+71
| | | | | | | - use OPTIONS_SINGLE - merge defines from slave - cleanup patches - fix path to rnews
* - use STAGEDIRDirk Meyer2013-12-196-107/+160
| | | | | | | - use OPTIONS_DEFINE - honor option EXAMPLES - use pkg-message - change default path for over.view, note in UPDATING
* - use STAGEDIRDirk Meyer2013-12-182-6/+5
|
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run
* Redesigned rc script to use a pidfile instead of attempting to use web APIMark Felder2013-12-062-58/+12
| | | | | | | | | | | which cannot stop the server in some configurations. I've confirmed in the python codepath that both the web API shutdown and the signal handling both call save_state() so it is safe to shutdown this way. PR: ports/177944 Approved by: crees (mentor)
* - use STAGEDIRDirk Meyer2013-12-021-4/+10
| | | | - USES=gmake
* - Support STAGEDIRLi-Wen Hsu2013-11-291-1/+0
|
* - Chase the update of INN;Thierry Thomas2013-11-283-21/+29
| | | | - Stagify.
* - Update WWW:Sunpoet Po-Chuan Hsieh2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* Unbreak clang build.Max Khon2013-11-181-0/+11
|
* Fix clang-only build.Max Khon2013-11-181-2/+11
|
* - Missed new etc files.Dima Panov2013-11-181-1/+2
| | | | Reported by: QAT
* - Fix MLINKSDima Panov2013-11-181-2/+3
|
* - Oops, forgot about MAN section during update :(Dima Panov2013-11-181-9/+10
| | | | Noticed by: QAT
* - Update to 2.5.3 security releaseDima Panov2013-11-177-130/+42
| | | | | | | | - Remove outdated patches - Preserve configured database during upgrade [1] PR: 183614 [1] Submitted by: Horia Racoviceanu [1]
* - use STAGEDIRDirk Meyer2013-11-173-22/+31
| | | | - rename patchfiles
* - Update to 13.2.0Sunpoet Po-Chuan Hsieh2013-11-162-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/news/topfiles/NEWS
* support STAGEDIR.Vanilla I. Shu2013-11-052-6/+6
|
* - support STAGEDIRAndrej Zverev2013-11-036-11/+5
|
* Give up on empty directory games about lib/leafnode.Matthias Andree2013-10-313-12/+9
| | | | Fix massively broken pkg-plist. (Bump PORTREVISION.)
* Attempt to fix build issues.Matthias Andree2013-10-312-11/+13
| | | | Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION.
* - Reset maintainer to ports@Rusmir Dusko2013-10-301-1/+1
| | | | | | PR: ports/183261 Submitted by: chris petrik <c.petrik.sosa@gmail.com> Approved by: pawel / wg (mentors, implicit)
* - revert r331810Dirk Meyer2013-10-292-3/+11
|
* - use PLIST_FILESDirk Meyer2013-10-282-7/+7
|
* - use STAGEDIRDirk Meyer2013-10-281-10/+6
| | | | - use OPTIONS_DEFINE
* Support staging.Emanuel Haupt2013-10-261-7/+5
|
* Support staging.Matthias Andree2013-10-242-17/+20
| | | | | | | | | Reorder Makefile targets (post-install after post-patch). Update to new LIB_DEPENDS format. Disable chown, and leave that to the package. Note that this apparently exposes issues with poudriere testport/make check-orphans due to absolute /var paths.
* - Return ports to the poolAlex Kozlov2013-10-242-2/+2
| | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery)
* - General cleanupMark Felder2013-10-182-14/+20
| | | | | | | | | | | | - unrar and Python are default enabled options - New p7zip option, disabled by default - The final release of 11.0 only requires --disable-sigchld-handler on 32bit FreeBSD [1] [1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10 PR: ports/183026 Approved by: maintainer, swills (mentor)
* - Remove no longer needed MAN1 from Makefile.Tim Bishop2013-10-181-1/+0
| | | | Submitted by: az
* - Update to 2.18 [1]Tim Bishop2013-10-174-42/+46
| | | | | | - Add stage support Submitted by: Andre Heider <a.heider@gmail.com> [1]
* - Update from 10.2 to 11.0 [1]Danilo Egea Gondolfo2013-10-113-31/+30
| | | | | | | | | | | - Remove gmake from USES [1] - Convert LIB_DEPENDS to new syntax - Add options helpers - Add stage support PR: ports/182867 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
* - Update to 0.7.16Mark Felder2013-10-083-16/+14
| | | | | | - STAGE support Approved by: crees (mentor)
* Use PKGNAMESUFFIX and remove NO_LATEST_LINKJohan van Selst2013-10-061-1/+1
| | | | Suggested by: bapt
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1Baptiste Daroussin2013-10-058-91/+0
| | | | Approved by: gnome (implicit)
* Support staging, and update LIB_DEPENDS format.Matthias Andree2013-10-012-22/+36
|
* - fix perl compatibility with getoptDirk Meyer2013-09-242-3/+15
|
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-231-1/+1
|
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-219-9/+14
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2189-155/+119
| | | | news)
* - Add explicit $ICONV_LIBGuido Falsi2013-09-201-1/+1
| | | | | Submitted by: marino Approved by: portmgr (bapt, implicit)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-144-7/+5
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add missing iconv in USES.Guido Falsi2013-09-131-1/+1
| | | | | Reported by: swills Approved by: portmgr (bapt, implicit)
* - Update to 13.1.0Sunpoet Po-Chuan Hsieh2013-09-082-13/+9
| | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/news/topfiles/NEWS
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-051-1/+1
|
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-052-2/+2
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Fix SSL and Feedparser optionsMark Felder2013-09-051-2/+2
| | | | | PR: ports/181806 Approved by: crees (mentor)
* - cleanup configure stageDirk Meyer2013-09-042-12/+60
| | | | - fix side effects in Makefile
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
|
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0211-11/+14
| | | | Approved by: portmgr (bapt@, blanket)
* - Enable SSL by default again, missed during OptionsNG conversion in r325030Alexey Dokuchaev2013-08-301-2/+3
| | | | | | | | | - Fix a silly typo: double -e option was passed to sed(1), breaking slave `news/suck-cnews' port - Bump port revision, as defaults had changed (again) Noticed by: dinoex Pointy hat to: danfe
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
|
* Remove expired ports:Rene Ladan2013-08-285-612/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
* Couple of minor, non-functional changes forgotten in the previous commits.Alexey Dokuchaev2013-08-251-1/+1
|
* - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGSAlexey Dokuchaev2013-08-252-18/+22
| | | | | | | | | | | | - Trim Makefile header, fix a typo in email address - Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs - Allow non-root installation: pre-install should be pre-su-install since it touches non-user writable directory - Make INSTALL_DATA command atomic and $cwd-agnostic - While here, fix port description: drop explicit author attribution and use space, not tab, after WWW: per PH section 3.2.1 Approved by: miwi, bapt (portmgr, implicit)
* - Attempt to unbreak parallel (-jX) builds: call sub-makes correctlyAlexey Dokuchaev2013-08-221-14/+17
| | | | | | | | | - Pad pkg-message display for consistency of port vs. package install - Cleanup the port a bit: drop gratuitous variables, use REINPLACE_CMD instead of MV/SED, convert to OptionsNG, etc. Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - Unbreak parallel builds (sf.net ticket #116)Alexey Dokuchaev2013-08-215-4/+172
| | | | | | | | - Cleanup Makefile a bit while here - Kill EOL space, correctly spell FidoNet Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - Allow parallel (-jX) builds to work: some object filesAlexey Dokuchaev2013-08-201-24/+26
| | | | | | | | | | | depend on the generated header; convert USE_GMAKE - Use contemporary form of MASTER_SITES for local distfiles - Convert to OptionsNG (SSL and EXAMPLES only this time) - Utilize REINPLACE_CMD more vividly in post-patch - Simplify installation of examples while here Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - Fix build on CURRENTSteve Wills2013-08-191-1/+1
|
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-152-2/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert to new perl frameworkAndrej Zverev2013-07-317-23/+15
| | | | - Trim Makefile header
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-1/+1
| | | | Approved by: swills (mentor)
* - Fix Makefile header, normalize COMMENT, add LICENSEAlexey Dokuchaev2013-07-273-21/+24
| | | | | | | | | | | - Make the port parallel build (-jX) safe - Install manual page relative to MANPREFIX - Convert to OptionsNG (DOCS), sort the knobs, etc. - Reformat pkg-message, convert three-line pkg-plist While here, mute REINPLACE_CMD (debug leftover) from previous commit. Reported by: pointyhat-west
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-271-0/+2
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-278-118/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-3/+0
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Update my email address throughout the treeMark Felder2013-07-251-1/+1
| | | | Approved by: swills (mentor)
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
|