| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port was upgraded with the belief that medusa.c was fixed for
clang, but actually it still needs a patch. However, the upgrade did
remove the bogus -module switch that modern gcc dislikes.
While staging:
* sort pkg-plist
* convert to new LIB_DEPENDS format
* libpcre no longer required, so remove it
* dump <pre>, <post> in favor of <options>
* leverage OPTIONS for PLIST
* clean up, pet portlint
|
| |
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format, options subs and helpers
- Fix spelling mistake in descriptions
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
|
|
|
| |
(no functional changes)
|
|
|
|
| |
PREFIX like all other PAM ports.
|
|
|
|
| |
(no functional changes)
|
| |
|
|
|
|
| |
during build process.
|
|
|
|
| |
(no functional changes)
|
|
|
|
|
|
|
|
| |
While here, merge another patch from files to makefile to avoid
patching the same file from multiple locations
PR: ports/191643
Submitted by: Dan Lukes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The vendor makefile creates html documents unconditionally with two
flavors: operators and users. There is a lot of duplication between the
two so it symlinked the duplicates. Unfortunately the symlinks point
back the stage directory. Also, at least one symlink was invalid in all
cases as it was not pointing to any file.
To fix:
1. override install target
2. Add DOCS option to make non-man page documentation optional
3. Copy files instead of using symlinks (they are very small)
4. Fix vendor SYMLINK list, there were two errors in it
5. Remove subversion tree during post-extract target
Note that the permissions of the installed configuration files are
different. The vendor files tried to install them with modes 600 and 700
but now they are the default for INSTALL_DATA macro.
Reported by: swills (jenkins)
|
|
|
|
| |
test program.
|
| |
|
|
|
|
|
|
|
|
| |
- Respect PORTEXAMPLES
- Remove LATEST_LINK
- Use COPYTREE_SHARE
- Merge file/dir manipulation into post-patch:
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
| |
databases/py-sqlalchemy06
- Add LICENSE
- Fix USE_PYTHON
- Remove PORTEXAMPLES: duplicate with PREFIX/bin
- Simplify Makefile
- Bump PORTREVISION for dependency and package change
|
| |
|
|
|
|
| |
- Specify arm_nofpu CPU on ARM arch
|
|
|
|
| |
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
| |
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup
tables for Postfix. SRS is needed if your mail server acts as forwarder.
WWW: https://github.com/roehling/postsrsd
PR: ports/191292
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com>
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
|
|
|
|
|
|
| |
- Add option EXAMPLES (default ON)
- Add support for stage dir
- Fix format of WWW line and remove Author one in pkg-descr
- Remove definition of DATADIR and its use in pkg-plist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
R6RS/R7RS Scheme system.
Features:
- Builtin CLOS.
- Common Lisp like reader macro.
- Cryptographic libraries.
- Customisable cipher and hash algorithm.
- Custom codec mechanism.
- CL like keyword lambda syntax (taken from Gauche).
- Constant definition form. (define-constant form).
- Builtin regular expression
- mostly works O(n)
- Replaceable reader
WWW: https://code.google.com/p/sagittarius-scheme/
|
| |
|
|
|
|
|
| |
PR: ports/191634
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/191426
Submitted by: Marco Steinbach (maintainer)
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
| |
|
|
|
|
|
|
| |
PR: 190983
Submitted by: andrew@freebsd.org
Reviewed by: mat@freebsd.org
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 190848
Submitted by: andrew@freebsd.org
Reviewed by: mat@freebsd.org
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
|
|
|
|
|
| |
* Use modern options for configuration and dependencies
* Use @sample keyword
* Use PORTDOCS unconditionally
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use auto plist
|
|
|
|
|
|
|
|
| |
This port features USES=libtool which will automatically make the
corrections dictated by the configure patch, so the recently added
patch is not actually necessary for DragonFly support.
Reported by: tijl
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use options sub
- Rephrase option descriptions to current standards
- On 10+ libarchive is having problems with some of the
distfiles, workaround this by using unzip and gtar from ports
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add stage support
* Fix build for clang
* convert USE_BZIP2
* Bring in DragonFly support patch
* convert USE_OPENSSL and USE_CHROOT knobs to options
* rename DOMAIN knob to NEFARIOUS_DOMAIN knob
* rename INSTALL_PREFIX knob to NEFARIOUS_INSTALL_PREFIX knob
* Make bash dependency work in non-standard location
* Tweak pre-configure message accordingly, remove sleep command
|
|
|
|
|
| |
- Add USES=libtool
- Apply substitutions to pkg-message
|
| |
|
| |
|
|
|
|
|
| |
- Simplify CONFIGURE_ARGS
- Use option helpers
|
|
|
|
| |
- Use MAKE_CMD
|
|
|
|
|
|
|
| |
- Convert to USES=libtool
- Use BROKEN_sparc64
- Remove BROKEN for clang
- Use @sample
|
| |
|
|
|
|
|
|
|
|
| |
<OPTION>_CONFIGURE_ARGS does not exist, so the option was not being passed
at all. We need <OPTION>_CONFIGURE_WITH here.
CR: D357
Approved by: olgeni (maintainer)
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills)
|
|
|
|
|
| |
- Use INSTALL_TARGET=install-strip
- Use /var/lib instead of PREFIX/var/lib
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt, blanket)
|
|
|
|
|
|
| |
* new LIB_DEPENDS format
* use option configure
* convert USE_BZIP2
|
|
|
|
|
|
|
|
| |
Newer Python versions include a json module, but hgreviewboard tries to use
the simplejson module included in its tarball.
We don't install the included simplejson module, so fix the import line.
Reviewed by: bapt
|
| |
|
|
|
|
| |
- Use INSTALL_TARGET=install-strip
|
|
|
|
| |
- Set MAKEINFOFLAGS instead of MAKEINFO
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The profile library gets built if NO_PROFILE is not set. All the
PROFILE option was doing was manually changing the pkg-plist which
would only work if the PROFILE option was manually synchronized with
the make.conf option (they are by default, so it worked accidently).
Change PLIST_SUB to switch based on NO_PROFILE as is done with other
ports.
|
| |
|
|
|
|
| |
PR: 191074, 191290
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
When WITH_DEBUG is set, this port will fail staging as the result won't
match the pkg-plist due to file name changes during a debug regime. To
fix, configure Coin with debug off always.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x11-toolkits/py-wxPython28 was been modified to do not install wxversion python
files which conflict with wxPython30. Instead a new port has been created
(x11-toolkits/py-wxPython-common) which only installs wxversion and wx.pth
responsible for selecting the wxPython version.
Stage support has been added to all related ports.
Maintainership has been reset to python@.
The final goal is to make all ports use wxPython30 so we can remove wxPython28.
|
| |
|
| |
|
|
|
|
|
|
| |
- Add USE_GNOME=gnomehier to fix leftovers
- Simplify documentation handling with staging and install documentation
in standard location
|
|
|
|
|
|
|
|
|
|
|
| |
- Makefile cleanup / pet portlint
- Reduce available set of OPTIONS
- DEBUG, GCOV, EFENCE not supported anymore
- ASS and LUA now required by port
PR: 191375
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add DOCS to OPTIONS_DEFINE
- Drop EXIM3 option
- Unmute INSTALL_DATA and CP
- Update pkg-plist
- Replace tab with a single space after WWW: in pkg-descr
- Sync with mail/mailman as possible
* Drop INTEGRATION option, which would at best be confusing
* When Postfix integration is chosen, add BUILD and RUN_DEPENDS on
Postfix because we need the postconf program
* Fix a few minor glitches in FreeBSD-post-install-notes
* Install a dummy one-line text file into PYTHON_SITELIBDIR so that
Python's upgrade-site-packages would reinstall Mailman
* Add "status" support for rc.d script
* Change pre-fetch: to pre-everything::
* Revise formatting of pre-everything text to make clear it displays
default values, not current values
* Update pkg-install.in, pkg-deinstall.in and pkg-message.in
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit, for NOT_STAGED)
|
|
|
|
| |
Approved by: portmgr (implicit, for NOT_STAGED)
|
|
|
|
|
|
|
|
| |
end-users and
require perl for build stage.
Do not bump portrevision, as those checks have no influence on the target package.
|
| |
|
|
|
|
|
|
|
|
| |
Just adding volatile and removing a html file.
Full diff available at
http://people.freebsd.org/~thierry/CImg-1.5.9_140703_140704.diff
Reported by: swills
|
|
|
|
| |
Redports: 8x pass
|
|
|
|
|
|
| |
- Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because
-fno-check-new is not supported by Clang and that causes the -fPIC
configure test to fail.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 190718
Submitted by: Kevin Bowling [patch]
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
At one point DragonFly needs a patched ltconfig to build this port, but
libtool was recently updated to apply changes for DF automatically, so
the ltconfig patch is redundant.
Noticed by: tijl
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
packaging for the case, when the install of documentation is enabled.
Transfer maintainership to antoine@, so he can continue to do as he
pleases with both, but without the guilt of changing other people's
ports.
|
|
|
|
|
| |
PR: ports/191039
Submitted by: pauls@utdallas.edu
|
|
|
|
| |
- Use @sample
|
|
|
|
|
| |
- Support stage
- Change maintainership to python@
|
| |
|
|
|
|
| |
- Add USES=libtool
|
|
|
|
|
|
|
|
|
|
| |
- Support berkeley DB lookups [3]
- Remove unnecessary options checks [1]
- Improve description for EXIMON option
- Bump portrevision
PR: 189019 [2], 181863 [3]
Submitted by: ak [1], tim at bishnet.net [2], odavydenko at gmail.com [3]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Rearrange Makefile a little
|
| |
|
|
|
|
|
|
|
|
| |
Back in August 2013 I reported to the maintainer that if fortran is not
found then certain functions such as wcunitse are not built. These
functions are needed for kstars which is a dependency for kdeedu and the
kde4 meta port. The USE_FORTRAN=yes was never added though, so lets do
that now that the port is unmaintained.
|
|
|
|
|
|
| |
- Update to the recent 4.82.1 version
- Set expiration for texinfo documentation since exim no longer provides it
- Take maintainership
|
| |
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
|
|
|
|
| |
- Use LIBS instead of LDFLAGS
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
- Use option helpers
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
|
|
|
|
| |
Submitted by: Phil Pennock <phil.pennock@spodhuis.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fixed escaping of character & in URLs.
- Fixed translation of -- and ---.
- New macros \dj and \D
- \textsuperscript
- Temporary files are now created in the current directory to avoid
bibtex error "Not writing to ... (openout_any = p)."
- Fixed a bug with non-ASCII characters in PHP output.
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
|
|
|
| |
Approved by: marino (mentor), portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Adjust LICENSE
- Makefile cleanup
- Remove no longer needed files/yv_5.16_to_5.10.pl
PR: 191373
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The project was transferred to github.com/sass account
- Fix distinfo.
No difference in the source code:
http://people.freebsd.org/~nivit/public_distfiles/sassc/1.0.1-hcatlin/sassc-1.0.1.tar.gz (old distfile)
http://people.freebsd.org/~nivit/public_distfiles/sassc/1.0.1-sass/sassc-1.0.1.tar.gz (new distfile)
- Bump PORTREVISION
Pointed out by: amdmi3 (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191437 )
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The project was transferred to github.com/sass account
(see https://twitter.com/hcatlin/status/474960329718628352 )
- Fix distinfo
No difference in the source code:
http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-hcatlin/libsass-1.0.1.tar.gz (old distfile)
http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-sass/libsass-1.0.1.tar.gz (new distfile)
PR: 191437
Submitted by: amdmi3
|
| |
|
|
|
|
| |
Approved by: portmgr(implicit)
|
|
|
|
| |
- Update my email
|
| |
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
| |
PR: 191498
Submitted by: nick@foobar.org
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
| |
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
|
| |
Remove CURL option
PR: 191194
Submitted by: Ralf van der Enden <tremere@cainites.net>
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
| |
Approved by: portmgr@ (blanket approval)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add libtool to USES
PR: ports/191618
Submitted by: matt@mjslabs.com [1]
|
|
|
|
| |
Pointyhat: adamw
|
|
|
|
|
|
|
| |
- Add libtool to USES
PR: ports/191617
Submitted by: matt@mjslabs.com [1]
|
|
|
|
|
|
|
| |
- Add libtool to USES
PR: ports/191616
Submitted by: matt@mjslabs.com [1]
|
| |
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
|
|
|
|
| |
anyway to cleanse the tree.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Correctly name DAEMON option as EXIMDAEMON
Submitted by: bapt
|
| |
|
| |
|
|
|
|
| |
Pointyhat: adamw
|
| |
|
| |
|
|
|
|
| |
Pointyhat: adamw
|
| |
|
| |
|
|
|
|
|
|
| |
- Use portable libsodium
- Use my local github fork for this port to decouple from nacl
- Take maintainership
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- A few fixes (put man pages in the good packages, do not remove things
done by the client dependency in the server part)
|
|
|
|
| |
to bsd.options.desc.mk.
|
| |
|
|
|
|
|
|
| |
PR: 191610
Submitted by: mtomasek4@gmail.com
MFH: 2014Q3
|
|
|
|
| |
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
|
|
|
|
|
| |
PR: 191613
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Obtained from: upstream 29c9c84e0e11c2c182a8d79634344e57bf2575f1
With hat: portmgr
Reported by: dteske
|
|
|
|
|
|
|
| |
- Update WWW and MASTER_SITES
PR: ports/191609
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
|
|
|
|
|
| |
- Update WWW and MASTER_SITES
PR: ports/191608
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
|
|
| |
fix path in all rc-scripts.
|
| |
|
|
|
|
|
| |
2014-07-04 x11-clocks/wmitime
2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
|
|
|
|
|
|
| |
- Use CPPFLAGS/LIBS instead of CFLAGS/LDFLAGS
- Don't use locale_charset on FreeBSD 10 with converters/libiconv installed,
always use nl_langinfo from libc instead
|
|
|
|
| |
- Use BROKEN_powerpc
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the stage then they are now rebuild in post-installation, like it is done in
other package system
|
|
|
|
|
|
|
| |
- Group options
- Remove deprecated checks
Submitted by: ak [1]
|
|
|
|
|
| |
- Convert to USES=pathfix
- Remove uneeded bsd.port.options.mk inclusion
|
|
|
|
|
| |
PR: ports/191600
Submitted by: Jan Beich
|
|
|
|
|
|
| |
2: use @fc.
Approved by: portmgr@ (blanket approval)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use options helpers
PR: ports/191513
Submitted by: Radim Kolar <hsn@sendmail.cz>
|
|
|
|
|
|
|
|
| |
- Use github
- Update pkg-descr
PR: ports/191551
Submitted by: nbari@dalmp.com
|
|
|
|
| |
2: use @fcfontsdir.
|
|
|
|
|
| |
2: use @fontsdir
3: add depends to makefontscale, bump version.
|
| |
|
| |
|
|
|
|
|
|
| |
The Helsinki Finite-State Transducer toolkit is intended for processing
natural language morphologies. The toolkit is demonstrated by wide-coverage
implementations of a number of languages of varying morphological complexity.
|