| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Meanwhile, rewrite plist to use '@dir' instead of '@exec mkdir', and
remove deprecated '@dirrm'.
PR: 199984
Approved by: gnome (maintainer timeout)
MFH: 2015Q2
Notes:
svn path=/head/; revision=389685
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Notes:
svn path=/head/; revision=383107
|
|
|
|
|
|
|
|
| |
No bashism is available on freebsd supported scripts
Still eradicate bashism on scripts that would never work on freebsd :)
Notes:
svn path=/head/; revision=372379
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hal was not passing poudriere testport or poudriere bulk -t runs due
to failing the stage-qa tests and later a leftover check with
/var/lib/PolicyKit/user-haldaemon.auths. The reported error is actually
not wrong, but rather an inadequacy in the check-plist logic. However,
hald is a dependency for a lot of ports and it keeps breaking bulk -t
runs, so I switched "@unexec rm -rf" to "@unexec rmdir" to that it would
build cleanly in poudriere (gnome@ had fair warning!). If the check-plist
logic is improved in the future, this can be changed back to the better
"rm -rf" command then.
While here, stop trying to remove directories that PolicyKit installed
because this will always fail. This clears up stage-qa warnings.
PR: 191223
Submitted by: marino
Approved by: maintainer timeout (2 months, 2 pings)
Notes:
svn path=/head/; revision=364801
|
|
|
|
| |
Notes:
svn path=/head/; revision=361978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
| |
received a replacement patch file, but I had received a patch to a patch.
Pointyhat to: me
Notes:
svn path=/head/; revision=351476
|
|
|
|
|
|
|
|
|
| |
Revert r351423 and apply it as a patch to the patch.
Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de>
Notes:
svn path=/head/; revision=351448
|
|
|
|
|
|
|
| |
Tested by: Gustau Pérez <gustau.perez@gmail.com>
Notes:
svn path=/head/; revision=351423
|
|
|
|
|
|
|
|
|
|
| |
Fix shebang of a number of script, which need bash to run.
Ignore the wsp (Apple trackpad) driver [1]
Submitted by: Hans Selasky [1]
Notes:
svn path=/head/; revision=342948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add MMC/SD support.
- Update LIB_DEPENDS to new format.
PR: 183236
Submitted by: avilla (myself)
Approved by: gnome (maintainer timeout)
- Fix plist when PREFIX != LOCALBASE
Reported by: poudriere testport
Notes:
svn path=/head/; revision=333593
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: 179469
Submitted by: avilla (myself)
Approved by: gnome (maintainer timeout)
Notes:
svn path=/head/; revision=330321
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
| |
Notes:
svn path=/head/; revision=326032
|
|
|
|
|
|
|
| |
Submitted by: poudriere -t
Notes:
svn path=/head/; revision=318144
|
|
|
|
|
|
|
| |
the polkit-* libraries from sysutils/polkit if they are installed.
Notes:
svn path=/head/; revision=317507
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
|
| |
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
Notes:
svn path=/head/; revision=314632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
already in its rc.d script. [1]
Don't list entries twice, set some more details about storage devices like
the linux backend does. [2]
PR: ports/171568 [1]
PR: ports/171727 [2]
Submitted by: Norbert Koch <nkoch@demig.de> [1], avilla@ [2]
Reviewed by: marcus@
Notes:
svn path=/head/; revision=305045
|
|
|
|
| |
Notes:
svn path=/head/; revision=294897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: 163726
Submitted by: Stephen Hurd <shurd@sasktel.net>
Reviewed by: hps
Notes:
svn path=/head/; revision=288431
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
| |
Reported by: Kevin Oberman <kob6558@gmail.com>
Notes:
svn path=/head/; revision=278184
|
|
|
|
|
|
|
| |
Submitted by: hps
Notes:
svn path=/head/; revision=276922
|
|
|
|
|
|
|
| |
Submitted by: hps
Notes:
svn path=/head/; revision=276618
|
|
|
|
|
|
|
| |
Submitted by: hps
Notes:
svn path=/head/; revision=274659
|
|
|
|
| |
Notes:
svn path=/head/; revision=269848
|
|
|
|
|
|
|
|
|
| |
properly understood.
Submitted by: Gustau Pérez gpere@entel.upc.edu (based on)
Notes:
svn path=/head/; revision=269829
|
|
|
|
|
|
|
|
|
|
| |
This ensures that the USB cdev notifications are not passed to the storage
layer thus muting the USB device attach messages.
Submitted by: hps
Notes:
svn path=/head/; revision=267548
|
|
|
|
|
|
|
|
|
| |
an event storm.
PR: 152524
Notes:
svn path=/head/; revision=267523
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
| |
this happens, hald dies.
PR: 151725
Submitted by: avg
Notes:
svn path=/head/; revision=264292
|
|
|
|
|
|
|
|
|
|
| |
was due to a logic bug introduced when I added support for "ufs/" labels.
Thanks to Andriy Gapon for ctching that.
PR: 149134
Notes:
svn path=/head/; revision=260171
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
Notes:
svn path=/head/; revision=254099
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
names have changed.
Notes:
svn path=/head/; revision=248444
|
|
|
|
|
|
|
|
| |
PR: 142988
Submitted by: thompsa
Notes:
svn path=/head/; revision=248433
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
Notes:
svn path=/head/; revision=244923
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.
Also convert a few ports while I'm here.
PR: ports/108514
Submitted by: mm, self
Notes:
svn path=/head/; revision=240964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=234821
|
|
|
|
|
|
|
| |
leak.
Notes:
svn path=/head/; revision=234466
|
|
|
|
|
|
|
|
|
|
|
| |
classes [1]
* Fix some minor issues with usb2 support [2]
PR: 134731 [1]
Submitted by: hselasky [2]
Notes:
svn path=/head/; revision=234465
|
|
|
|
|
|
|
|
|
|
| |
fixes a problem where mounting NTFS volumes using ntfs-3g fails due to
bad options.
Submitted by: Kris Moore <kris@pcbsd.com>
Notes:
svn path=/head/; revision=231945
|
|
|
|
|
|
|
|
|
| |
org.freedesktop.policykit.read privilege to read the PK config. It's
great they document this so well. This, plus the last PK fix should
fix the various mounting problems some people have been seeing.
Notes:
svn path=/head/; revision=231338
|
|
|
|
| |
Notes:
svn path=/head/; revision=230023
|