| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=326025
|
|
|
|
| |
Notes:
svn path=/head/; revision=325999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=325992
|
|
|
|
| |
Notes:
svn path=/head/; revision=325944
|
|
|
|
| |
Notes:
svn path=/head/; revision=325620
|
|
|
|
| |
Notes:
svn path=/head/; revision=325562
|
|
|
|
| |
Notes:
svn path=/head/; revision=325559
|
|
|
|
| |
Notes:
svn path=/head/; revision=325462
|
|
|
|
|
|
|
|
| |
PR: ports/174129
Submitted by: shurd@sasktel.net (Maintainer)
Notes:
svn path=/head/; revision=325426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=325172
|
|
|
|
| |
Notes:
svn path=/head/; revision=325134
|
|
|
|
| |
Notes:
svn path=/head/; revision=325046
|
|
|
|
|
|
|
| |
- Reset maintainer to ports@
Notes:
svn path=/head/; revision=324973
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=324851
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
| |
Notes:
svn path=/head/; revision=324738
|
|
|
|
| |
Notes:
svn path=/head/; revision=324437
|
|
|
|
|
|
|
| |
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Notes:
svn path=/head/; revision=324428
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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)
Notes:
svn path=/head/; revision=324393
|
|
|
|
| |
Notes:
svn path=/head/; revision=324279
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: tobez@ (maintainer)
Notes:
svn path=/head/; revision=324276
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Correct IGNORE messages
INSTALLS_ICONS
PR: ports/174815
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=324269
|
|
|
|
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324191
|
|
|
|
|
|
|
| |
- Trim Makefile header
Notes:
svn path=/head/; revision=324181
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
| |
Notes:
svn path=/head/; revision=324171
|
|
|
|
| |
Notes:
svn path=/head/; revision=324022
|
|
|
|
| |
Notes:
svn path=/head/; revision=323873
|
|
|
|
|
|
|
|
|
| |
- Expand creator's name in header, touch COMMENT
Pointy hat to: bapt (r322000)
Notes:
svn path=/head/; revision=323870
|
|
|
|
|
|
|
| |
Update gmake depend
Notes:
svn path=/head/; revision=323778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323748
|
|
|
|
|
|
|
|
|
| |
Changes in r323629 broke ghostscript*-nox11.
Pointed out by: bapt
Notes:
svn path=/head/; revision=323630
|
|
|
|
| |
Notes:
svn path=/head/; revision=323629
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
Notes:
svn path=/head/; revision=323455
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=323303
|
|
|
|
|
|
|
|
|
| |
device drivers after OPTIONS_{MULTI,GROUP} conversion.
Reported by: Gert Doering
Notes:
svn path=/head/; revision=323070
|
|
|
|
|
|
|
|
| |
PR: 180519
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=323047
|
|
|
|
| |
Notes:
svn path=/head/; revision=323022
|
|
|
|
| |
Notes:
svn path=/head/; revision=322965
|
|
|
|
|
|
|
|
|
|
| |
Firmware and binary drivers from some HPLIP supported printers.
PR: based on ports/173826
Submitted by: Anish Mistry <amistry@am-productions.biz>
Notes:
svn path=/head/; revision=322954
|
|
|
|
| |
Notes:
svn path=/head/; revision=322953
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=322855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=322762
|
|
|
|
|
|
|
| |
Convert to USES=gmake
Notes:
svn path=/head/; revision=322666
|
|
|
|
| |
Notes:
svn path=/head/; revision=322639
|
|
|
|
| |
Notes:
svn path=/head/; revision=322625
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Notes:
svn path=/head/; revision=322622
|
|
|
|
| |
Notes:
svn path=/head/; revision=322546
|
|
|
|
|
|
|
|
|
|
|
| |
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
Notes:
svn path=/head/; revision=322366
|