aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
ModeNameSize
-rw-r--r--.cvsignore43logstatsplainblame
-rw-r--r--ChangeLog311893logstatsplainblame
-rw-r--r--ChangeLog.pre-1-4615750logstatsplainblame
-rw-r--r--Makefile.am377logstatsplainblame
-rw-r--r--addressbook.error.xml5103logstatsplainblame
d---------conduit170logstatsplain
d---------gui301logstatsplain
d---------importers297logstatsplain
d---------printing716logstatsplain
d---------tools543logstatsplain
d---------util207logstatsplain
>vanilla2014-06-241-9/+2 | | | | Approved by: portmgr@ (blanket approval) * - Remove easy_install dependencymva2014-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.tijl2014-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 USESmiwi2014-05-291-1/+1 | * - Please poudriere build by using @sample (better and simpler)johans2014-05-242-7/+5 | | | | - Bump PORTREVISION * - Update to 2.19tdb2014-05-142-3/+4 | | | | - Add NO_ARCH * Remove ftp://ftp.i-scream.org/ master site. The http equivalent stilltdb2014-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 :tlbapt2014-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.1johans2014-05-043-54/+25 | * - Fix plist to have proper 'rmdir DIR' ordering.bdrewery2014-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 presentszeising2014-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 fullfeld2014-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.17feld2014-04-163-96/+106 | * Mark broken: Fails to configureantoine2014-04-131-0/+2 | | | | | | | configure: error: use --with-newsbindir=DIR or --without-news option ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout * Stagifykwm2014-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 makefilebapt2014-04-041-2/+5 | | | | Reported by: QAT * Properly strip binaries and support cross buildingbapt2014-04-041-1/+4 | * Do not leak stagedir in the generated binarybapt2014-04-042-4/+25 | | | | | | Remove now useless pre-su target MFH: 2014Q2 * Remove expired ports:rene2014-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}adamw2014-03-301-2/+2 | * Missed a direct access of $PREFIXadamw2014-03-303-1/+13 | * --with-news makes configure barf. Only use --without-news and --with-newsbindir=adamw2014-03-301-1/+1 | * Add stage support to news, and improve correctness.adamw2014-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 againdinoex2014-03-292-23/+46 | | | | Submitted by: Wolfgang Zenker * Fix character set selection that was broken with iconv from basejohans2014-03-271-1/+2 | | | | | PR: ports/187847 Submitted by: David Marec <david.marec@davenulle.org> * - revert r346880dinoex2014-03-1911-64/+357 | | | | | | | Approved by: bapt - update LICENSE - fix build with new clang * Quiesce mkdirehaupt2014-03-181-1/+1 | * Convert n* to USES=zipbapt2014-03-111-2/+1 | * - remove broken MANPREFIXdinoex2014-03-041-1/+1 | * Fix build with clangbapt2014-03-031-4/+2 | * Deprecated some unmaintained, interactive and restricted portsantoine2014-03-021-0/+2 | * Define DOCS optionehaupt2014-02-271-0/+2 | * Support stagingehaupt2014-02-272-16/+11 | * Support stagingehaupt2014-02-251-5/+3 | * - Support stagingehaupt2014-02-252-16/+14 | | | | | - Use shebangfix - Define DOCS * Remove trailing whitespaces from category newsehaupt2014-02-213-3/+3 | * - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1 | | | | With hat: portmgr * Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forehaupt2014-02-131-2/+0 | | | | | | afterwards. Encouraged by: mat * Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-3/+0 | | | | any install target. * Stage supportantoine2014-02-121-1/+0 | * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-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 supportjohans2014-02-103-12/+15 | * Enable stage supportjohans2014-02-083-16/+21 | * Support staging.ehaupt2014-02-062-4/+4 | * Enable stage supportjohans2014-02-061-8/+5 | * - Stage supportmiwi2014-02-031-3/+2 | * Switch from ispell to aspell-ispellbapt2014-01-281-1/+1 | * Fix properties on pkg-plistbapt2014-01-223-3/+0 | * Update to 12.0.rakuco2014-01-193-4/+4 | | | | | | PR: ports/185750 Submitted by: feld@ Approved by: Jeff Burchell <toxic@doobie.com> (maintainer) * Python cleanup:rene2014-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 stagingjohans2014-01-111-0/+3 | * Enable stage supportjohans2014-01-111-4/+4 | * - stage supportaz2014-01-054-6/+2 | | | | Approved by: portmgr (blanket infrastructure) * - Tell bmake we use the old :L :U modifiersfluffy2013-12-311-0/+3 | | | | | PR: 185301 Submitted by: naddy@ * - Enable STAGE supportjohans2013-12-302-35/+17 | | | | - Simplify OPTIONS handling * - new options PGP2 PGPIN PGPGPGdinoex2013-12-291-1/+15 | | | | - do not default to security/pgp, which is broken on amd64 * - apply gawk patch in any casedinoex2013-12-281-5/+2 | * - add LICENSEdinoex2013-12-281-0/+2 | * - Update tin to 2.2.0johans2013-12-283-16/+23 | | | | - Enable STAGE support * - new option INETDdinoex2013-12-281-2/+8 | * Support stagebapt2013-12-271-10/+6 | | | | Fix shebang * Support stagebapt2013-12-272-6/+25 | | | | Fix build with modern compilers * Support stagebapt2013-12-271-6/+3 | * Support stagebapt2013-12-272-5/+8 | | | | Fix configure script with clang * Support stagebapt2013-12-271-4/+4 | | | | | Fix build with clang Allow packaging as user * Support stagebapt2013-12-271-4/+3 | * Support stagebapt2013-12-271-11/+6 | * Support stagebapt2013-12-271-11/+6 | * Support stagebapt2013-12-271-2/+1 | * Add the missing plist bitsbapt2013-12-271-0/+2 | * Support gccbapt2013-12-271-16/+8 | | | | Fix build on head but enforcing gcc * Support stagebapt2013-12-272-28/+10 | * Support stagebapt2013-12-272-12/+7 | * Support stagebapt2013-12-271-2/+1 | * Support stagebapt2013-12-271-7/+4 | * Support stagebapt2013-12-271-10/+7 | * Support stagebapt2013-12-272-8/+4 | * Support stagebapt2013-12-272-5/+5 | * Support stagebapt2013-12-271-4/+3 | * - use STAGEDIRdinoex2013-12-213-17/+21 | * - reset owner/groupdinoex2013-12-211-0/+2 | * - use STAGEDIRdinoex2013-12-192-15/+17 | * - use OPTIONS_SINGLEdinoex2013-12-191-3/+1 | | | | - merge defines to master * - use STAGEDIRdinoex2013-12-196-57/+71 | | | | | | | - use OPTIONS_SINGLE - merge defines from slave - cleanup patches - fix path to rnews * - use STAGEDIRdinoex2013-12-196-107/+160 | | | | | | | - use OPTIONS_DEFINE - honor option EXAMPLES - use pkg-message - change default path for over.view, note in UPDATING * - use STAGEDIRdinoex2013-12-182-6/+5 | * New USES=twisted, to replace the old USE_TWISTED knob.mva2013-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 APIfeld2013-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 STAGEDIRdinoex2013-12-021-4/+10 | | | | - USES=gmake * - Support STAGEDIRlwhsu2013-11-291-1/+0 | * - Chase the update of INN;thierry2013-11-283-21/+29 | | | | - Stagify. * - Update WWW:sunpoet2013-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.fjoe2013-11-181-0/+11 | * Fix clang-only build.fjoe2013-11-181-2/+11 | * - Missed new etc files.fluffy2013-11-181-1/+2 | | | | Reported by: QAT * - Fix MLINKSfluffy2013-11-181-2/+3 | * - Oops, forgot about MAN section during update :(fluffy2013-11-181-9/+10 | | | | Noticed by: QAT * - Update to 2.5.3 security releasefluffy2013-11-177-130/+42 | | | | | | | | - Remove outdated patches - Preserve configured database during upgrade [1] PR: 183614 [1] Submitted by: Horia Racoviceanu [1] * - use STAGEDIRdinoex2013-11-173-22/+31 | | | | - rename patchfiles * - Update to 13.2.0sunpoet2013-11-162-3/+3 | | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/news/topfiles/NEWS * support STAGEDIR.vanilla2013-11-052-6/+6 | * - support STAGEDIRaz2013-11-036-11/+5 | * Give up on empty directory games about lib/leafnode.mandree2013-10-313-12/+9 | | | | Fix massively broken pkg-plist. (Bump PORTREVISION.) * Attempt to fix build issues.mandree2013-10-312-11/+13 | | | | Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION. * - Reset maintainer to ports@nemysis2013-10-301-1/+1 | | | | | | PR: ports/183261 Submitted by: chris petrik <c.petrik.sosa@gmail.com> Approved by: pawel / wg (mentors, implicit) * - revert r331810dinoex2013-10-292-3/+11 | * - use PLIST_FILESdinoex2013-10-282-7/+7 | * - use STAGEDIRdinoex2013-10-281-10/+6 | | | | - use OPTIONS_DEFINE * Support staging.ehaupt2013-10-261-7/+5 | * Support staging.mandree2013-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 poolak2013-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 ↵amdmi32013-10-221-1/+0 | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) * - General cleanupfeld2013-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.tdb2013-10-181-1/+0 | | | | Submitted by: az * - Update to 2.18 [1]tdb2013-10-174-42/+46 | | | | | | - Add stage support Submitted by: Andre Heider <a.heider@gmail.com> [1] * - Update from 10.2 to 11.0 [1]danilo2013-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.16feld2013-10-083-16/+14 | | | | | | - STAGE support Approved by: crees (mentor) * Use PKGNAMESUFFIX and remove NO_LATEST_LINKjohans2013-10-061-1/+1 | | | | Suggested by: bapt * Removed unmaintained (ports@) or gnome@ ports depending on gnome1bapt2013-10-058-91/+0 | | | | Approved by: gnome (implicit) * Support staging, and update LIB_DEPENDS format.mandree2013-10-012-22/+36 | * - fix perl compatibility with getoptdinoex2013-09-242-3/+15 | * Fix NO_STAGE attributionbapt2013-09-231-1/+1 | * - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-219-9/+14 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2189-155/+119 | | | | news) * - Add explicit $ICONV_LIBmadpilot2013-09-201-1/+1 | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) * - convert to the new perl5 frameworkaz2013-09-144-7/+5 | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) * Add missing iconv in USES.madpilot2013-09-131-1/+1 | | | | | Reported by: swills Approved by: portmgr (bapt, implicit) * - Update to 13.1.0sunpoet2013-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 pkgconfbapt2013-09-051-1/+1 | * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-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-CURRENTmadpilot2013-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 optionsfeld2013-09-051-2/+2 | | | | | PR: ports/181806 Approved by: crees (mentor) * - cleanup configure stagedinoex2013-09-042-12/+60 | | | | - fix side effects in Makefile * Add an explicit dependency on pkgconfbapt2013-09-031-2/+1 | * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * - convert to the new perl5 frameworkaz2013-09-0211-11/+14 | | | | Approved by: portmgr (bapt@, blanket) * - Enable SSL by default again, missed during OptionsNG conversion in r325030danfe2013-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:sunpoet2013-08-291-1/+1 | * Remove expired ports:rene2013-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.danfe2013-08-251-1/+1 | * - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGSdanfe2013-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 correctlydanfe2013-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)danfe2013-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 filesdanfe2013-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 CURRENTswills2013-08-191-1/+1 | * - Remove MAKE_JOBS_SAFE variableak2013-08-152-2/+0 | | | | Approved by: portmgr (bdrewery) * - Convert to new perl frameworkaz2013-07-317-23/+15 | | | | - Trim Makefile header * Fix my email address again, using proper @FreeBSD.org stylingfeld2013-07-291-1/+1 | | | | Approved by: swills (mentor) * - Fix Makefile header, normalize COMMENT, add LICENSEdanfe2013-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 monthbapt2013-07-271-0/+2 | * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-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 sedaz2013-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 treefeld2013-07-251-1/+1 | | | | Approved by: swills (mentor) * Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-2/+0 | * Rename pipe2 variable to avoid conflict with pipe2 functionjohans2013-07-191-0/+3 | | | | Fixes compilation on CURRENT * Do not define gmake usage after pre.mkbapt2013-07-1219-138/+53 | | | | | | | While here: - trim headers - convert to uses=gmake - remove now useless pre.mk/post.mk dancing * Mark as job unsafebapt2013-07-111-0/+1 | * Mark jobs unsafebapt2013-07-101-4/+2 | * - Drop all my portspav2013-07-101-1/+1 | * - Update to 0.7.14feld2013-07-092-4/+3 | | | | Approved by: swills (mentor) * - Add REQUIRE keyword fixing startup orderfeld2013-06-292-0/+2 | | | | | Submitted by: matt.raspberry@gmail.com Approved by: crees (mentor) * - Update to 0.7.13feld2013-06-292-4/+3 | | | | Approved by: crees (mentor) * New USES imake to handle the dependency on imake.bapt2013-06-281-2/+2 | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port * news/nzbget: fix build with opensslwg2013-06-271-1/+4 | | | | | | | | - Fix build with OpenSSL, path to base lib PR: ports/179508 Submitted by: Nicolas Raspail <nicolas@whisperingvault.net> Approved by: maintainer (timeout) * - Trim Makefile headerantoine2013-06-212-11/+11 | | | | | - Convert to PORT_OPTIONS - Add a missing directory to pkg-plist * - fix patch namingdinoex2013-06-151-0/+0 | * Update to new upstream release 1.11.10, fixing abort() when runningmandree2013-06-122-3/+3 | | | | fetchnews in verbose mode. * - Fix buildmiwi2013-06-112-7/+1 | | | | Reported by: pkg (DEVELOPER_MODE) * Update to new upstream version 1.11.9.mandree2013-06-112-4/+3 | | | | ChangeLog: http://www.leafnode.org/NEWS.txt * - Remove USE_GCC for PAR optionwg2013-06-091-2/+0 | | | | | | | | libpar2 has been update and compiles with clang, so as the configure test. PR: ports/179399 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer * - Put back PATH setting, so that unrar and par2 are found, but only add it toswills2013-05-312-14/+16 | | | | | | | | prestart - Bump PORTREVISION Reported by: flo Submitted by: "Mark Felder" <feld@feld.me> (maintainer, private email) * Fix build with new flex versionbapt2013-05-271-0/+18 | * - Update to 0.7.12swills2013-05-273-52/+47 | | | | | | | - rc script passes rclint now PR: ports/178886 Submitted by: Mark Felder <feld@feld.me> * - Update to 10.2 [1]wg2013-05-274-12/+8 | | | | | | | | | | | | - Fix typo in pkg-descr - Remove PORTDOCS in Makefile - USE_GCC for PAR option (test fails with clang) Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29 PR: ports/177839 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] Approved by: jpaetzel (mentor) * Fix another syntax error from conversionbdrewery2013-05-241-1/+1 | * - Fix options conversionbdrewery2013-05-241-1/+1 | * Swith to gmime 2.6, pan prefers it over gmime 2.4.kwm2013-05-221-5/+5 | | | | | | | Fix reversed logic in the GTK3 option [1]. PR: ports/177973 Submitted by: Thomas Mueller <tmueller@sysgo.com> * - Fix undetermined strings [1]wg2013-05-161-10/+7 | | | | | | | | | - Trim Makefile header - Use OptionsNG for DOCS option PR: ports/177660 [1] Submitted by: John Marino <draco@marino.st> [1] Approved by: culot (mentor) * - update WWWdinoex2013-05-132-6/+3 | | | | - update MASTER_SITES * Make pkgNG happier.mandree2013-05-133-14/+9 | | | | Reported by: miwi * Convert to new options frameworkbapt2013-05-112-22/+16 | * Unbreak on !i386.fjoe2013-05-0913-13/+14 | * Chase security/libgcrypt updateehaupt2013-05-041-1/+1 | * - USES conversionsjgh2013-04-302-26/+16 | | | | Approved by: portmgr (bapt@) * - Convert USE_ICONV=yes to USES=iconvmva2013-04-283-3/+3 | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1 | | | | Approved by: portmgr (bapt) * - Convert USE_GETTEXT to USES (part 3)ak2013-04-256-6/+6 | | | | Approved by: portmgr (bapt) * Update to 1.11eadler2013-04-182-8/+4 | | | | Feature safe: yes * For perl@ owned ports:eadler2013-03-291-6/+2 | | | | | - Fix COMMENT - Trim header * Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-6/+3 | | | | "pathfix" instead. * "aaargh, quoted Makefile variables"eadler2013-03-191-6/+2 | | | | Approved by: portmgr (bapt) * Remove bogus conflict with INNjohans2013-03-181-6/+2 | | | | Submitted by: naddy * Fix plist [1], while here use USES=pathfix instead of gnomehack.kwm2013-03-16