| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
svn path=/head/; revision=327952
|
|
|
|
|
|
|
| |
Submitted by: dim
Notes:
svn path=/head/; revision=327951
|
|
|
|
|
|
|
| |
Submitted by: dim
Notes:
svn path=/head/; revision=327950
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/182233
Submitted by: bsam (me)
Patch by: nemysis
Pointed out by: danfe
Pointyhat to: bsam (me)
Notes:
svn path=/head/; revision=327949
|
|
|
|
| |
Notes:
svn path=/head/; revision=327948
|
|
|
|
| |
Notes:
svn path=/head/; revision=327947
|
|
|
|
| |
Notes:
svn path=/head/; revision=327946
|
|
|
|
| |
Notes:
svn path=/head/; revision=327945
|
|
|
|
| |
Notes:
svn path=/head/; revision=327944
|
|
|
|
| |
Notes:
svn path=/head/; revision=327943
|
|
|
|
| |
Notes:
svn path=/head/; revision=327942
|
|
|
|
| |
Notes:
svn path=/head/; revision=327941
|
|
|
|
|
|
|
|
|
| |
Convert USE_GMAKE to USES=gmake
Fix plist
Bump portrevision
Notes:
svn path=/head/; revision=327940
|
|
|
|
|
|
|
|
|
| |
Install .desktop files
Install the sample configuration as default configuration (on first run it will run a config-wizard).
Bump portrevision
Notes:
svn path=/head/; revision=327939
|
|
|
|
| |
Notes:
svn path=/head/; revision=327938
|
|
|
|
| |
Notes:
svn path=/head/; revision=327937
|
|
|
|
| |
Notes:
svn path=/head/; revision=327936
|
|
|
|
| |
Notes:
svn path=/head/; revision=327935
|
|
|
|
|
|
|
| |
Modern LIB_DEPENDS
Notes:
svn path=/head/; revision=327934
|
|
|
|
| |
Notes:
svn path=/head/; revision=327933
|
|
|
|
| |
Notes:
svn path=/head/; revision=327932
|
|
|
|
|
|
|
| |
Reported by: az
Notes:
svn path=/head/; revision=327931
|
|
|
|
| |
Notes:
svn path=/head/; revision=327930
|
|
|
|
|
|
|
| |
Modernize LIB_DEPENDS
Notes:
svn path=/head/; revision=327929
|
|
|
|
| |
Notes:
svn path=/head/; revision=327928
|
|
|
|
| |
Notes:
svn path=/head/; revision=327927
|
|
|
|
| |
Notes:
svn path=/head/; revision=327926
|
|
|
|
| |
Notes:
svn path=/head/; revision=327925
|
|
|
|
| |
Notes:
svn path=/head/; revision=327924
|
|
|
|
| |
Notes:
svn path=/head/; revision=327923
|
|
|
|
| |
Notes:
svn path=/head/; revision=327922
|
|
|
|
| |
Notes:
svn path=/head/; revision=327921
|
|
|
|
| |
Notes:
svn path=/head/; revision=327920
|
|
|
|
| |
Notes:
svn path=/head/; revision=327919
|
|
|
|
| |
Notes:
svn path=/head/; revision=327918
|
|
|
|
| |
Notes:
svn path=/head/; revision=327917
|
|
|
|
| |
Notes:
svn path=/head/; revision=327916
|
|
|
|
| |
Notes:
svn path=/head/; revision=327915
|
|
|
|
|
|
|
| |
Modernize LIB_DEPENDS
Notes:
svn path=/head/; revision=327914
|
|
|
|
|
|
|
|
| |
Bump portrevision
Drop maintainership
Notes:
svn path=/head/; revision=327913
|
|
|
|
|
|
|
| |
Bump port revision
Notes:
svn path=/head/; revision=327912
|
|
|
|
| |
Notes:
svn path=/head/; revision=327911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ports tree is now staged by default. With pkgng the sequence hasn't
changed, the main difference is that creating package is now independent
from installing it. With pkg_install, the package is now created first
and make install, do install the package.
New macros:
- STAGEDIR: PATH to the directory where the port will be staged.
- NO_STAGE: Keep the old behaviour of the ports tree (aka no staging area)
Unsupported macro if NO_STAGE is not set:
- MAN* with staging man page compression and handling of hardlinks and
symlinks is automatically done in the stage. the manpages becomes then a
"normal" plist files and should be tracked in pkg-plist.
- MANCOMPRESSED the compress-man target is able to only compress when it
needed.
New target:
- stage: this installs everything into the stage directory
- makeplist: this will create a pkg-plist and print it to stdout. This is
a sample plist and it should always be _reviewed_ not directly used.
NOTE: with staging only what is in the plist will be installed, nothing more,
meaning a port staged cannot have leftovers exect directories left. It is
really important to double check the pkg-plist to make sure all the files
the maintainer want to package are in! make makeplist can help in that area.
The goal is to handle as quickly as possible a full removal of the NO_STAGE
support.
More features can be added once the full ports tree is converted to using the
staging area
Conversion notes:
- Remove NO_STAGE
- in {pre,do,post}-install
* Before any usage of ${PREFIX}, ${ETCDIR}, ${PORTSDIR}, ${PORTEXAMPLES}
prepend ${STAGEDIR}
* Remove any thing that is done by @exec or +INSTALL script it will be
done automatically when syncing packages
* Remove any code to show PKG-MESSAGE it will be done automatically when
syncing packages
* Directory creation should remain in post-install (in particular because
pkgng doesn't work like pkg_install in that area and pkgng ignores the
@exec mkdir but directly pack the directory even if empty)
- PORTDOCS/PORTEXAMPELS
To support PORTDOCS, PORTEXAMPLES most of the time there is no more need
for hacks. just add the right %%PORTDOCS%% or %%PORTEXAMPLES%% in your
plist then the given files from the stagedir will or will not sync
according to NOPORTDOCS and NOPORTEXAMPLES.
With hat: portmgr
Reviewed by: bdrewery
Notes:
svn path=/head/; revision=327910
|
|
|
|
|
|
|
|
|
| |
p5- ports
Approved by: perl (az)
Notes:
svn path=/head/; revision=327909
|
|
|
|
| |
Notes:
svn path=/head/; revision=327908
|
|
|
|
| |
Notes:
svn path=/head/; revision=327907
|
|
|
|
| |
Notes:
svn path=/head/; revision=327906
|
|
|
|
|
|
|
|
|
|
| |
this should fix the build on CURRENT
- While here, minor style cleanups and dependency correction
Reported by: eadler
Notes:
svn path=/head/; revision=327905
|
|
|
|
|
|
|
|
|
|
| |
- While here, do some minor style cleanups
PR: ports/177638
Submitted by: <abc@ai1.alaska.net>
Notes:
svn path=/head/; revision=327904
|
|
|
|
| |
Notes:
svn path=/head/; revision=327903
|