| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
print)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
|
|
|
|
|
|
|
| |
Adobe's CFF engine is now the default.
USE_GMAKE -> USES=gmake
Remove leading article from COMMENTS
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes run-time with glib 2.36.
PR: ports/180075 [1]
Reported by: Stephen Fisher <stephenfisher@outlook.com> [1], swills@
|
| |
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix build without NLS [1]
PR: ports/181409 [1]
Submitted by: mat
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.2.5e [1]
- Convert lib depends to new syntax
- Pass maintainership to submitter
Changes: http://www.xfig.org/art17.html
PR: ports/181750
Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
uncovered by an exp libiconv -> inconv swith.
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
(needed for good gtk20 detection)
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/174129
Submitted by: shurd@sasktel.net (Maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 4.0.1 [1]
- Add LICENSE (ART20)
- Convert to new lib depends syntax
- USES gmake
PR: ports/176398
Submitted by: Dmitry Kazarov <d.y.kazarov mail.ru>
Approved by: maintainer (timeout)
|
| |
|
| |
|
|
|
|
| |
- Reset maintainer to ports@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
| |
|
|
|
|
| |
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
|
|
|
|
|
|
|
|
|
| |
. remove a patch to build with clang (it was incorporated upstream);
. take maintainership.
PR: ports/180964
Submitted by: bsam (me)
Approved by: sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months)
|
| |
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: tobez@ (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
Correct IGNORE messages
INSTALLS_ICONS
PR: ports/174815
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
|
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Expand creator's name in header, touch COMMENT
Pointy hat to: bapt (r322000)
|
|
|
|
| |
Update gmake depend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changes in r323629 broke ghostscript*-nox11.
Pointed out by: bapt
|
| |
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
|
|
|
|
|
|
|
|
| |
port now explicitly uses cpp46 which is supplied by the gcc dependency.
PR: ports/177275
PR: ports/177974
Submitted by: Beeblebrox <zaphod@berentweb.com>
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
|
|
|
|
|
|
| |
device drivers after OPTIONS_{MULTI,GROUP} conversion.
Reported by: Gert Doering
|
|
|
|
|
| |
PR: 180519
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
| |
Firmware and binary drivers from some HPLIP supported printers.
PR: based on ports/173826
Submitted by: Anish Mistry <amistry@am-productions.biz>
|
| |
|
|
|
|
|
|
|
|
| |
The plugin is a Linux shared object, but it depends on few enough
interfaces that it can actually run unmodified on a FreeBSD system.
PR: ports/176618
Submitted by: thomas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
|
|
|
|
|
| |
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago
2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised
2013-07-11 security/py-crack: Superseded by security/py-cracklib
|
|
|
|
| |
Convert to USES=gmake
|
| |
|
| |
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
| |
|
|
|
|
|
|
|
|
| |
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
|
|
|
|
|
|
|
| |
- Hand maintainership to submitter
PR: ports/180079
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
|
| |
|
|
|
|
| |
Trim headers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to the PDF specification from Adobe
WWW: http://github.com/yob/pdf-reader
|
|
|
|
| |
WWW: http://github.com/halfbyte/afm
|
|
|
|
| |
WWW: http://rubygems.org/gems/ttfunk
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-----
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration
makes this constructor a default constructor
RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
^ ~
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3: note: previous declaration is here
RunScriptDialog(QWidget* parent, bool extEnable);
^
1 error generated.
*** Error code 1
-----
PR: ports/179042
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by: bsam (me)
Tested by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by: sylvio (maintainer, timeout 3+ weeks)
|
|
|
|
| |
While here, modernize headers.
|
|
|
|
|
|
| |
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
|
| |
|
|
|
|
| |
Approved by: hrs (maintainer)
|
|
|
|
| |
. trim Makefile headers.
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
| |
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. use WRKSRC_SUBDIR instead of WRKSRC.
|
| |
|
|
|
|
|
|
|
|
|
| |
The final release of the 1.6 series was made around 2 years ago, and the 2.x
series should be stable enough now.
Concretely, this port probably has problems building with clang, and there
isn't much point in keeping it around with duct tape just for the sake of
it.
|
| |
|
|
|
|
| |
Reported by: pkg dev build
|
|
|
|
|
|
|
| |
out to me that there is a subtle build failure in future webkit releases and
that libreoffice 4.1 depends on the icu support in harfbuzz.
Pointed out by: olivierd@ (via priv mail) and ftigeot (on IRC)
|
|
|
|
|
|
|
|
|
| |
* change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice
* fix complaint of portlint in pkg-descr
PR: ports/178201
Submitted by: r4721@tormail.org
Approved by: maintainer timeout (acm, 9 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
New ports (11):
devel/hs-asn1-types 0.1.3
devel/hs-data-default-class 0.0.1
devel/hs-data-default-instances-base 0.0.1
devel/hs-data-default-instances-containers 0.0.1
devel/hs-data-default-instances-dlist 0.0.1
devel/hs-data-default-instances-old-locale 0.0.1
devel/hs-extensible-exceptions 0.1.1.4
devel/hs-mmorph 1.0.0
devel/hs-quickcheck-io 0.1.0
x11-toolkits/hs-GLURaw 1.3.0.0
x11-toolkits/hs-OpenGLRaw 1.3.0.0
Updated ports (104):
archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1
databases/hs-persistent 1.1.5.1 --> 1.2.0.1
databases/hs-persistent-sqlite 1.1.5 --> 1.2.0
databases/hs-persistent-template 1.1.2.4 --> 1.2.0
devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2
devel/hs-IORefCAS 0.2_3 --> 0.2.0.1
devel/hs-MonadRandom 0.1.8 --> 0.1.9
devel/hs-QuickCheck 2.5.1.1_1 --> 2.6
devel/hs-abstract-deque 0.1.6_1 --> 0.2
devel/hs-alex 3.0.2_1 --> 3.0.5
devel/hs-async 2.0.1.3_1 --> 2.0.1.4
devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0
devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1
devel/hs-byteorder 1.0.3_4 --> 1.0.4
devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2
devel/hs-classy-prelude 0.5.3 --> 0.5.7
devel/hs-cmdargs 0.10.2 --> 0.10.3
devel/hs-conduit 1.0.2 --> 1.0.5
devel/hs-data-default 0.5.0_1 --> 0.5.3
devel/hs-fsnotify 0.0.6 --> 0.0.11
devel/hs-generic-deriving 1.4.0 --> 1.5.0
devel/hs-git-annex 4.20130323_1 --> 4.20130601
devel/hs-haddock 2.11.0_1 --> 2.13.2
devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1
devel/hs-hlint 1.8.43 --> 1.8.45
devel/hs-hspec 1.4.4 --> 1.5.4
devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2
devel/hs-largeword 1.0.4 --> 1.0.5
devel/hs-lens 3.8.7.3 --> 3.9.0.2
devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5
devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1
devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1
devel/hs-monad-par 0.3.4.1 --> 0.3.4.2
devel/hs-pool-conduit 0.1.1_1 --> 0.1.2
devel/hs-profunctors 3.3 --> 3.3.0.1
devel/hs-reflection 1.1.7 --> 1.3.2
devel/hs-resourcet 0.4.5 --> 0.4.7.1
devel/hs-show 0.5 --> 0.6
devel/hs-split 0.2.1.1_1 --> 0.2.2
devel/hs-stm 2.4_1 --> 2.4.2
devel/hs-syb 0.3.7_1 --> 0.4.0
devel/hs-tagged 0.4.4_1 --> 0.6
devel/hs-text 0.11.2.3_1 --> 0.11.3.1
devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1
devel/hs-unix-time 0.1.5 --> 0.1.8
devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1
devel/hs-utility-ht 0.0.8_3 --> 0.0.9
devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3
devel/hs-uuid 1.2.9 --> 1.2.13
devel/hs-void 0.5.11 --> 0.6
math/hs-NumInstances 1.2 --> 1.3
math/hs-comonad-transformers 3.0.1_1 --> 3.0.2
math/hs-semigroups 0.9 --> 0.9.1
math/hs-statistics 0.10.2.0_2 --> 0.10.3.1
net/hs-network 2.3.1.0_1 --> 2.4.1.2
net/hs-publicsuffixlist 0.0.3 --> 0.1
net/hs-socks 0.5.0 --> 0.5.1
security/hs-certificate 1.3.5_1 --> 1.3.7
security/hs-cipher-aes 0.1.7 --> 0.1.8
security/hs-clientsession 0.8.1_1 --> 0.9
security/hs-crypto-api 0.11 --> 0.12.1
security/hs-crypto-conduit 0.5.0 --> 0.5.2
security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3
security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2
security/hs-cryptocipher 0.4.0_1 --> 0.5.0
security/hs-cryptohash 0.8.3_1 --> 0.9.0
security/hs-skein 0.1.0.12 --> 1.0.3
textproc/hs-HaXml 1.23.3_2 --> 1.24
textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1
textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1
textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5
textproc/hs-case-insensitive 1.0 --> 1.0.0.2
textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9
textproc/hs-hs-bibutils 4.17 --> 5.0
textproc/hs-polyparse 1.8_3 --> 1.9
textproc/hs-texmath 0.6.1.3 --> 0.6.1.5
textproc/hs-xml 1.3.12_4 --> 1.3.13
textproc/hs-yaml 0.8.2.3 --> 0.8.2.4
www/hs-HTTP 4000.2.5_1 --> 4000.2.8
www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1
www/hs-hamlet 1.1.6.3 --> 1.1.7.1
www/hs-happstack-server 7.1.7 --> 7.1.7.1
www/hs-heist 0.11.1 --> 0.12.0
www/hs-http-conduit 1.9.0 --> 1.9.3
www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6
www/hs-shakespeare 1.0.3.1 --> 1.0.5
www/hs-shakespeare-css 1.0.3 --> 1.0.5.1
www/hs-shakespeare-js 1.1.2.1 --> 1.1.4
www/hs-snap 0.11.2 --> 0.12.0
www/hs-wai-extra 1.3.2.4 --> 1.3.4
www/hs-wai-test 1.3.0.4 --> 1.3.1
www/hs-warp 1.3.7.4 --> 1.3.8.1
www/hs-yesod 1.1.9.2 --> 1.2.0.1
www/hs-yesod-auth 1.1.5.3 --> 1.2.0
www/hs-yesod-core 1.1.8.2 --> 1.2.0.4
www/hs-yesod-form 1.2.1.3 --> 1.3.0
www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0
www/hs-yesod-platform 1.1.8 --> 1.2.0.1
www/hs-yesod-routes 1.1.2 --> 1.2.0
www/hs-yesod-static 1.1.2.2 --> 1.2.0
www/hs-yesod-test 0.3.5 --> 1.2.0
x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1
x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1
x11/hs-xmobar 0.16_2 --> 0.17
Removed ports (2):
www/hs-yesod-default 1.1.3.2
www/hs-yesod-json 1.1.2.1
PR: ports/179146 [1]
Requested by: Omar Thameen <omar@biglist.com> [1]
Reported by: sperber, bapt [2]
Tested by: sperber [2]
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
| |
The package looks for LuaTEX regardless of its mode and provides the
switch \ifluatex; it works with Plain TEX or LATEX. The package is part
of the oberdiek bundle.
WWW: http://www.ctan.org/pkg/ifluatex
PR: ports/179146
Requested by: Omar Thameen <omar@biglist.com>
|
|
|
|
| |
Submitted by: Kim Shrier <kim@westryn.net>
|
|
|
|
|
|
|
|
|
|
| |
* new MASTER_SITES (Makefile)
* new project's home (pkg_descr)
* pet portlint
* removing patches accepted upstream
PR: ports/179177
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
|
|
|
|
|
|
| |
platform.
Pointed out by: Nikola Lecic
|
|
|
|
|
| |
PR: ports/179073
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a a backported patch from cups 1.6 which fixes an issue with regard to a timed out TCP connection. it should be
deleted once the port is updated to 1.6.
- Pet portlint a bit
- remove unused CONFLICTS line
PR: 178987
Submitted by: "r4721@tormail.org" <r4721@tormail.org>
PR: 179194
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Approved by: c.petrik.sosa@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Quite a while ago I started mirroring ltablex.zip because some CTAN mirrors
delivered a zip file with the same contents but a different checksum.
The package build cluster seems to have mirrored one of those "wrong"
versions, and every once in a while I get an email about package building
failures which are actually caused by that.
Work around the issue by renaming the ltablex.zip file I mirror to
ltablex-1.0.zip, which should hopefully make ftp-master re-fetch it.
|
| |
|
|
|
|
| |
Reported by: miwi
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Approved by: miwi, eadler (mentors, implicit)
|
|
|
|
|
|
| |
PR: ports/179060
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: jpaetzel (mentor)
|
|
|
|
| |
- Trim header.
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
| |
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
. remove the indefinite article from COMMENT;
. remove ABI version numbers from LIB_DEPENDS;
. utilise USES+=desktop-file-utils pkgconfig shared-mime-info;
. build with hunspell rather then aspell.
PR: ports/178414
Submitted by: bsam (me)
Approved by: sylvio (maintainer timeout, 2+ weeks)
|
|
|
|
| |
Spotted by: Tony Morlan
|
|
|
|
| |
Spotted by: mandree
|
|
|
|
| |
Reported by: miwi
|
|
|
|
| |
Reported by: miwi
|
|
|
|
|
|
|
| |
- Split off documentation to print/texlive-docs from print/texlive-texmf.
The document part was 1.3GB (30k files). Now the size of texlive-texmf
package is 557MB (this was 1.5GB before the split).
- do-texhash, do-fmtutil, do-updmap targets now run after post-install.
|
| |
|
|
|
|
|
|
| |
- Update MASTER_SITES.
- Set USE_TEX.
- Use OPTIONS_DEFINE.
|
| |
|
|
|
|
| |
- Simplify print/yatex.
|
|
|
|
| |
PR: ports/178729
|
|
|
|
| |
PR: ports/178729
|
| |
|
| |
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
|
|
|
|
| |
PR: ports/178558
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: bdrewery@, madpilot@
|
|
|
|
|
|
|
|
| |
CFF_HINTING_ADOBE is a CFF parsing and hinting engine by Adobe
and Google. It is disable by default.
PR: ports/178552
Submitted by: pfg
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
PR: ports/178643
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
| |
Security: APSB13-15
Security: http://www.adobe.com/support/security/bulletins/apsb13-15.html
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Support PLIST_FILES
PR: 178578
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
Submitted by: John Marino (via irc)
Obtained from: DPorts
|
| |
|
|
|
|
| |
- Trim header
|
|
|
|
| |
Submitted by: Kim Shrier <kim@westryn.net>
|
|
|
|
|
|
|
| |
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
update-mime-database
- Trim Makefile header while I'm here
|
| |
|
|
|
|
|
| |
PR: ports/178518
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
| |
Reported by: Hiroto Kagotani
|
|
|
|
|
|
|
|
|
| |
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
|
| |
|
|
|
|
| |
Spotted by: Hiroto Kagotani
|
|
|
|
|
|
| |
- Remove patch that has been upstreamed.
- Adjust pkg-message now that texlive is in ports.
- Update pkg-descr to its new format.
|
|
|
|
| |
will be added later.
|
| |
|
|
|
|
|
|
|
|
| |
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
|
|
|
|
|
|
|
| |
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
support. dvipdfmx's default paper size can be set by
${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as
other programs like print/psutils do.
- Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because
manually-installed and/or old TeXLive files can prevent them from
working. [1]
- Fix pkg-plist in print/texlive-texmf.
- Remove DIST_SUBDIR from Mk/bsd.tex.mk.
Reported by: bsam, Stephen Montgomery-Smith [1]
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
While here do some conversion to new options framework
|
|
|
|
| |
instead to make migration to TeXLive easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Make dependency on freetype2 conditional
- Bump PORTVERSION
PR: ports/174823
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
not GS_dmprt.
Spotted by: Andrzej Tobola
|
|
|
|
|
| |
- Add LICENSE.
- Use OPTIONS_DEFINE.
|
|
|
|
|
|
| |
- Add dependency on libpaper unconditionally to 8.x and 9.x.
- Fix CONFLICTS_INSTALL.
- Remove ABI version numbers from LIB_DEPENDS.
|
|
|
|
|
|
| |
PR: 178220
- merge and cleanup patches
|
|
|
|
| |
PR: ports/178292
|
| |
|
|
|
|
|
| |
Submitted by: portmgr (erwin)
Approved by: doceng (implicit)
|
| |
|
|
|
|
|
|
| |
Ghostscript 7. This is because the latest version is not compatible with
.optnttcidfont directive. The other versions of Ghostscript use the new
version.
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt@)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
and 9.x in terms of CJK character support and they are still in demand.
While I am here, the following changes have been added:
- Add LICENSE.
- Use OPTIONS_DEFINE for ghostscript drivers.
- Add MAKE_JOBS_SAFE=yes.
Discussed with: bapt
|
|
|
|
|
| |
- Trim old-style header.
- Use OPTIONS_DEFINE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
| |
- Pet portlint by fixing the WWW line in pkg-descr
Submitted by: Kim Shrier <kim@westryn.net>
|
|
|
|
|
|
|
| |
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
|
|
|
|
| |
Spotted by: Scott Allendorf
|
|
|
|
|
|
| |
- last-command-char issue has been fixed.
- %#DVIPDF now supports selection of dvi-to-pdf programs.
- More PDF viewers added to the menu.
|
| |
|
|
|
|
|
|
|
| |
GNU Affero GPL version 3 since 9.07 while print/ghostscript9 (version 9.06)
was under GNU GPL version 3. The difference between the two licenses is
whether SaaS loophole is closed or not. For more detail, see
http://www.gnu.org/licenses/why-affero-gpl.html.
|
| |
|
|
|
|
|
|
| |
- Convert script/configure and Makefile.inc to OPTIONS_DEFINE.
- Add DOCS option and use PORTDOCS.
- Trim lengthy pkg-descr.
|
|
|
|
|
| |
PR: ports/178021
Submitted by: John Marino <draco@marino.st>
|
| |
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
|
|
|
| |
Spotted by: Scott Allendorf
|
| |
|
| |
|
|
|
|
| |
Spotted by: dvl
|
|
|
|
|
|
|
| |
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
USE_FREETYPE from all ports using it
While here trim some headers, and do some conversion to new options framework.
|
|
|
|
|
| |
PR: 178026
Submitted by: Ports Fury
|
|
|
|
| |
- Remove post-install target
|
|
|
|
|
|
|
|
|
|
| |
streamlined interface, user-customized toolbar, incredibly small size,
breezing-fast launch speed and rich features. This empowers PDF document users
with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection
Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux
is provided by Foxit Corporation free for non-commercial use.
WWW: http://www.foxitsoftware.com/pdf/desklinux/
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
|
| |
|
| |
|
|
|
|
|
| |
Reported by: indexbuild@FreeBSD.org
Feature safe: yes
|
|
|
|
|
|
|
| |
Thanks to Kim Shrier <kim@westryn.net>, who has committed himself to helping
me in maintaining it up to date.
Feature safe: yes
|
|
|
|
|
| |
Reported by: miwi
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Reset maintainership
PR: ports/177842
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr
|
|
|
|
|
| |
Submitted by: miwi
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
editors/emacs23:
- Remove ABI versions from LIB_DEPENDS
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
Mk/bsd.emacs.mk:
- Update major version for editors/emacs port
*:
- Bump PORTREVISION to chase Emacs updates
PR: ports/177428[2]
Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3
Updated ports (115):
archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4
archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0
audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2
databases/hs-persistent 1.1.4 --> 1.1.5.1
databases/hs-persistent-sqlite 1.1.2 --> 1.1.5
databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4
devel/hs-Boolean 0.1.2 --> 0.2
devel/hs-ansi-terminal 0.5.5.1 --> 0.6
devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1
devel/hs-base64-conduit 0.5.1 --> 1.0.0
devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0
devel/hs-bifunctors 3.2 --> 3.2.0.1
devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0
devel/hs-classy-prelude 0.4.3 --> 0.5.3
devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3
devel/hs-cmdargs 0.10.1_1 --> 0.10.2
devel/hs-conduit 0.5.6 --> 1.0.2
devel/hs-darcs 2.8.3_1 --> 2.8.4
devel/hs-either 3.1 --> 3.4
devel/hs-errors 1.3.1 --> 1.4.1
devel/hs-filestore 0.6 --> 0.6.0.1
devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0
devel/hs-git-annex 3.20130124 --> 4.20130323
devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2
devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3
devel/hs-hint 0.3.3.5_1 --> 0.3.3.6
devel/hs-hoogle 4.2.15 --> 4.2.16
devel/hs-hspec 1.4.3 --> 1.4.4
devel/hs-lens 3.8.5 --> 3.8.7.3
devel/hs-logict 0.5.0.2_1 --> 0.6
devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1
devel/hs-monad-par 0.3_3 --> 0.3.4.1
devel/hs-mueval 0.8.2_3 --> 0.9
devel/hs-profunctors 3.2 --> 3.3
devel/hs-project-template 0.1.1 --> 0.1.3
devel/hs-readline 1.0.1.0_8 --> 1.0.3.0
devel/hs-reflection 1.1.6 --> 1.1.7
devel/hs-resourcet 0.4.4_1 --> 0.4.5
devel/hs-show 0.4.1.2_4 --> 0.5
devel/hs-simple-reflect 0.2_1 --> 0.3.1
devel/hs-smallcheck 0.6.2 --> 1.0.2
devel/hs-testpack 2.1.2_3 --> 2.1.2.1
devel/hs-threads 0.5.0.1_1 --> 0.5.0.2
devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3
devel/hs-unix-time 0.1.4_1 --> 0.1.5
devel/hs-uulib 0.9.14_4 --> 0.9.15
mail/hs-email-validate 0.3.2_1 --> 1.0.0
mail/hs-mime-types 0.1.0.2 --> 0.1.0.3
math/hs-Agda 2.3.0.1_3 --> 2.3.2
math/hs-NumInstances 1.0_4 --> 1.2
math/hs-comonad 3.0.1.1 --> 3.0.2
math/hs-contravariant 0.2.0.2_3 --> 0.4
math/hs-distributive 0.3 --> 0.3.1
math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0
net/hs-network-conduit 0.6.2.2 --> 1.0.0
net/hs-sendfile 0.7.8_1 --> 0.7.9
net/hs-simple-sendfile 0.2.10 --> 0.2.11
net/hs-socks 0.4.2_1 --> 0.5.0
security/hs-crypto-api 0.10.2_3 --> 0.11
security/hs-crypto-conduit 0.4.3 --> 0.5.0
security/hs-monadcryptorandom 0.5_1 --> 0.5.1
security/hs-skein 0.1.0.11 --> 0.1.0.12
security/hs-tls 1.1.1 --> 1.1.2
textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1
textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0
textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0
textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0
textproc/hs-case-insensitive 0.4.0.4 --> 1.0
textproc/hs-citeproc-hs 0.3.7 --> 0.3.8
textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8
textproc/hs-hs-bibutils 4.16 --> 4.17
textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0
textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0
textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1
textproc/hs-pandoc-types 1.9.1_3 --> 1.10
textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4
textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3
textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1
textproc/hs-yaml 0.8.2 --> 0.8.2.3
www/hs-activehs 0.3.0.1_1 --> 0.3.1
www/hs-authenticate 1.3.2_1 --> 1.3.2.6
www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4
www/hs-gitit 0.10.1.2 --> 0.10.3.1
www/hs-hS3 0.5.6_5 --> 0.5.7
www/hs-hamlet 1.1.3.1 --> 1.1.6.3
www/hs-happstack-server 7.1.1_1 --> 7.1.7
www/hs-heist 0.11.0 --> 0.11.1
www/hs-hjsmin 0.1.4 --> 0.1.4.1
www/hs-http-conduit 1.8.7 --> 1.9.0
www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3
www/hs-http-server 1.0.1_1 --> 1.0.2
www/hs-http-types 0.7.3.0.1_1 --> 0.8.0
www/hs-shakespeare 1.0.2_1 --> 1.0.3.1
www/hs-shakespeare-css 1.0.2_1 --> 1.0.3
www/hs-shakespeare-js 1.1.1 --> 1.1.2.1
www/hs-snap 0.11.0 --> 0.11.2
www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1
www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3
www/hs-wai 1.3.0.1_1 --> 1.4.0
www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2
www/hs-wai-extra 1.3.2 --> 1.3.2.4
www/hs-wai-test 1.3.0_1 --> 1.3.0.4
www/hs-warp 1.3.7.1 --> 1.3.7.4
www/hs-yesod 1.1.7.2 --> 1.1.9.2
www/hs-yesod-auth 1.1.3 --> 1.1.5.3
www/hs-yesod-core 1.1.7.1 --> 1.1.8.2
www/hs-yesod-default 1.1.3 --> 1.1.3.2
www/hs-yesod-form 1.2.0.2 --> 1.2.1.3
www/hs-yesod-json 1.1.2_1 --> 1.1.2.1
www/hs-yesod-platform 1.1.7.2 --> 1.1.8
www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2
www/hs-yesod-static 1.1.1.2 --> 1.1.2.2
www/hs-yesod-test 0.3.3 --> 0.3.5
x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1
x11/hs-X11 1.6.0.2 --> 1.6.1.1
Please note that port revisions for dependent ports are bumped.
Obtained from: FreeBSD Haskell
|
|
|
|
|
| |
The extra-src_hb-open-type-private.hh patch is from pkgsrc to fix the build
with base gcc.
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
|
|
|
|
|
|
| |
print/ghostscript9
Approved by: doceng (gjb)
|
|
|
|
|
| |
already defined
- Remove OPTIONS_DEFINE, if it contains only global options
|
|
|
|
|
|
|
| |
which installs files into texinfo's DATADIR
- Bump PORTREVISION
Reported by: bapt
|
|
|
|
|
| |
PR: ports/177313 ports/177320
Submitted by: William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
|
| |
PR: 177266
Submitted by: ports fury
|
|
|
|
| |
Submitted by: John Marino <draco@marino.st>
|