| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Approved by: portmgr (mat)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- Add LICENSE.
- Remove GCC dependency.
|
| |
|
|
|
|
| |
japanese)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
|
| |
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
|
| |
this port is added by pkg_add(1).
Spotted by: WATANABE Kazuhiro
|
| |
|
|
|
|
|
| |
Submitted by: nork (long time ago)
Feature safe: yes
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Spotted by: motoyuki
|
|
|
|
|
| |
remove japanese/Canna.
- Take maintainership.
|
|
|
|
|
|
|
| |
Obtained from: NetBSD, Canna CVS Repositry
Approved by: portmgr (marcus)
Committed at: the 27th EBUG Meeting at Bandai, Niigata, Japan (Powered by Daisuke)
Committed with: EBUG Members (hre, karl, daigu, high, mikio, kaw and nork@)
|
|
|
|
|
|
| |
cpdic/delwords/lsdic/mkdic/mvdic/rmdic commands.
Approved by: portmgr (pav)
|
|
|
|
| |
MAKE_ENV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
|
| |
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
|
|
|
| |
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
| |
|
|
|
|
| |
Pointed-out by: ume
|
|
|
|
| |
Submitted by: ume
|
| |
|
|
|
|
| |
happening in anticipation of the upcoming bsd.*.mk changes.
|
|
|
|
| |
and bump the PORTREVISION.
|
|
|
|
|
| |
PR: ports/58018
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
| |
|
|
|
|
| |
Pointed out by: knu
|
|
|
|
|
|
| |
Approved by: kris
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Review and mod by: max
|
|
|
|
| |
Submitted by: AIDA Shinra <aida-s@jcom.home.ne.jp>
|
|
|
|
|
|
| |
own the server process. So instead of patching up the source to
drop the root privilege, just use this.
Suggested by: AIDA Shinra <aida-s@jcom.home.ne.jp>
|
|
|
|
| |
Pointed-out by: AIDA Shinra <aida-s@jcom.home.ne.jp>
|
|
|
|
| |
Pointed out by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
|
| |
|
|
|
|
| |
Submitted by: tjr
|
|
|
|
|
|
|
|
| |
care of two remote buffer overflows in server/misc.c. This patch was accidentally removed when the port was upgraded.
Since this fixes a security problem, bump the port revision.
Pointed-Out by: TOGAWA Satoshi <toga@puyo.org>
|
|
|
|
| |
that commit corrected possible problem with pkg_add'ing this port.
|
|
|
|
|
|
|
|
|
|
|
| |
- Improve the startup script.
- Modify the pkg-plist so that pkg_delete won't complain even when
user dictionaries are installed.
- Use correct syntax for chown (bin.bin -> bin:bin)
Credits: nyan@jp.FreeBSD.org
nork@FreeBSD.org
takachan@running-dog.net
knu@iDaemons.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
definition has been changed somehow. Add a patch to override it with
the previous definition.
Addressed by: Marc Espie <espie@openbsd.org>
- Add a patch to fix bzero()/bcopy() namespace collision. (by me)
- Change one of the master sites.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Discussed on: ports-jp@jp.FreeBSD.org
On behalf of: max (MAINTAINER)
|
|
|
|
| |
in bsd.port.mk.
|
| |
|
|
|
|
|
|
|
|
|
| |
I intentionally left the PORTREVISION when the corresponding changes were
committed because:
1. MLINKS correction was not as significant as requiring PORTREVISION bump.
2. There could be more minor corrections to the dictionary and I did not
think it was worth putting everyone through the upgrade every time
minor correction was made to the dictionary.
|
|
|
|
|
|
| |
XFREE86_VERSION.
Submitted by: "Dan Langille" <dan@langille.org>
|
|
|
|
|
|
| |
XFREE86_VERSION is 3.
This would probably fix the build failure on bento.
|
|
|
|
| |
Pointed-out by: Masayuki FUKUI <m-fukui@jp.fujitsu.com>
|
|
|
|
| |
Submitted by: Yasuhide CANADA <canada@dai.meta.ne.jp>
|
|
|
|
|
|
| |
PR: 33779
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Credit: Yasuhide CANADA <canada@dai.meta.ne.jp>
|
|
|
|
|
| |
are created with proper mode/ownership at installation time,
and thus, possible to pkg_delete cleanly.
|
|
|
|
|
|
| |
With this fix, problems on -current should have been eliminated.
I'm bumping the PORTREVISION to encourage the update. (Maybe I should've
done it when I changed the way cannaserver is run, anyway.)
|
|
|
|
| |
Submitted by: Takayuki Tamura <ttathome@remus.dti.ne.jp>
|
| |
|
|
|
|
|
|
|
|
| |
Due to changes to signal handling, invoked child process was not able to
send SIGQUIT to the parent.
So instead of installing the binary set{[gu]id(bin), setuid(bin) after
successful invokation.
Reported by: Takayuki Tamura <ttathome@remus.dti.ne.jp>
|
| |
|
|
|
|
|
|
|
| |
This upgrade is based on submissions from several people over years.
I have been reluctant to upgrade this port primarily because
I was never sure about the shared lib compatibility.
Thanks to those who submitted the patch as well as tested the new version.
|
| |
|
| |
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
|
|
|
|
| |
PR: 19744
Submitted by: knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp>
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
| |
Suggested by: kjm@RINS.RYUKOKU.AC.JP
|
|
|
|
|
|
|
|
|
|
| |
References: SPSadvisory#38
http://shadowpenguin.backsection.net/advisories/advisory038.html
(Japanese only)
http://shadowpenguin.backsection.net/advisories/index.html
(English abstract included)
Max, should we use "canna" UID for sandbox'ing?
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
|
|
|
| |
Found by: bento
|
|
|
|
| |
Found by: bento
|
|
|
|
|
|
|
|
| |
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
|
|
|
|
|
| |
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
| |
already.
|
|
|
|
| |
commit screwed this up slightly.
|
|
|
|
|
| |
and some portlint check.
Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
|
|
|
|
|
| |
PR: ports/7400
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
| |
|
|
|
|
|
|
| |
change where to write pid file.
Submitted by: sanpei@jp.freebsd.org
|
|
|
|
| |
for PKGNAME. (IE, jp-* to ja-*).
|
| |
|
| |
|
|
|
|
| |
in line with the other Makefiles.
|
|
|
|
| |
makes make unhappy about this line.
|
| |
|
|
|
|
|
| |
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
|
| |
|
|
|
|
|
| |
Instead of writing several shell commands in post-install target, simply call
pkg/INSTALL.
|
| |
|
|
|
|
| |
valid Makefiles.
|
| |
|
|
|
|
| |
mode is set correctly.)
|
|
|
|
|
| |
so I remove this file first.
(And it will be back soon.)
|
| |
|
|
|
|
|
|
| |
${LOCALBASE} is used instead of /usr/local.
Submitted by: asami@FreeBSD.ORG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port now installs man pages.
(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.
Changed the location and the name of the lock file to /var/run/Canna.pid.
Changed the location of the log file to /var/log.
Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)
In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.
Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
|
|
|
|
|
| |
didn't actually start the program. Amazingly, no one has complained
about this problem!!
|
|
|
|
| |
Submitted by: Masafumi NAKANE <max@sfc.wide.ad.jp>
|
|
|
|
| |
lot of ports or what! ;>
|
|
|
|
| |
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
|
|
|
|
|
|
| |
twice.
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
|
|
|
|
| |
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
|
|
|
| |
and some other minor cleanup.
|
|
|
|
|
| |
Submitted by: nobu@psrc.isac.co.jp
(Actually the initial import should have had this Submitted by: line too)
|
|
|